aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub
Commit message (Expand)AuthorAgeFilesLines
* Fixed Public block creation. Added block loggingobscuren2014-05-212-13/+14
* Fixed state overwriting issueobscuren2014-05-211-1/+1
* Fixed state issueobscuren2014-05-211-0/+8
* unusedobscuren2014-05-201-1/+0
* No longer store script directly in the state treeobscuren2014-05-202-2/+10
* Increment nonce in the public apiobscuren2014-05-191-0/+1
* Changed how changes are being applied to statesobscuren2014-05-171-1/+1
* Moved keyring to ethutil & removed old methods. Implements #20obscuren2014-05-142-9/+6
* Removed lingering log statementMaran2014-05-131-2/+0
* Implemented new JS/EthPub methodsMaran2014-05-131-1/+24
* Use EthManager interface insteadobscuren2014-05-131-4/+6
* Added trans state and removed watch address etcobscuren2014-05-091-2/+12
* 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