Commit Graph

43 Commits (da427e8843e96bcee5f4eaedde966b0b8cf09520)

Author SHA1 Message Date
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
obscuren 547788b1b0 Added optional address slice. Closes #326 10 years ago
obscuren 16ae675107 Unmarshal in to pointer to string 10 years ago
obscuren db7c34a9df Default gas price and default gas for rpc 10 years ago
obscuren 1d519854e2 Propagate known transactions to new peers on connect 10 years ago
obscuren c03d403437 Added whisper interface for xeth, added examples, updated RPC 10 years ago
obscuren 0031f388ac More dapp samples 10 years ago
obscuren 6488a392a3 Reimplemented message filters for rpc calls 10 years ago
obscuren 84adf77bf3 Added RPC "Call" for JS calls to contracts 10 years ago
obscuren 6d012f628b implement transact 10 years ago
obscuren ec85458612 updated ethereum.js and moved to subfolder 10 years ago
Taylor Gerring a6d4ce2630 Move argument types to separate file 10 years ago
Taylor Gerring 499bc404e8 Stub missing UnmarshalJSON methods 10 years ago
Taylor Gerring a81d835e4d cleanup 10 years ago
Taylor Gerring 961e4da7d8 Add support for CodeAt 10 years ago
Taylor Gerring b178414a47 Added license headers 10 years ago
Taylor Gerring b2112729fa cleanup 10 years ago
Taylor Gerring 32bed50ba1 begin conversion to rpc over http 10 years ago
obscuren 0ed1a8b50a ethpipe => xeth (eXtended ETHereum) 10 years ago
obscuren b1c247231b ethlog => logger 10 years ago
obscuren 29b8a0bc5f Updated the VM & VM tests 10 years ago