aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub
Commit message (Expand)AuthorAgeFilesLines
* Old code removed and renamed amount to balanceobscuren2014-07-301-3/+4
* Refactored to new state and vmobscuren2014-07-242-9/+11
* Refactored state, state object and vmobscuren2014-07-221-0/+6
* Changed iteratorobscuren2014-07-211-2/+2
* Added find name for nameregobscuren2014-07-182-0/+14
* Added each callback for storageobscuren2014-07-161-0/+5
* Debug output, minor fixes and tweaksobscuren2014-07-041-1/+1
* Removed old methodobscuren2014-07-022-3/+3
* Removed old codeobscuren2014-07-021-12/+0
* Added utility wrapper for Ethereum Config contractobscuren2014-07-021-7/+44
* merge upstreamzelig2014-07-011-1/+1
|\
| * Fix for creating a tx from an unknown accountobscuren2014-07-011-1/+1
* | change all modified calls to ethtrie, ethutil and ethcrypto functionszelig2014-06-302-39/+35
|/
* go fmtzelig2014-06-271-1/+1
* Merge remote-tracking branch 'upstream/develop' into feature/loggingzelig2014-06-252-2/+34
|\
| * Implement something that looks like confirmations, wipMaran2014-06-252-2/+5
| * Implemented TX History for ethPubMaran2014-06-251-1/+30
| * Fix key generation in ethPubMaran2014-06-251-1/+1
* | merge upstreamzelig2014-06-231-0/+8
|\|
| * Added hex script methodobscuren2014-06-231-0/+8
* | modified logging APIzelig2014-06-231-1/+4
|/
* Proper checks for multiple data items. Fixes #80obscuren2014-06-181-5/+0
* A handful of GUI fixesMaran2014-06-171-3/+4
* Set contract addr for new transactionsobscuren2014-06-151-4/+5
* Merge branch 'develop' into interopobscuren2014-06-121-2/+0
|\
| * log changesobscuren2014-06-121-2/+0
* | Merge branch 'develop' into interopobscuren2014-06-121-1/+3
|\|
| * Exposed usedGas through ethPubMaran2014-06-111-1/+2
| * Expose GasLimit to ethPubMaran2014-06-111-1/+2
* | Namereg lookup fixobscuren2014-06-121-2/+6
|/
* Implement getStateKeyVal for JS bindings.Maran2014-06-041-0/+25
* Added faux latency for peeroverviewMaran2014-06-032-1/+3
* Implemented Public Peer interfaceMaran2014-06-022-1/+42
* Added coin base to pub blockobscuren2014-05-301-1/+2
* Removed fmtobscuren2014-05-291-1/+0
* Support for nameregobscuren2014-05-291-1/+19
* Removed commentsobscuren2014-05-291-23/+0
* Fixed state object gas returnobscuren2014-05-291-1/+12
* 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
* The body of contracts are now returned insteadobscuren2014-05-251-20/+32
* Canonical contract creationobscuren2014-05-231-1/+3
* 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-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