plugeth/rpc
Marius van der Wijden e6fa102eb0
core, eth, internal, rpc: implement final block (#24282)
* eth: core: implement finalized block

* eth/catalyst: fix final block

* eth/catalyst: update finalized head gauge

* internal/jsre/deps: updated web3.js to allow for finalized block

* eth/catalyst: make sure only one thread can call fcu

* eth/catalyst: nitpicks

* eth/catalyst: use plain mutex

* eth: nitpicks
2022-05-18 17:30:42 +03:00
..
testdata
client_example_test.go
client_test.go core, miner, rpc, eth: fix goroutine leaks in tests (#24211) 2022-01-21 12:22:44 +01:00
client.go rpc: fix godoc (#24488) 2022-03-02 02:51:55 +01:00
constants_unix_nocgo.go
constants_unix.go
doc.go
endpoints.go
errors.go eth/catalyst: implement kintsugi-spec v3 (#24067) 2021-12-17 15:38:58 +01:00
handler.go rpc: fixed a typo (#24642) 2022-04-05 10:45:20 +03:00
http_test.go rpc: add PeerInfo (#24255) 2022-01-20 12:45:07 +01:00
http.go all: replace uses of ioutil with io and os (#24869) 2022-05-16 11:59:35 +02:00
inproc.go
ipc_js.go
ipc_unix.go
ipc_windows.go
ipc.go
json.go rpc: add PeerInfo (#24255) 2022-01-20 12:45:07 +01:00
metrics.go rpc: fixed a typo (#24642) 2022-04-05 10:45:20 +03:00
server_test.go all: replace non-trivial uses of package ioutil with os (#24886) 2022-05-17 14:27:04 +02:00
server.go cmd/geth, node, rpc: implement jwt tokens (#24364) 2022-03-07 09:30:27 +02:00
service.go
stdio.go
subscription_test.go
subscription.go rpc: fix godoc (#24488) 2022-03-02 02:51:55 +01:00
testservice_test.go rpc: add PeerInfo (#24255) 2022-01-20 12:45:07 +01:00
types_test.go
types.go core, eth, internal, rpc: implement final block (#24282) 2022-05-18 17:30:42 +03:00
websocket_test.go cmd/geth, node, rpc: implement jwt tokens (#24364) 2022-03-07 09:30:27 +02:00
websocket.go rpc: add PeerInfo (#24255) 2022-01-20 12:45:07 +01:00