aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/args.go
Commit message (Expand)AuthorAgeFilesLines
* improved NewTxArgs testsTaylor Gerring2015-03-261-6/+1
* Add blockHeightFromJson convenience functionTaylor Gerring2015-03-261-2/+10
* improved GetBlockByNumber testsTaylor Gerring2015-03-261-1/+3
* GetStorageArgsTaylor Gerring2015-03-261-10/+3
* NewTxArgsTaylor Gerring2015-03-261-12/+8
* GetBlockByHashArgsTaylor Gerring2015-03-261-2/+2
* tests + fixesTaylor Gerring2015-03-241-5/+4
* "pending" convention should be -2 instead of 0Taylor Gerring2015-03-231-1/+1
* Rename blockAge to blockHeightTaylor Gerring2015-03-231-7/+7
* db_putHex/db_getHex + testsTaylor Gerring2015-03-231-6/+72
* Cleanup get/submitWorkTaylor Gerring2015-03-231-0/+39
* Rename FilterOptions to BlockFilterArgsTaylor Gerring2015-03-201-2/+2
* Rename for clarityTaylor Gerring2015-03-201-6/+6
* Reorg filter logic to XEthTaylor Gerring2015-03-201-0/+10
* Validate NewTx From field is not blankTaylor Gerring2015-03-191-0/+7
* BlockNumber as int fixTaylor Gerring2015-03-191-2/+2
* Remove UnmarshalRawMessagesTaylor Gerring2015-03-191-62/+125
* Return error when filter params are not stringsTaylor Gerring2015-03-171-14/+20
* Allow latest/pending in filter optionsTaylor Gerring2015-03-161-40/+22
* Moved ethutil => commonobscuren2015-03-161-21/+21
* Fix eth_newBlockFilterTaylor Gerring2015-03-131-2/+7
* Convert to proper errorsTaylor Gerring2015-03-131-48/+77
* Get transaction implementedobscuren2015-03-121-3/+3
* Should on empty params #466Taylor Gerring2015-03-121-1/+25
* block&index args unmarshal plus testTaylor Gerring2015-03-121-0/+56
* Rename Topic to TopicsTaylor Gerring2015-03-111-3/+3
* BlockHash must be a stringTaylor Gerring2015-03-111-1/+6
* TxIndex -> IndexTaylor Gerring2015-03-111-2/+2
* Get transaction via block & indexTaylor Gerring2015-03-111-0/+10
* Merge branch 'rpcfrontier' of github.com-obscure:ethereum/go-ethereum into rp...obscuren2015-03-111-5/+6
|\
| * Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontierTaylor Gerring2015-03-111-13/+37
| |\
| * | Allow integers for BlockNumberTaylor Gerring2015-03-101-6/+21
* | | Updated RPCobscuren2015-03-111-108/+26
| |/ |/|
* | Added unmarshalStateobscuren2015-03-101-13/+37
|/
* mergeobscuren2015-03-101-15/+2
* wipobscuren2015-03-101-8/+21
|\
| * Filter accepts multiple topics per entry. Fixes #403obscuren2015-03-021-4/+14
* | Increased args test coverageTaylor Gerring2015-03-061-51/+75
* | Initial args testsTaylor Gerring2015-03-061-13/+13
* | TidyTaylor Gerring2015-03-061-28/+0
* | Refactor & cleanupTaylor Gerring2015-03-061-112/+402
* | Resolve storage/storageatTaylor Gerring2015-03-061-3/+3
* | Update NewTXArgs to accept hexTaylor Gerring2015-03-041-15/+19
|/
* Cleanup RPC packcageTaylor Gerring2015-02-251-48/+18
* Allow zero and negative block numbersTaylor Gerring2015-02-231-7/+0
* Topics => Topic. Closes #343obscuren2015-02-191-1/+1
* Changed to ChainEvent and fixed a nil pointer in transactobscuren2015-02-181-0/+29
* Added optional address slice. Closes #326obscuren2015-02-171-2/+16
* Unmarshal in to pointer to stringobscuren2015-02-151-3/+3
* Default gas price and default gas for rpcobscuren2015-02-051-10/+0
* Propagate known transactions to new peers on connectobscuren2015-02-051-3/+3
* Added whisper interface for xeth, added examples, updated RPCobscuren2015-01-301-0/+9
* More dapp samplesobscuren2015-01-301-5/+38
* Reimplemented message filters for rpc callsobscuren2015-01-291-4/+27
* Added RPC "Call" for JS calls to contractsobscuren2015-01-291-5/+6
* implement transactobscuren2015-01-291-35/+2
* updated ethereum.js and moved to subfolderobscuren2015-01-291-0/+11
* Move argument types to separate fileTaylor Gerring2015-01-211-0/+218