quorum/rpc
Felix Lange b0d9f7372a internal/ethapi: add missing output fields
- 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
2016-08-04 01:40:50 +02: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 rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02: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: add new client, use it everywhere 2016-07-22 23:21:27 +02: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 internal/ethapi: add missing output fields 2016-08-04 01:40:50 +02:00
types_test.go internal/ethapi: add missing output fields 2016-08-04 01:40:50 +02:00
utils.go rpc: refactor subscriptions and filters 2016-08-17 12:59:58 +02:00
websocket.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00