Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed from as a requirement and changed | obscuren | 2015-04-09 | 1 | -15/+0 |
| | | | | | | | | | Removed the from as a requiremet from the RPC eth_call. Xeth#Call now also default values to: 1. Supplied account 2. First account if any 3. No managed account => 000000..00 | ||||
* | Increased test coverage for args | Taylor Gerring | 2015-04-05 | 1 | -0/+214 |
| | |||||
* | Make "To" field optional in whisper filter | Taylor Gerring | 2015-04-02 | 1 | -0/+25 |
| | |||||
* | HashArgs fix + tests | Taylor Gerring | 2015-04-02 | 1 | -0/+45 |
| | |||||
* | No longer require gas & gas price in transactions | Taylor Gerring | 2015-04-02 | 1 | -6/+17 |
| | | | | Defaults to 0, which is then set to default values in XEth | ||||
* | Default Value to 0 for NewTxArgs | Taylor Gerring | 2015-04-02 | 1 | -3/+9 |
| | |||||
* | New args types with stricter checking | Taylor Gerring | 2015-04-02 | 1 | -1/+11 |
| | |||||
* | New CallArgs | Taylor Gerring | 2015-03-30 | 1 | -8/+269 |
| | | | | Requirements for calls differ from transactions | ||||
* | BlockFilterArgs | Taylor Gerring | 2015-03-27 | 1 | -10/+204 |
| | |||||
* | Test blockHeightFromJsonInvalid | Taylor Gerring | 2015-03-27 | 1 | -0/+9 |
| | |||||
* | NewTxArgs accept numbers or strings for value/gas/gasprice | Taylor Gerring | 2015-03-27 | 1 | -12/+126 |
| | |||||
* | tidy | Taylor Gerring | 2015-03-27 | 1 | -8/+3 |
| | |||||
* | Prefer args as strings not objects | Taylor Gerring | 2015-03-27 | 1 | -15/+13 |
| | |||||
* | Undo xeth changes | Taylor Gerring | 2015-03-27 | 1 | -2/+2 |
| | |||||
* | WhisperMessageArgs | Taylor Gerring | 2015-03-27 | 1 | -1/+91 |
| | |||||
* | WhisperFilterArgs | Taylor Gerring | 2015-03-27 | 1 | -6/+41 |
| | |||||
* | CompileArgs | Taylor Gerring | 2015-03-27 | 1 | -0/+30 |
| | |||||
* | SubmitWorkArgs tests | Taylor Gerring | 2015-03-27 | 1 | -0/+48 |
| | |||||
* | WhisperIdentityArgs | Taylor Gerring | 2015-03-27 | 1 | -0/+30 |
| | |||||
* | FilterIdArgs | Taylor Gerring | 2015-03-27 | 1 | -0/+30 |
| | |||||
* | FilterStringArgs tests | Taylor Gerring | 2015-03-27 | 1 | -7/+33 |
| | |||||
* | DbHexArgs tests | Taylor Gerring | 2015-03-27 | 1 | -0/+78 |
| | |||||
* | DbArgs tests | Taylor Gerring | 2015-03-27 | 1 | -0/+79 |
| | |||||
* | Accept number or string for BlockFilterArgs to/fromBlock | Taylor Gerring | 2015-03-27 | 1 | -3/+3 |
| | |||||
* | Sha3Args | Taylor Gerring | 2015-03-26 | 1 | -12/+43 |
| | |||||
* | Convert error checks to Expect functions | Taylor Gerring | 2015-03-26 | 1 | -312/+168 |
| | |||||
* | HashIndexArgs | Taylor Gerring | 2015-03-26 | 1 | -1/+61 |
| | |||||
* | BlockNumIndexArgs | Taylor Gerring | 2015-03-26 | 1 | -0/+60 |
| | |||||
* | GetDataArgs | Taylor Gerring | 2015-03-26 | 1 | -7/+53 |
| | |||||
* | DecodeParamError -> InvalidTypeError for unexpected input type | Taylor Gerring | 2015-03-26 | 1 | -26/+26 |
| | |||||
* | GetBalanceArgs | Taylor Gerring | 2015-03-26 | 1 | -12/+53 |
| | |||||
* | GetTxCountArgs | Taylor Gerring | 2015-03-26 | 1 | -8/+54 |
| | |||||
* | GetStorageAtArgs | Taylor Gerring | 2015-03-26 | 1 | -7/+68 |
| | |||||
* | improved NewTxArgs tests | Taylor Gerring | 2015-03-26 | 1 | -1/+54 |
| | |||||
* | improved GetBlockByNumber tests | Taylor Gerring | 2015-03-26 | 1 | -3/+57 |
| | |||||
* | improved GetBlockByHashArgs tests | Taylor Gerring | 2015-03-26 | 1 | -2/+37 |
| | |||||
* | GetStorageArgs | Taylor Gerring | 2015-03-26 | 1 | -6/+52 |
| | |||||
* | NewTxArgs | Taylor Gerring | 2015-03-26 | 1 | -20/+7 |
| | |||||
* | GetBlockByHashArgs | Taylor Gerring | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | tests + fixes | Taylor Gerring | 2015-03-24 | 1 | -2/+33 |
| | |||||
* | db_putHex/db_getHex + tests | Taylor Gerring | 2015-03-23 | 1 | -5/+34 |
| | |||||
* | Rename FilterOptions to BlockFilterArgs | Taylor Gerring | 2015-03-20 | 1 | -10/+10 |
| | |||||
* | Rename for clarity | Taylor Gerring | 2015-03-20 | 1 | -6/+6 |
| | |||||
* | Validate NewTx From field is not blank | Taylor Gerring | 2015-03-19 | 1 | -0/+28 |
| | |||||
* | Tests | Taylor Gerring | 2015-03-19 | 1 | -1/+51 |
| | |||||
* | More empty param tests | Taylor Gerring | 2015-03-17 | 1 | -0/+50 |
| | |||||
* | RPC empty args tests | Taylor Gerring | 2015-03-17 | 1 | -0/+47 |
| | |||||
* | Allow latest/pending in filter options | Taylor Gerring | 2015-03-16 | 1 | -0/+23 |
| | |||||
* | Fix arg names in tests | Taylor Gerring | 2015-03-13 | 1 | -3/+3 |
| | |||||
* | Should on empty params #466 | Taylor Gerring | 2015-03-12 | 1 | -0/+21 |
| | |||||
* | block&index args unmarshal plus test | Taylor Gerring | 2015-03-12 | 1 | -0/+40 |
| | |||||
* | Rename Topic to Topics | Taylor Gerring | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | Update response types | Taylor Gerring | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Increased args test coverage | Taylor Gerring | 2015-03-06 | 1 | -0/+309 |
| | |||||
* | Initial args tests | Taylor Gerring | 2015-03-06 | 1 | -0/+125 |