Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More test coverage for responses | Taylor Gerring | 2015-04-04 | 1 | -34/+111 |
| | |||||
* | transactionRoot -> transactionsRoot | Taylor Gerring | 2015-04-02 | 1 | -28/+28 |
| | |||||
* | Respect fullTx option #614 | Taylor Gerring | 2015-04-01 | 1 | -0/+63 |
| | |||||
* | Fix block size output #613 | Taylor Gerring | 2015-04-01 | 1 | -1/+2 |
| | |||||
* | Block nonce as data | Taylor Gerring | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Make block context optional nulls | Taylor Gerring | 2015-04-01 | 1 | -3/+3 |
| | |||||
* | Add new formatting regex | Taylor Gerring | 2015-04-01 | 1 | -6/+7 |
| | |||||
* | Set fullTx option in constructor | Taylor Gerring | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Improved response tests | Taylor Gerring | 2015-04-01 | 1 | -16/+112 |
| | | | | Actually verifies output as by regex | ||||
* | Re-enabled response tests (needs improvement) | Taylor Gerring | 2015-04-01 | 1 | -117/+52 |
| | |||||
* | Remove custom MarshalJSON methods | Taylor Gerring | 2015-04-01 | 1 | -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 hexdata | Taylor Gerring | 2015-03-31 | 1 | -4/+4 |
| | | | | | Benefits from automatic output formatting differences between quantities and data | ||||
* | Update response types + tests | Taylor Gerring | 2015-03-25 | 1 | -0/+123 |
To coincide with recent type conversion |