aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub
Commit message (Collapse)AuthorAgeFilesLines
* Added trans state and removed watch address etcobscuren2014-05-091-2/+12
| | | | | | | | The transient state can be used to test out changes before committing them to the proc state. The transient state is currently being used by the gui to support proper nonce updating without having to wait for a block. This used to be done by a cached state mechanism which can now safely by removed.
* wrong stringobscuren2014-05-051-2/+2
|
* Added the ability to submit byte code for contracts instead of Mutan code.obscuren2014-05-051-6/+17
|
* Merge branch 'develop' into feature/rpcMaran2014-05-052-10/+47
|\
| * Added secret to address methodobscuren2014-05-051-0/+9
| |
| * Added different storage notification objectobscuren2014-05-052-10/+38
| |
* | Fixed GetBlock when no block can be foundMaran2014-05-051-1/+9
| |
* | Fixed import cycleMaran2014-05-051-5/+4
| |
* | Added more JSON niceties to typesMaran2014-05-051-3/+3
| |
* | Implemented first few methods via public apiMaran2014-05-032-7/+7
|/
* Added receipts for tx creationobscuren2014-05-022-8/+24
|
* Added public interfaceobscuren2014-05-022-0/+199