Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added eth_logs & fixed issue with manual log filtering | obscuren | 2015-02-22 | 1 | -12/+11 |
| | | | | | | * Implemented `eth_logs` * Fixed issue with `filter.Find()` where logs were appended to an incorrect, non-returned slice resulting in no logs found | ||||
* | Filter and mutex locks added | obscuren | 2015-02-17 | 1 | -5/+0 |
| | |||||
* | Merge branch 'develop' into miner | obscuren | 2015-02-14 | 1 | -0/+6 |
|\ | |||||
| * | merge | obscuren | 2015-02-13 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'develop' into miner | obscuren | 2015-02-12 | 1 | -12/+7 |
|\| | |||||
| * | updated coin | obscuren | 2015-02-11 | 1 | -12/+7 |
| | | |||||
* | | merged | obscuren | 2015-02-09 | 1 | -36/+72 |
|\| | |||||
| * | Updated coin | obscuren | 2015-02-08 | 1 | -30/+66 |
| | | |||||
| * | API changed to use Pubkey only. Reflected that change in the rest of the api | obscuren | 2015-02-06 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'develop' into miner | obscuren | 2015-02-06 | 1 | -2/+2 |
|\| | |||||
| * | Default gas price and default gas for rpc | obscuren | 2015-02-05 | 1 | -2/+2 |
| | | |||||
* | | wip | obscuren | 2015-02-06 | 1 | -10/+10 |
|/ | |||||
* | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 1 | -4/+4 |
| | |||||
* | Filtering | obscuren | 2015-02-05 | 1 | -5/+17 |
| | |||||
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -1/+1 |
| | | | | | * Added RPC methods for whisper * Added whisper example | ||||
* | Fixed issue with Storage() | obscuren | 2015-01-30 | 1 | -1/+2 |
| | | | | | | * Storage() returned encoded values. They are now decode prior to hexing * Removed old code from state object * Updated coin | ||||
* | default values removed | obscuren | 2015-01-30 | 1 | -11/+19 |
| | |||||
* | More dapp samples | obscuren | 2015-01-30 | 1 | -0/+89 |
* Info DApp, coin DApp * Additional rpc methods |