Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1217 from tgerring/rpcsign | Jeffrey Wilcke | 2015-06-09 | 1 | -13/+13 |
|\ | |||||
| * | Fixed signing + tests | Taylor Gerring | 2015-06-09 | 1 | -13/+13 |
* | | Differentiate between 0 and unspecified gas/gasprice | Taylor Gerring | 2015-06-09 | 1 | -12/+12 |
|/ | |||||
* | core: added RPC sign back in | obscuren | 2015-05-22 | 1 | -32/+32 |
* | fix eth.sign. now implemented in admin jsre until web3.js has it . | zelig | 2015-05-20 | 1 | -32/+32 |
* | Signing (almost) works. | Daniel A. Nagy | 2015-05-08 | 1 | -0/+35 |
* | New API call for signatures. | Daniel A. Nagy | 2015-05-08 | 1 | -0/+5 |
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 1 | -0/+23 |
* | xeth, rpc: added nonce setting through RPC and xeth transact | obscuren | 2015-05-07 | 1 | -0/+10 |
* | rpc: use nil topic wildcards instead of "" | Péter Szilágyi | 2015-04-28 | 1 | -1/+1 |
* | rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters | Péter Szilágyi | 2015-04-28 | 1 | -16/+53 |
* | Accept num or hex as index | Taylor Gerring | 2015-04-23 | 1 | -4/+4 |
* | Update eth_getBlockByNumber to accept words | Taylor Gerring | 2015-04-23 | 1 | -6/+2 |
* | Treat hexnums as big.Int instead of int64 | Taylor Gerring | 2015-04-21 | 1 | -41/+46 |
* | core/rpc: fix for null entries in log filters. Closes #725 | obscuren | 2015-04-21 | 1 | -0/+4 |
* | rpc: set from. Closes #742 | obscuren | 2015-04-18 | 1 | -0/+2 |
* | Removed from as a requirement and changed | obscuren | 2015-04-09 | 1 | -5/+0 |
* | Allow "earliest" block height | Taylor Gerring | 2015-04-04 | 1 | -0/+2 |
* | Detect non-valid strings for blockheight | Taylor Gerring | 2015-04-02 | 1 | -1/+5 |
* | Make "To" field optional in whisper filter | Taylor Gerring | 2015-04-02 | 1 | -5/+8 |
* | No longer require gas & gas price in transactions | Taylor Gerring | 2015-04-02 | 1 | -2/+2 |
* | Default Value to 0 for NewTxArgs | Taylor Gerring | 2015-04-02 | 1 | -1/+1 |
* | New args types with stricter checking | Taylor Gerring | 2015-04-02 | 1 | -26/+62 |
* | Default BlockNumber to -1 when missing | Taylor Gerring | 2015-04-02 | 1 | -0/+14 |
* | New CallArgs | Taylor Gerring | 2015-03-30 | 1 | -0/+87 |
* | Cleanup | Taylor Gerring | 2015-03-29 | 1 | -14/+7 |
* | BlockFilterArgs | Taylor Gerring | 2015-03-27 | 1 | -20/+96 |
* | NewTxArgs accept numbers or strings for value/gas/gasprice | Taylor Gerring | 2015-03-27 | 1 | -4/+36 |
* | tidy | Taylor Gerring | 2015-03-27 | 1 | -1/+12 |
* | Merge remote-tracking branch 'origin' into rpcargs | Taylor Gerring | 2015-03-27 | 1 | -0/+31 |
|\ | |||||
| * | moved helper | obscuren | 2015-03-26 | 1 | -20/+20 |
| * | fixed block filter args | obscuren | 2015-03-26 | 1 | -1/+1 |
| * | Fixed filter and refactored code | obscuren | 2015-03-26 | 1 | -23/+28 |
* | | Prefer args as strings not objects | Taylor Gerring | 2015-03-27 | 1 | -20/+20 |
* | | Undo xeth changes | Taylor Gerring | 2015-03-27 | 1 | -4/+4 |
* | | WhisperMessageArgs | Taylor Gerring | 2015-03-27 | 1 | -4/+13 |
* | | WhisperFilterArgs | Taylor Gerring | 2015-03-27 | 1 | -6/+18 |
* | | CompileArgs | Taylor Gerring | 2015-03-27 | 1 | -4/+8 |
* | | WhisperIdentityArgs | Taylor Gerring | 2015-03-27 | 1 | -4/+10 |
* | | FilterIdArgs | Taylor Gerring | 2015-03-27 | 1 | -4/+7 |
* | | FilterStringArgs tests | Taylor Gerring | 2015-03-27 | 1 | -7/+2 |
* | | DbHexArgs tests | Taylor Gerring | 2015-03-27 | 1 | -2/+2 |
* | | Accept number or string for BlockFilterArgs limit/offset | Taylor Gerring | 2015-03-27 | 1 | -14/+26 |
* | | Accept number or string for BlockFilterArgs to/fromBlock | Taylor Gerring | 2015-03-27 | 1 | -8/+11 |
* | | Sha3Args | Taylor Gerring | 2015-03-26 | 1 | -1/+5 |
* | | HashIndexArgs | Taylor Gerring | 2015-03-26 | 1 | -2/+2 |
* | | BlockNumIndexArgs | Taylor Gerring | 2015-03-26 | 1 | -4/+2 |
* | | GetDataArgs | Taylor Gerring | 2015-03-26 | 1 | -9/+2 |
* | | DecodeParamError -> InvalidTypeError for unexpected input type | Taylor Gerring | 2015-03-26 | 1 | -27/+27 |
* | | GetBalanceArgs | Taylor Gerring | 2015-03-26 | 1 | -9/+2 |
* | | GetTxCountArgs | Taylor Gerring | 2015-03-26 | 1 | -9/+2 |
* | | GetStorageAtArgs | Taylor Gerring | 2015-03-26 | 1 | -15/+4 |
* | | improved NewTxArgs tests | Taylor Gerring | 2015-03-26 | 1 | -6/+1 |
* | | Add blockHeightFromJson convenience function | Taylor Gerring | 2015-03-26 | 1 | -2/+10 |
* | | improved GetBlockByNumber tests | Taylor Gerring | 2015-03-26 | 1 | -1/+3 |
* | | GetStorageArgs | Taylor Gerring | 2015-03-26 | 1 | -10/+3 |
* | | NewTxArgs | Taylor Gerring | 2015-03-26 | 1 | -12/+8 |
* | | GetBlockByHashArgs | Taylor Gerring | 2015-03-26 | 1 | -2/+2 |
|/ | |||||
* | tests + fixes | Taylor Gerring | 2015-03-24 | 1 | -5/+4 |
* | "pending" convention should be -2 instead of 0 | Taylor Gerring | 2015-03-23 | 1 | -1/+1 |
* | Rename blockAge to blockHeight | Taylor Gerring | 2015-03-23 | 1 | -7/+7 |
* | db_putHex/db_getHex + tests | Taylor Gerring | 2015-03-23 | 1 | -6/+72 |
* | Cleanup get/submitWork | Taylor Gerring | 2015-03-23 | 1 | -0/+39 |
* | Rename FilterOptions to BlockFilterArgs | Taylor Gerring | 2015-03-20 | 1 | -2/+2 |
* | Rename for clarity | Taylor Gerring | 2015-03-20 | 1 | -6/+6 |
* | Reorg filter logic to XEth | Taylor Gerring | 2015-03-20 | 1 | -0/+10 |
* | Validate NewTx From field is not blank | Taylor Gerring | 2015-03-19 | 1 | -0/+7 |
* | BlockNumber as int fix | Taylor Gerring | 2015-03-19 | 1 | -2/+2 |
* | Remove UnmarshalRawMessages | Taylor Gerring | 2015-03-19 | 1 | -62/+125 |
* | Return error when filter params are not strings | Taylor Gerring | 2015-03-17 | 1 | -14/+20 |
* | Allow latest/pending in filter options | Taylor Gerring | 2015-03-16 | 1 | -40/+22 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -21/+21 |
* | Fix eth_newBlockFilter | Taylor Gerring | 2015-03-13 | 1 | -2/+7 |
* | Convert to proper errors | Taylor Gerring | 2015-03-13 | 1 | -48/+77 |
* | Get transaction implemented | obscuren | 2015-03-12 | 1 | -3/+3 |
* | 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 |