interfaces icon indicating copy to clipboard operation
interfaces copied to clipboard

Interfaces for turbo-geth components

Results 4 interfaces issues
Sort by recently updated
recently updated
newest added

See https://github.com/ethereum/execution-apis/pull/195

Currently a supported **eth** network protocol version is sent from sentry to the node. The sentry being an RLPx proxy knows very little about eth (only the status exchange is...

The `PeerMinBlock/SendMessageByMinBlock` API acts as a peer filter for sending messages to a subset of peers. A mapping between `peer_id` and `min_block` is maintained on the sentry side. Note: `min_block`...