aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/types.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: support subscriptions under custom namespacesBas van Kervel2017-04-251-5/+5
|
* rpc: improve BlockNumber unmarshal parsingBas van Kervel2017-04-131-39/+20
|
* all: fix spelling errorsPéter Szilágyi2017-01-071-1/+1
|
* rpc: remove HexNumber, replace all uses with hexutil typesFelix Lange2016-12-201-85/+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-30/+0
|
* internal/ethapi: add missing output fieldsFelix Lange2016-08-041-0/+30
| | | | | | | | - 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: refactor subscriptions and filtersBas van Kervel2016-08-171-2/+2
|
* rpc: add new client, use it everywhereFelix Lange2016-07-231-23/+10
| | | | | | The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
* rpc: fix bad method error for batch requestsFelix Lange2016-07-231-0/+1
| | | | | | If a batch request contained an invalid method, the server would reply with a non-batch error response. Fix this by tracking an error for each batch element.
* rpc: various fixes/enhancementsBas van Kervel2016-04-121-44/+7
| | | | | | | | rpc: be less restrictive on the request id rpc: improved documentation console: upgrade web3.js to version 0.16.0 rpc: cache http connections rpc: rename wsDomains parameter to wsOrigins
* rpc: add pub/sub supportBas van Kervel2016-04-021-50/+4
|
* cmd, eth, rpc: fix some RPC issues with pending blocksPéter Szilágyi2016-02-031-6/+7
|
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-0/+368
|
* removed old rpc structure and added new inproc api clientBas van Kervel2015-06-221-381/+0
|
* fix hex conversion bug in RPC for byte slicesGustav Simonsson2015-05-121-1/+8
|
* rpc, xeth: fix #881, gracefully handle offline whisperPéter Szilágyi2015-05-111-0/+16
|
* Don't export types/functionsBas van Kervel2015-04-191-12/+12
|
* Replaced channel pointer field with non pointer channelBas van Kervel2015-04-191-10/+13
|
* Stop accepted and alive connections (http keep-alive) when the rpc service ↵Bas van Kervel2015-04-171-27/+56
| | | | is stopped
* admin.stopRPC support added which stops the RPC HTTP listenerBas van Kervel2015-04-161-0/+67
|
* Improved test coverage for rpc typesTaylor Gerring2015-04-041-14/+4
|
* Guard for nil *big.IntTaylor Gerring2015-04-021-1/+5
|
* Better decoding of uint*Taylor Gerring2015-04-021-2/+6
|
* More types supportedTaylor Gerring2015-04-021-0/+20
|
* Trim left only, not rightTaylor Gerring2015-04-021-1/+1
|
* Better nil handlingTaylor Gerring2015-04-021-5/+22
|
* Fixed decoding for uint64 into bytesTaylor Gerring2015-04-021-1/+4
|
* PatchesTaylor Gerring2015-04-011-2/+3
|
* rename messages to typesTaylor Gerring2015-04-011-0/+220