aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/types_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
|
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
|
* rpc: improve BlockNumber unmarshal parsingBas van Kervel2017-04-131-0/+66
|
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-73/+0
| | | | | This change couldn't be automated because HexNumber was used for numbers of all sizes.
* rpc: remove HexBytes, replace all uses with hexutil.BytesFelix Lange2016-12-201-22/+0
|
* internal/ethapi: add missing output fieldsFelix Lange2016-08-041-0/+22
| | | | | | | | - returned headers didn't include mixHash - returned transactions didn't include signature fields - empty transaction input was returned as "", but should be "0x" - returned receipts didn't include the bloom filter - "root" in receipts was missing 0x prefix
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+73
|
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-204/+0
|
* Improved test coverage for rpc typesTaylor Gerring2015-04-041-0/+154
|
* rename messages to typesTaylor Gerring2015-04-011-0/+50