Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 rp... | obscuren | 2015-03-11 | 1 | -5/+6 |
|\ | |||||
| * | 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 |
* | | | Updated RPC | obscuren | 2015-03-11 | 1 | -108/+26 |
| |/ |/| | |||||
* | | 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 |
* | 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 |
* | More dapp samples | obscuren | 2015-01-30 | 1 | -5/+38 |
* | 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 |
* | Move argument types to separate file | Taylor Gerring | 2015-01-21 | 1 | -0/+218 |