aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/responses_test.go
Commit message (Collapse)AuthorAgeFilesLines
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-295/+0
|
* Fixed tests to reflect log changesobscuren2015-04-091-2/+2
|
* merge conflictobscuren2015-04-071-32/+110
|\
| * More test coverage for responsesTaylor Gerring2015-04-041-34/+111
| |
* | Fixed testsobscuren2015-04-071-4/+2
|/
* transactionRoot -> transactionsRootTaylor Gerring2015-04-021-28/+28
|
* Respect fullTx option #614Taylor Gerring2015-04-011-0/+63
|
* Fix block size output #613Taylor Gerring2015-04-011-1/+2
|
* Block nonce as dataTaylor Gerring2015-04-011-1/+1
|
* Make block context optional nullsTaylor Gerring2015-04-011-3/+3
|
* Add new formatting regexTaylor Gerring2015-04-011-6/+7
|
* Set fullTx option in constructorTaylor Gerring2015-04-011-1/+1
|
* Improved response testsTaylor Gerring2015-04-011-16/+112
| | | | Actually verifies output as by regex
* Re-enabled response tests (needs improvement)Taylor Gerring2015-04-011-117/+52
|
* Remove custom MarshalJSON methodsTaylor Gerring2015-04-011-117/+117
| | | | | Now formats based on underlying hexdata or hexnum type. Fields directly with respective constructors that cover from native types
* Update output types to use hexnum or hexdataTaylor Gerring2015-03-311-4/+4
| | | | | Benefits from automatic output formatting differences between quantities and data
* Update response types + testsTaylor Gerring2015-03-251-0/+123
To coincide with recent type conversion