Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added find name for namereg | obscuren | 2014-07-18 | 1 | -0/+13 |
| | |||||
* | Debug output, minor fixes and tweaks | obscuren | 2014-07-04 | 1 | -1/+1 |
| | | | | | * Script compile length fix * Transition fix | ||||
* | Removed old method | obscuren | 2014-07-02 | 1 | -2/+2 |
| | |||||
* | Removed old code | obscuren | 2014-07-02 | 1 | -12/+0 |
| | |||||
* | Added utility wrapper for Ethereum Config contract | obscuren | 2014-07-02 | 1 | -7/+44 |
| | | | | Note, this utility function has to move elsewhere | ||||
* | merge upstream | zelig | 2014-07-01 | 1 | -1/+1 |
|\ | |||||
| * | Fix for creating a tx from an unknown account | obscuren | 2014-07-01 | 1 | -1/+1 |
| | | |||||
* | | change all modified calls to ethtrie, ethutil and ethcrypto functions | zelig | 2014-06-30 | 1 | -20/+16 |
|/ | |||||
* | go fmt | zelig | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/develop' into feature/logging | zelig | 2014-06-25 | 1 | -2/+33 |
|\ | |||||
| * | Implement something that looks like confirmations, wip | Maran | 2014-06-25 | 1 | -2/+4 |
| | | |||||
| * | Implemented TX History for ethPub | Maran | 2014-06-25 | 1 | -1/+30 |
| | | |||||
| * | Fix key generation in ethPub | Maran | 2014-06-25 | 1 | -1/+1 |
| | | |||||
* | | modified logging API | zelig | 2014-06-23 | 1 | -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 #80 | obscuren | 2014-06-18 | 1 | -5/+0 |
| | |||||
* | Merge branch 'develop' into interop | obscuren | 2014-06-12 | 1 | -2/+0 |
|\ | |||||
| * | log changes | obscuren | 2014-06-12 | 1 | -2/+0 |
| | | |||||
* | | Namereg lookup fix | obscuren | 2014-06-12 | 1 | -2/+6 |
|/ | |||||
* | Added faux latency for peeroverview | Maran | 2014-06-03 | 1 | -0/+1 |
| | |||||
* | Implemented Public Peer interface | Maran | 2014-06-02 | 1 | -0/+13 |
| | |||||
* | Removed fmt | obscuren | 2014-05-29 | 1 | -1/+0 |
| | |||||
* | Support for namereg | obscuren | 2014-05-29 | 1 | -1/+19 |
| | |||||
* | Removed comments | obscuren | 2014-05-29 | 1 | -23/+0 |
| | |||||
* | Fixed state object gas return | obscuren | 2014-05-29 | 1 | -1/+12 |
| | |||||
* | The body of contracts are now returned instead | obscuren | 2014-05-25 | 1 | -20/+32 |
| | |||||
* | Canonical contract creation | obscuren | 2014-05-23 | 1 | -1/+3 |
| | |||||
* | Fixed Public block creation. Added block logging | obscuren | 2014-05-21 | 1 | -10/+1 |
| | |||||
* | Fixed state overwriting issue | obscuren | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | No longer store script directly in the state tree | obscuren | 2014-05-20 | 1 | -2/+1 |
| | |||||
* | Increment nonce in the public api | obscuren | 2014-05-19 | 1 | -0/+1 |
| | |||||
* | Changed how changes are being applied to states | obscuren | 2014-05-17 | 1 | -1/+1 |
| | |||||
* | Moved keyring to ethutil & removed old methods. Implements #20 | obscuren | 2014-05-14 | 1 | -8/+5 |
| | |||||
* | Removed lingering log statement | Maran | 2014-05-13 | 1 | -2/+0 |
| | |||||
* | Implemented new JS/EthPub methods | Maran | 2014-05-13 | 1 | -1/+24 |
| | | | | | | | | - getTxCountAt - getPeerCount - getIsMining - getIsListening - getCoinbase | ||||
* | Use EthManager interface instead | obscuren | 2014-05-13 | 1 | -4/+6 |
| | |||||
* | Added trans state and removed watch address etc | obscuren | 2014-05-09 | 1 | -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 string | obscuren | 2014-05-05 | 1 | -2/+2 |
| | |||||
* | Added the ability to submit byte code for contracts instead of Mutan code. | obscuren | 2014-05-05 | 1 | -6/+17 |
| | |||||
* | Merge branch 'develop' into feature/rpc | Maran | 2014-05-05 | 1 | -0/+21 |
|\ | |||||
| * | Added secret to address method | obscuren | 2014-05-05 | 1 | -0/+9 |
| | | |||||
| * | Added different storage notification object | obscuren | 2014-05-05 | 1 | -0/+12 |
| | | |||||
* | | Fixed GetBlock when no block can be found | Maran | 2014-05-05 | 1 | -1/+9 |
| | | |||||
* | | Fixed import cycle | Maran | 2014-05-05 | 1 | -5/+4 |
| | | |||||
* | | Implemented first few methods via public api | Maran | 2014-05-03 | 1 | -1/+1 |
|/ | |||||
* | Added receipts for tx creation | obscuren | 2014-05-02 | 1 | -8/+8 |
| | |||||
* | Added public interface | obscuren | 2014-05-02 | 1 | -0/+108 |