quorum/rpc
Felix Lange cf71f5cd60 rpc: remove HexNumber, replace all uses with hexutil types
This change couldn't be automated because HexNumber was used for numbers
of all sizes.
2016-12-20 14:41:58 +01:00
..
client.go rpc: add context argument to EthSubscribe 2016-08-05 20:48:33 +02:00
client_context_go1.4.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
client_context_go1.5.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
client_context_go1.6.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
client_context_go1.7.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
client_example_test.go rpc: add context argument to EthSubscribe 2016-08-05 20:48:33 +02:00
client_test.go rpc: add context argument to EthSubscribe 2016-08-05 20:48:33 +02:00
doc.go README, core, rpc: fix various typos 2016-06-21 17:38:35 +01:00
errors.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
http.go internal/debug, internal/ethapi, rpc, swarm/storage: Ran "go fmt" 2016-11-01 18:40:36 +08:00
inproc.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
ipc.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
ipc_unix.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
ipc_windows.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00
json.go rpc: remove HexNumber, replace all uses with hexutil types 2016-12-20 14:41:58 +01:00
json_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
server.go rpc: refactor subscriptions and filters 2016-08-17 12:59:58 +02:00
server_test.go rpc: refactor subscriptions and filters 2016-08-17 12:59:58 +02:00
subscription.go rpc: refactor subscriptions and filters 2016-08-17 12:59:58 +02:00
subscription_test.go rpc: refactor subscriptions and filters 2016-08-17 12:59:58 +02:00
types.go rpc: remove HexNumber, replace all uses with hexutil types 2016-12-20 14:41:58 +01:00
utils.go rpc: format filter ID according to spec for quantities 2016-09-01 11:50:13 +02:00
utils_test.go rpc: format filter ID according to spec for quantities 2016-09-01 11:50:13 +02:00
websocket.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00