Commit Graph

110 Commits (0fc71877a7d7a46f35147f753cba0de7b937c77a)

Author SHA1 Message Date
Taylor Gerring 046411866b Fixed signing + tests 9 years ago
Taylor Gerring c8a9a4e76d Differentiate between 0 and unspecified gas/gasprice 9 years ago
obscuren 6539ccae7c core: added RPC sign back in 9 years ago
zelig 00f59f5014 fix eth.sign. now implemented in admin jsre until web3.js has it . 9 years ago
Daniel A. Nagy 3a01e3e39b Signing (almost) works. 10 years ago
Daniel A. Nagy e94aa421c6 New API call for signatures. 10 years ago
zelig 009b221692 solidity compiler and contract metadocs integration 10 years ago
obscuren 03bb88dec0 xeth, rpc: added nonce setting through RPC and xeth transact 10 years ago
Péter Szilágyi e252dae499 rpc: use nil topic wildcards instead of "" 10 years ago
Péter Szilágyi ae4bfc3cfb rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters 10 years ago
Taylor Gerring 2ea2261156 Accept num or hex as index 10 years ago
Taylor Gerring 35ad9febce Update eth_getBlockByNumber to accept words 10 years ago
Taylor Gerring 13dc8627b5 Treat hexnums as big.Int instead of int64 10 years ago
obscuren ed0817c55d core/rpc: fix for null entries in log filters. Closes #725 10 years ago
obscuren 89fd752659 rpc: set from. Closes #742 10 years ago
obscuren a9959805e5 Removed from as a requirement and changed 10 years ago
Taylor Gerring 2b9b9e7704 Allow "earliest" block height 10 years ago
Taylor Gerring aa71e27a3b Detect non-valid strings for blockheight 10 years ago
Taylor Gerring 3908590578 Make "To" field optional in whisper filter 10 years ago
Taylor Gerring b4eef59b6f No longer require gas & gas price in transactions 10 years ago
Taylor Gerring 015453f5b3 Default Value to 0 for NewTxArgs 10 years ago
Taylor Gerring e402e1dc2e New args types with stricter checking 10 years ago
Taylor Gerring 85ebbc9aa5 Default BlockNumber to -1 when missing 10 years ago
Taylor Gerring 2f3a968136 New CallArgs 10 years ago
Taylor Gerring e80ef9ff34 Cleanup 10 years ago
Taylor Gerring 9f84c78eb5 BlockFilterArgs 10 years ago
Taylor Gerring e0781c2548 NewTxArgs accept numbers or strings for value/gas/gasprice 10 years ago
Taylor Gerring 3fcef54f9b tidy 10 years ago
Taylor Gerring bb12dbe233 Prefer args as strings not objects 10 years ago
Taylor Gerring 49a912ce33 Undo xeth changes 10 years ago
Taylor Gerring 1f3814141b WhisperMessageArgs 10 years ago
Taylor Gerring 9ca87afd0b WhisperFilterArgs 10 years ago
Taylor Gerring 81f36df910 CompileArgs 10 years ago
Taylor Gerring b414a1303f WhisperIdentityArgs 10 years ago
Taylor Gerring 1f1e98f96b FilterIdArgs 10 years ago
Taylor Gerring 62ebf999bf FilterStringArgs tests 10 years ago
Taylor Gerring e21ce9a9b4 DbHexArgs tests 10 years ago
Taylor Gerring 3ab9f26943 Accept number or string for BlockFilterArgs limit/offset 10 years ago
Taylor Gerring 6661bc35ef Accept number or string for BlockFilterArgs to/fromBlock 10 years ago
Taylor Gerring 745dd5b7a5 Sha3Args 10 years ago
Taylor Gerring 3472823be9 HashIndexArgs 10 years ago
Taylor Gerring cb103c089a BlockNumIndexArgs 10 years ago
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
obscuren c33dc3e328 moved helper 10 years ago
obscuren 83b0cad766 fixed block filter args 10 years ago
Taylor Gerring 9c4504dc41 GetStorageAtArgs 10 years ago
obscuren eb433731aa Fixed filter and refactored code 10 years ago