aboutsummaryrefslogtreecommitdiffstats
path: root/ethpub/pub.go
Commit message (Collapse)AuthorAgeFilesLines
* Added find name for nameregobscuren2014-07-181-0/+13
|
* Debug output, minor fixes and tweaksobscuren2014-07-041-1/+1
| | | | | * Script compile length fix * Transition fix
* Removed old methodobscuren2014-07-021-2/+2
|
* Removed old codeobscuren2014-07-021-12/+0
|
* Added utility wrapper for Ethereum Config contractobscuren2014-07-021-7/+44
| | | | Note, this utility function has to move elsewhere
* 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-301-20/+16
|/
* go fmtzelig2014-06-271-1/+1
|
* Merge remote-tracking branch 'upstream/develop' into feature/loggingzelig2014-06-251-2/+33
|\
| * Implement something that looks like confirmations, wipMaran2014-06-251-2/+4
| |
| * Implemented TX History for ethPubMaran2014-06-251-1/+30
| |
| * Fix key generation in ethPubMaran2014-06-251-1/+1
| |
* | modified logging APIzelig2014-06-231-1/+4
|/ | | | | | - package vars for tagged loggers - weed out spurious fmt.PrintX and log.PrintX logging - tried to second guess loglevel for some :)
* Proper checks for multiple data items. Fixes #80obscuren2014-06-181-5/+0
|
* Merge branch 'develop' into interopobscuren2014-06-121-2/+0
|\
| * log changesobscuren2014-06-121-2/+0
| |
* | Namereg lookup fixobscuren2014-06-121-2/+6
|/
* Added faux latency for peeroverviewMaran2014-06-031-0/+1
|
* Implemented Public Peer interfaceMaran2014-06-021-0/+13
|
* 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
|
* The body of contracts are now returned insteadobscuren2014-05-251-20/+32
|
* Canonical contract creationobscuren2014-05-231-1/+3
|
* Fixed Public block creation. Added block loggingobscuren2014-05-211-10/+1
|
* Fixed state overwriting issueobscuren2014-05-211-1/+1
|
* No longer store script directly in the state treeobscuren2014-05-201-2/+1
|
* 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-141-8/+5
|
* Removed lingering log statementMaran2014-05-131-2/+0
|
* Implemented new JS/EthPub methodsMaran2014-05-131-1/+24
| | | | | | | | - getTxCountAt - getPeerCount - getIsMining - getIsListening - getCoinbase
* Use EthManager interface insteadobscuren2014-05-131-4/+6
|
* 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-051-0/+21
|\
| * Added secret to address methodobscuren2014-05-051-0/+9
| |
| * Added different storage notification objectobscuren2014-05-051-0/+12
| |
* | Fixed GetBlock when no block can be foundMaran2014-05-051-1/+9
| |
* | Fixed import cycleMaran2014-05-051-5/+4
| |
* | Implemented first few methods via public apiMaran2014-05-031-1/+1
|/
* Added receipts for tx creationobscuren2014-05-021-8/+8
|
* Added public interfaceobscuren2014-05-021-0/+108