Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make send internal | Taylor Gerring | 2015-03-20 | 1 | -6/+6 |
| | |||||
* | Remove extra logger | Taylor Gerring | 2015-03-20 | 1 | -2/+2 |
| | |||||
* | Remove JsonWrapper | Taylor Gerring | 2015-03-18 | 1 | -6/+19 |
| | |||||
* | Support JSON RPC batch requests | Taylor Gerring | 2015-03-18 | 1 | -33/+52 |
|\ | |||||
| * | Add JSON RPC batch support | Taylor Gerring | 2015-03-18 | 1 | -33/+52 |
| | | | | | | | | http://www.jsonrpc.org/specification#batch | ||||
* | | rpc | zelig | 2015-03-15 | 1 | -7/+7 |
|/ | | | | | - camelcase fields dont play nice with otto value magic: JsonRpc -> Jsonrpc, ID -> Id - jeth: ethereum.js rpc transport provider direct bridge between js and ethereumApi via otto jsre | ||||
* | Consolidate error type switch | Taylor Gerring | 2015-03-13 | 1 | -14/+2 |
| | |||||
* | Convert to proper errors | Taylor Gerring | 2015-03-13 | 1 | -5/+34 |
| | | | | Allow returning different JSON RPC error codes depending on error type | ||||
* | Merge ethereum/poc-9 into accounts-integration | Felix Lange | 2015-03-10 | 1 | -1/+11 |
| | | | | | | | | | | Conflicts: cmd/utils/cmd.go cmd/utils/flags.go core/manager.go eth/backend.go rpc/http/server.go xeth/xeth.go | ||||
* | rpc: add dataDir parameter and JSON-RPC handler | Felix Lange | 2015-03-10 | 1 | -0/+42 |