Commit Graph

63 Commits (cd6b3fd28a0624ac27cecf9f3e331a027b9c7e67)

Author SHA1 Message Date
Taylor Gerring cd6b3fd28a GetDataArgs 10 years ago
Taylor Gerring a49c81547c DecodeParamError -> InvalidTypeError for unexpected input type 10 years ago
Taylor Gerring c139af5826 GetBalanceArgs 10 years ago
Taylor Gerring 4523a00b91 GetTxCountArgs 10 years ago
Taylor Gerring 9c4504dc41 GetStorageAtArgs 10 years ago
Taylor Gerring 300d36b864 improved NewTxArgs tests 10 years ago
Taylor Gerring ad2089b0a3 Add blockHeightFromJson convenience function 10 years ago
Taylor Gerring 493e0d7be8 improved GetBlockByNumber tests 10 years ago
Taylor Gerring bd1a54f076 GetStorageArgs 10 years ago
Taylor Gerring 966cfa4bdd NewTxArgs 10 years ago
Taylor Gerring c7dc379da5 GetBlockByHashArgs 10 years ago
Taylor Gerring 1e61b75cbf tests + fixes 10 years ago
Taylor Gerring 5707912e2f "pending" convention should be -2 instead of 0 10 years ago
Taylor Gerring 2f8601ef38 Rename blockAge to blockHeight 10 years ago
Taylor Gerring 3f6e1b2fd3 db_putHex/db_getHex + tests 10 years ago
Taylor Gerring 372e1cad5b Cleanup get/submitWork 10 years ago
Taylor Gerring 3cea7d87c1 Rename FilterOptions to BlockFilterArgs 10 years ago
Taylor Gerring 6669ef5b70 Rename for clarity 10 years ago
Taylor Gerring 6c04c19eb4 Reorg filter logic to XEth 10 years ago
Taylor Gerring 8b20c3cc97 Validate NewTx From field is not blank 10 years ago
Taylor Gerring e02eedb43e BlockNumber as int fix 10 years ago
Taylor Gerring 7cbcd81ddc Remove UnmarshalRawMessages 10 years ago
Taylor Gerring 719effa7ec Return error when filter params are not strings 10 years ago
Taylor Gerring 5757f547a6 Allow latest/pending in filter options 10 years ago
obscuren b523441361 Moved ethutil => common 10 years ago
Taylor Gerring 0932f84383 Fix eth_newBlockFilter 10 years ago
Taylor Gerring 094f921e50 Convert to proper errors 10 years ago
obscuren 2273155e7e Get transaction implemented 10 years ago
Taylor Gerring 4418e4ea6a Should on empty params #466 10 years ago
Taylor Gerring c2181fdbf2 block&index args unmarshal plus test 10 years ago
Taylor Gerring 90f34ed40a Rename Topic to Topics 10 years ago
Taylor Gerring 53ac85cfd3 BlockHash must be a string 10 years ago
Taylor Gerring d465e410ef TxIndex -> Index 10 years ago
Taylor Gerring 9ce5229ddf Get transaction via block & index 10 years ago
obscuren f22684439a Updated RPC 10 years ago
obscuren bbe8b18660 Added unmarshalState 10 years ago
Taylor Gerring 3de51f76ee Allow integers for BlockNumber 10 years ago
obscuren a7538d0020 merge 10 years ago
Taylor Gerring dc7022cd61 Increased args test coverage 10 years ago
Gustav Simonsson bc45e5c6de Integrate eth_accounts and eth_transact to use new account manager 10 years ago
Taylor Gerring 5da3d911cf Initial args tests 10 years ago
Taylor Gerring 03dc760ca0 Tidy 10 years ago
Taylor Gerring ef9d825cfa Refactor & cleanup 10 years ago
Taylor Gerring 9f5e9eb38d Resolve storage/storageat 10 years ago
Taylor Gerring c3deafabda Update NewTXArgs to accept hex 10 years ago
obscuren 6e50a1e9f5 Filter accepts multiple topics per entry. Fixes #403 10 years ago
Taylor Gerring 21becb0feb Cleanup RPC packcage 10 years ago
Taylor Gerring 6fd894aae0 Allow zero and negative block numbers 10 years ago
obscuren 03b8c6841b Topics => Topic. Closes #343 10 years ago
obscuren 7fc9b5b3f9 Changed to ChainEvent and fixed a nil pointer in transact 10 years ago