aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/args_test.go
Commit message (Collapse)AuthorAgeFilesLines
* unit test coverage for NewDataArgsTaylor Gerring2015-06-181-0/+54
|
* Updated testTaylor Gerring2015-06-111-0/+8
|
* Merge pull request #1217 from tgerring/rpcsignJeffrey Wilcke2015-06-091-0/+61
|\ | | | | Fix RPC sign
| * Fixed signing + testsTaylor Gerring2015-06-091-0/+61
| |
* | Differentiate between 0 and unspecified gas/gaspriceTaylor Gerring2015-06-091-8/+12
|/
* solidity compiler and contract metadocs integrationzelig2015-05-071-0/+10
| | | | | | | | | | | | | * common/compiler: solidity compiler + tests * rpc: eth_compilers, eth_compileSolidity + tests * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup * resolver implements registrars and needs to create reg contract (temp) * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath) * ethereumApi: implement compiler related RPC calls using XEth - json struct tests * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths * cli: command line flags solc to set custom solc bin path * js admin api with new features debug and contractInfo modules * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
* rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filtersPéter Szilágyi2015-04-281-1/+1
|
* Tests for magic wordsTaylor Gerring2015-04-231-0/+35
|
* Accept num or hex as indexTaylor Gerring2015-04-231-1/+1
|
* Update eth_getBlockByNumber to accept wordsTaylor Gerring2015-04-231-0/+19
|
* Removed from as a requirement and changedobscuren2015-04-091-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 argsTaylor Gerring2015-04-051-0/+214
|
* Make "To" field optional in whisper filterTaylor Gerring2015-04-021-0/+25
|
* HashArgs fix + testsTaylor Gerring2015-04-021-0/+45
|
* No longer require gas & gas price in transactionsTaylor Gerring2015-04-021-6/+17
| | | | Defaults to 0, which is then set to default values in XEth
* Default Value to 0 for NewTxArgsTaylor Gerring2015-04-021-3/+9
|
* New args types with stricter checkingTaylor Gerring2015-04-021-1/+11
|
* New CallArgsTaylor Gerring2015-03-301-8/+269
| | | | Requirements for calls differ from transactions
* BlockFilterArgsTaylor Gerring2015-03-271-10/+204
|
* Test blockHeightFromJsonInvalidTaylor Gerring2015-03-271-0/+9
|
* NewTxArgs accept numbers or strings for value/gas/gaspriceTaylor Gerring2015-03-271-12/+126
|
* tidyTaylor Gerring2015-03-271-8/+3
|
* Prefer args as strings not objectsTaylor Gerring2015-03-271-15/+13
|
* Undo xeth changesTaylor Gerring2015-03-271-2/+2
|
* WhisperMessageArgsTaylor Gerring2015-03-271-1/+91
|
* WhisperFilterArgsTaylor Gerring2015-03-271-6/+41
|
* CompileArgsTaylor Gerring2015-03-271-0/+30
|
* SubmitWorkArgs testsTaylor Gerring2015-03-271-0/+48
|
* WhisperIdentityArgsTaylor Gerring2015-03-271-0/+30
|
* FilterIdArgsTaylor Gerring2015-03-271-0/+30
|
* FilterStringArgs testsTaylor Gerring2015-03-271-7/+33
|
* DbHexArgs testsTaylor Gerring2015-03-271-0/+78
|
* DbArgs testsTaylor Gerring2015-03-271-0/+79
|
* Accept number or string for BlockFilterArgs to/fromBlockTaylor Gerring2015-03-271-3/+3
|
* Sha3ArgsTaylor Gerring2015-03-261-12/+43
|
* Convert error checks to Expect functionsTaylor Gerring2015-03-261-312/+168
|
* HashIndexArgsTaylor Gerring2015-03-261-1/+61
|
* BlockNumIndexArgsTaylor Gerring2015-03-261-0/+60
|
* GetDataArgsTaylor Gerring2015-03-261-7/+53
|
* DecodeParamError -> InvalidTypeError for unexpected input typeTaylor Gerring2015-03-261-26/+26
|
* GetBalanceArgsTaylor Gerring2015-03-261-12/+53
|
* GetTxCountArgsTaylor Gerring2015-03-261-8/+54
|
* GetStorageAtArgsTaylor Gerring2015-03-261-7/+68
|
* improved NewTxArgs testsTaylor Gerring2015-03-261-1/+54
|
* improved GetBlockByNumber testsTaylor Gerring2015-03-261-3/+57
|
* improved GetBlockByHashArgs testsTaylor Gerring2015-03-261-2/+37
|
* GetStorageArgsTaylor Gerring2015-03-261-6/+52
|
* NewTxArgsTaylor Gerring2015-03-261-20/+7
|
* GetBlockByHashArgsTaylor Gerring2015-03-261-1/+1
|
* tests + fixesTaylor Gerring2015-03-241-2/+33
|
* db_putHex/db_getHex + testsTaylor Gerring2015-03-231-5/+34
|
* Rename FilterOptions to BlockFilterArgsTaylor Gerring2015-03-201-10/+10
|
* Rename for clarityTaylor Gerring2015-03-201-6/+6
|
* Validate NewTx From field is not blankTaylor Gerring2015-03-191-0/+28
|
* TestsTaylor Gerring2015-03-191-1/+51
|
* More empty param testsTaylor Gerring2015-03-171-0/+50
|
* RPC empty args testsTaylor Gerring2015-03-171-0/+47
|
* Allow latest/pending in filter optionsTaylor Gerring2015-03-161-0/+23
|
* Fix arg names in testsTaylor Gerring2015-03-131-3/+3
|
* Should on empty params #466Taylor Gerring2015-03-121-0/+21
|
* block&index args unmarshal plus testTaylor Gerring2015-03-121-0/+40
|
* Rename Topic to TopicsTaylor Gerring2015-03-111-3/+3
|
* Update response typesTaylor Gerring2015-03-111-1/+1
|
* Increased args test coverageTaylor Gerring2015-03-061-0/+309
|
* Initial args testsTaylor Gerring2015-03-061-0/+125