Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip | obscuren | 2015-03-21 | 1 | -0/+8 |
* | merge | obscuren | 2015-03-20 | 1 | -558/+177 |
|\ | |||||
| * | Merge branch 'rpcxeth' into rpcfrontier | Taylor Gerring | 2015-03-20 | 1 | -594/+177 |
| |\ | |||||
| | * | Add xethAtStateNum convenience method | Taylor Gerring | 2015-03-20 | 1 | -6/+10 |
| | * | Move Account register to xeth | Taylor Gerring | 2015-03-20 | 1 | -46/+12 |
| | * | inline GetStorageAt | Taylor Gerring | 2015-03-20 | 1 | -23/+8 |
| | * | Make pretty | Taylor Gerring | 2015-03-20 | 1 | -12/+14 |
| | * | inline Transact | Taylor Gerring | 2015-03-20 | 1 | -14/+10 |
| | * | Move transact gas check to XEth | Taylor Gerring | 2015-03-20 | 1 | -10/+0 |
| | * | inline Call | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | * | inline GetBlockByNumber | Taylor Gerring | 2015-03-20 | 1 | -20/+13 |
| | * | inline GetBlockByHash | Taylor Gerring | 2015-03-20 | 1 | -31/+20 |
| | * | Reorg for clarity | Taylor Gerring | 2015-03-20 | 1 | -52/+30 |
| | * | Move gas defaults to XEth | Taylor Gerring | 2015-03-20 | 1 | -10/+3 |
| | * | Rename FilterOptions to BlockFilterArgs | Taylor Gerring | 2015-03-20 | 1 | -3/+3 |
| | * | Remove unnecessary event mux | Taylor Gerring | 2015-03-20 | 1 | -3/+1 |
| | * | Move stateAt func to XEth | Taylor Gerring | 2015-03-20 | 1 | -30/+6 |
| | * | Rename for clarity | Taylor Gerring | 2015-03-20 | 1 | -9/+9 |
| | * | inline MessagesChanged | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | * | inline UninstallWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | * | inline NewWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | * | inline AllLogs | Taylor Gerring | 2015-03-20 | 1 | -8/+2 |
| | * | inline Logs | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | * | inline FilterChanged | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | * | inline NewFilterString | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | * | inline UninstallFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+1 |
| | * | inline NewFilter | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | * | Merge branch 'rpcinline' into rpcxeth | Taylor Gerring | 2015-03-20 | 1 | -156/+69 |
| | |\ | |||||
| | | * | inline WhisperPost | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | | * | inline GetBlockTransactionCountByHash | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | inline GetBlockTransactionCountByNumber | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | inline GetBlockUncleCountByHash | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | inline GetBlockUncleCountByNumber | Taylor Gerring | 2015-03-20 | 1 | -11/+3 |
| | | * | fixes | Taylor Gerring | 2015-03-20 | 1 | -2/+2 |
| | | * | inline UninstallWhisperFilter | Taylor Gerring | 2015-03-20 | 1 | -7/+6 |
| | | * | inline WhisperMessages | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | * | inline GetTransactionByHash | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | | * | inline RemoveWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | * | inline NewWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+2 |
| | | * | inline DbGet | Taylor Gerring | 2015-03-20 | 1 | -11/+6 |
| | | * | inline DbPut | Taylor Gerring | 2015-03-20 | 1 | -11/+7 |
| | | * | inline GetCompilers | Taylor Gerring | 2015-03-20 | 1 | -7/+2 |
| | | * | inline GetData | Taylor Gerring | 2015-03-20 | 1 | -9/+4 |
| | | * | inline GetTxCountAt | Taylor Gerring | 2015-03-20 | 1 | -10/+7 |
| | | * | inline GetStorage | Taylor Gerring | 2015-03-20 | 1 | -9/+6 |
| | | * | inline GetBalance | Taylor Gerring | 2015-03-20 | 1 | -9/+6 |
| | | * | inline HasWhisperIdentity | Taylor Gerring | 2015-03-20 | 1 | -6/+1 |
| | | * | Inline getStateWithNum | Taylor Gerring | 2015-03-20 | 1 | -8/+4 |
| | * | | Reorg filter logic to XEth | Taylor Gerring | 2015-03-20 | 1 | -168/+23 |
| * | | | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp... | obscuren | 2015-03-20 | 1 | -3/+36 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-20 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge branch 'rpcutil' into rpcfrontier | Taylor Gerring | 2015-03-20 | 1 | -3/+36 |
| | |\ \ \ | | | | |/ | | | |/| | |||||
| | | * | | Remove util | Taylor Gerring | 2015-03-20 | 1 | -0/+33 |
| | | * | | Move Log to LogRes | Taylor Gerring | 2015-03-20 | 1 | -3/+3 |
| * | | | | Listen to tx pre event and trigger 'pending' | obscuren | 2015-03-20 | 1 | -12/+15 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'develop' into conversion | obscuren | 2015-03-20 | 1 | -1/+1 |
|\| | | | |||||
| * | | | moved back to debug | obscuren | 2015-03-19 | 1 | -1/+1 |
| |/ / | |||||
* | | | merge | obscuren | 2015-03-19 | 1 | -8/+16 |
|\| | | |||||
| * | | fixed chain event. Closes #529 | obscuren | 2015-03-19 | 1 | -6/+9 |
| * | | Validate NewTx From field is not blank | Taylor Gerring | 2015-03-19 | 1 | -0/+5 |
| |/ | |||||
| * | Remove i2hex | Taylor Gerring | 2015-03-18 | 1 | -2/+2 |
* | | merge | obscuren | 2015-03-19 | 1 | -11/+11 |
|\| | |||||
| * | Merge pull request #498 from maran/feature/drytoHex | Jeffrey Wilcke | 2015-03-18 | 1 | -13/+13 |
| |\ | |||||
| | * | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 1 | -14/+14 |
* | | | conversions. -compilable- | obscuren | 2015-03-18 | 1 | -10/+9 |
|/ / | |||||
* | | Comment out whisper remove identity stubs | Taylor Gerring | 2015-03-17 | 1 | -10/+10 |
* | | Initial support to remove Whisper identities per #491 | Taylor Gerring | 2015-03-17 | 1 | -1/+12 |
|/ | |||||
* | 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 |