aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub/types.go
Commit message (Expand)AuthorAgeFilesLines
* Implement something that looks like confirmations, wipMaran2014-06-251-0/+1
* Added hex script methodobscuren2014-06-231-0/+8
* A handful of GUI fixesMaran2014-06-171-3/+4
* Set contract addr for new transactionsobscuren2014-06-151-4/+5
* Exposed usedGas through ethPubMaran2014-06-111-1/+2
* Expose GasLimit to ethPubMaran2014-06-111-1/+2
* Implement getStateKeyVal for JS bindings.Maran2014-06-041-0/+25
* Added faux latency for peeroverviewMaran2014-06-031-1/+2
* Implemented Public Peer interfaceMaran2014-06-021-1/+29
* Added coin base to pub blockobscuren2014-05-301-1/+2
* Hooked up the Block Explorer to the Debugger so we can instantly debug made t...Maran2014-05-281-9/+13
* Add contract addr if it's a contract creation txMaran2014-05-281-0/+4
* Disamble tx data before adding it to PTx objectMaran2014-05-271-1/+3
* Changed var names aroundMaran2014-05-261-2/+3
* Updated Public Block and Transaction objects with more informationMaran2014-05-261-8/+28
* Transaction queryingobscuren2014-05-221-1/+16
* Return a disassembled script instead of the hexobscuren2014-05-211-1/+2
* Fixed Public block creation. Added block loggingobscuren2014-05-211-3/+13
* Fixed state issueobscuren2014-05-211-0/+8
* unusedobscuren2014-05-201-1/+0
* No longer store script directly in the state treeobscuren2014-05-201-0/+9
* Moved keyring to ethutil & removed old methods. Implements #20obscuren2014-05-141-1/+1
* Merge branch 'develop' into feature/rpcMaran2014-05-051-10/+26
|\
| * Added different storage notification objectobscuren2014-05-051-10/+26
* | Added more JSON niceties to typesMaran2014-05-051-3/+3
* | Implemented first few methods via public apiMaran2014-05-031-6/+6
|/
* Added receipts for tx creationobscuren2014-05-021-0/+16
* Added public interfaceobscuren2014-05-021-0/+91