Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -11/+11 |
* | Increased filter ticker time to 5 minutes | obscuren | 2015-03-15 | 1 | -2/+2 |
* | Merge branch 'rpcfrontier' into develop | obscuren | 2015-03-14 | 1 | -1/+7 |
|\ | |||||
| * | Return null coinbase when accounts not created | Taylor Gerring | 2015-03-14 | 1 | -1/+7 |
* | | DRY up the use of fromHex and put it in ethutil | Maran | 2015-03-14 | 1 | -7/+7 |
|/ | |||||
* | Rename db_put db_get | Taylor Gerring | 2015-03-13 | 1 | -2/+4 |
* | Fix eth_newBlockFilter | Taylor Gerring | 2015-03-13 | 1 | -4/+8 |
* | Add web3_clientVersion | Taylor Gerring | 2015-03-13 | 1 | -7/+7 |
* | Convert to proper errors | Taylor Gerring | 2015-03-13 | 1 | -9/+9 |
* | Get transaction implemented | obscuren | 2015-03-12 | 1 | -3/+15 |
* | Output filter ID as hex | Taylor Gerring | 2015-03-12 | 1 | -1/+1 |
* | Check for existance of key before delete | Taylor Gerring | 2015-03-12 | 1 | -1/+4 |
* | shh_uninstallFilter | Taylor Gerring | 2015-03-12 | 1 | -1/+11 |
* | Lowered default gas price and increased default gas limit | obscuren | 2015-03-12 | 1 | -3/+2 |
* | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-12 | 1 | -6/+41 |
|\ | |||||
| * | Rename Topic to Topics | Taylor Gerring | 2015-03-11 | 1 | -1/+1 |
| * | Get Uncles | Taylor Gerring | 2015-03-11 | 1 | -1/+36 |
| * | TxIndex -> Index | Taylor Gerring | 2015-03-11 | 1 | -4/+4 |
* | | Default block number changes | obscuren | 2015-03-12 | 1 | -44/+26 |
|/ | |||||
* | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-11 | 1 | -16/+20 |
|\ | |||||
| * | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-11 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'develop' into rpcfrontier | obscuren | 2015-03-11 | 1 | -15/+19 |
| |\ \ | |||||
| | * \ | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -14/+1 |
| | |\ \ | |||||
| | * | | | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -2/+3 |
| | * | | | xeth: don't sign transactions for tx call | Felix Lange | 2015-03-10 | 1 | -1/+1 |
| | * | | | Integrate eth_accounts and eth_transact to use new account manager | Gustav Simonsson | 2015-03-06 | 1 | -25/+5 |
| * | | | | fallback | obscuren | 2015-03-11 | 1 | -1/+1 |
* | | | | | Get transaction via block & index | Taylor Gerring | 2015-03-11 | 1 | -0/+27 |
| |_|_|/ |/| | | | |||||
* | | | | Output hex should be prepended with 0x | Taylor Gerring | 2015-03-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | id to hex | obscuren | 2015-03-11 | 1 | -1/+1 |
* | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-11 | 1 | -5/+90 |
|\ \ \ | |||||
| * | | | Update response types | Taylor Gerring | 2015-03-11 | 1 | -5/+90 |
* | | | | Updated RPC | obscuren | 2015-03-11 | 1 | -3/+3 |
|/ / / | |||||
* | | | merge | obscuren | 2015-03-10 | 1 | -3/+13 |
* | | | wip | obscuren | 2015-03-10 | 1 | -15/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Updated xeth instances to take extra param for ui.Interface | obscuren | 2015-03-09 | 1 | -13/+0 |
| * | | Separated block db from state db. Partial fix for #416 | obscuren | 2015-03-07 | 1 | -1/+1 |
| |/ | |||||
* | | Undo client_version changes | Taylor Gerring | 2015-03-10 | 1 | -2/+0 |
* | | Remove support for compiling serpent | Taylor Gerring | 2015-03-09 | 1 | -16/+2 |
* | | Tidy | Taylor Gerring | 2015-03-06 | 1 | -32/+58 |
* | | Refactor & cleanup | Taylor Gerring | 2015-03-06 | 1 | -172/+110 |
* | | Resolve storage/storageat | Taylor Gerring | 2015-03-06 | 1 | -5/+5 |
* | | Revert to hex response | Taylor Gerring | 2015-03-06 | 1 | -4/+3 |
* | | Final name changes | Taylor Gerring | 2015-03-06 | 1 | -8/+9 |
* | | Update RPC methods | Taylor Gerring | 2015-03-05 | 1 | -84/+115 |
* | | Output net_peerCount as hex | Taylor Gerring | 2015-03-04 | 1 | -1/+2 |
* | | Return block number as hex | Taylor Gerring | 2015-03-04 | 1 | -1/+1 |
* | | Update NewTXArgs to accept hex | Taylor Gerring | 2015-03-04 | 1 | -6/+9 |
* | | Add client_version RPC message | Taylor Gerring | 2015-03-04 | 1 | -0/+2 |
* | | Remove defunct calls | Taylor Gerring | 2015-03-02 | 1 | -62/+30 |
* | | Rename "net" methods | Taylor Gerring | 2015-03-02 | 1 | -4/+4 |
|/ | |||||
* | Defautl block | obscuren | 2015-02-26 | 1 | -32/+31 |
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-02-26 | 1 | -4/+23 |
|\ | |||||
| * | Stub defaultBlock methods | Taylor Gerring | 2015-02-25 | 1 | -0/+21 |
* | | wip | obscuren | 2015-02-26 | 1 | -33/+113 |
|/ | |||||
* | Consolidate related items | Taylor Gerring | 2015-02-25 | 1 | -37/+36 |
* | Rename files | Taylor Gerring | 2015-02-25 | 1 | -0/+637 |