Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return error when filter params are not strings | Taylor Gerring | 2015-03-17 | 1 | -14/+20 |
| | |||||
* | Allow latest/pending in filter options | Taylor Gerring | 2015-03-16 | 1 | -40/+22 |
| | |||||
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -21/+21 |
| | |||||
* | Fix eth_newBlockFilter | Taylor Gerring | 2015-03-13 | 1 | -2/+7 |
| | |||||
* | Convert to proper errors | Taylor Gerring | 2015-03-13 | 1 | -48/+77 |
| | | | | Allow returning different JSON RPC error codes depending on error type | ||||
* | Get transaction implemented | obscuren | 2015-03-12 | 1 | -3/+3 |
| | | | | | * Added a GetTransaction to XEth * Implemented the `eth_getTransactionByHash` RPC method | ||||
* | Should on empty params #466 | Taylor Gerring | 2015-03-12 | 1 | -1/+25 |
| | |||||
* | block&index args unmarshal plus test | Taylor Gerring | 2015-03-12 | 1 | -0/+56 |
| | |||||
* | Rename Topic to Topics | Taylor Gerring | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | BlockHash must be a string | Taylor Gerring | 2015-03-11 | 1 | -1/+6 |
| | |||||
* | TxIndex -> Index | Taylor Gerring | 2015-03-11 | 1 | -2/+2 |
| | |||||
* | Get transaction via block & index | Taylor Gerring | 2015-03-11 | 1 | -0/+10 |
| | |||||
* | Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into ↵ | obscuren | 2015-03-11 | 1 | -5/+6 |
|\ | | | | | | | | | | | | | rpcfrontier Conflicts: rpc/args.go | ||||
| * | Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier | Taylor Gerring | 2015-03-11 | 1 | -13/+37 |
| |\ | |||||
| * | | Allow integers for BlockNumber | Taylor Gerring | 2015-03-10 | 1 | -6/+21 |
| | | | | | | | | | | | | If parsing fails, fall back to hex decoding | ||||
* | | | Updated RPC | obscuren | 2015-03-11 | 1 | -108/+26 |
| |/ |/| | | | | | | | | | * Added a generic RawMessage deserialiser * Updated ethereum.js * Updated coin test app | ||||
* | | Added unmarshalState | obscuren | 2015-03-10 | 1 | -13/+37 |
|/ | |||||
* | merge | obscuren | 2015-03-10 | 1 | -15/+2 |
| | |||||
* | wip | obscuren | 2015-03-10 | 1 | -8/+21 |
|\ | |||||
| * | Filter accepts multiple topics per entry. Fixes #403 | obscuren | 2015-03-02 | 1 | -4/+14 |
| | | |||||
* | | Increased args test coverage | Taylor Gerring | 2015-03-06 | 1 | -51/+75 |
| | | |||||
* | | Initial args tests | Taylor Gerring | 2015-03-06 | 1 | -13/+13 |
| | | |||||
* | | Tidy | Taylor Gerring | 2015-03-06 | 1 | -28/+0 |
| | | |||||
* | | Refactor & cleanup | Taylor Gerring | 2015-03-06 | 1 | -112/+402 |
| | | |||||
* | | Resolve storage/storageat | Taylor Gerring | 2015-03-06 | 1 | -3/+3 |
| | | |||||
* | | Update NewTXArgs to accept hex | Taylor Gerring | 2015-03-04 | 1 | -15/+19 |
|/ | |||||
* | Cleanup RPC packcage | Taylor Gerring | 2015-02-25 | 1 | -48/+18 |
| | |||||
* | Allow zero and negative block numbers | Taylor Gerring | 2015-02-23 | 1 | -7/+0 |
| | | | | 0 is genesis block. Xeth recognises -1 as current | ||||
* | Topics => Topic. Closes #343 | obscuren | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Changed to ChainEvent and fixed a nil pointer in transact | obscuren | 2015-02-18 | 1 | -0/+29 |
| | |||||
* | Added optional address slice. Closes #326 | obscuren | 2015-02-17 | 1 | -2/+16 |
| | |||||
* | Unmarshal in to pointer to string | obscuren | 2015-02-15 | 1 | -3/+3 |
| | |||||
* | Default gas price and default gas for rpc | obscuren | 2015-02-05 | 1 | -10/+0 |
| | |||||
* | Propagate known transactions to new peers on connect | obscuren | 2015-02-05 | 1 | -3/+3 |
| | |||||
* | Added whisper interface for xeth, added examples, updated RPC | obscuren | 2015-01-30 | 1 | -0/+9 |
| | | | | | * Added RPC methods for whisper * Added whisper example | ||||
* | More dapp samples | obscuren | 2015-01-30 | 1 | -5/+38 |
| | | | | | * Info DApp, coin DApp * Additional rpc methods | ||||
* | Reimplemented message filters for rpc calls | obscuren | 2015-01-29 | 1 | -4/+27 |
| | |||||
* | Added RPC "Call" for JS calls to contracts | obscuren | 2015-01-29 | 1 | -5/+6 |
| | |||||
* | implement transact | obscuren | 2015-01-29 | 1 | -35/+2 |
| | |||||
* | updated ethereum.js and moved to subfolder | obscuren | 2015-01-29 | 1 | -0/+11 |
| | | | | | * Previous subtree caused a lot of trouble * Implemented sha3 in our shiny new http JSON RPC | ||||
* | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 1 | -0/+218 |