parity-ethereum icon indicating copy to clipboard operation
parity-ethereum copied to clipboard

Implement eth/65 (EIP-2464)

Open vorot93 opened this issue 4 years ago • 1 comments

This PR adds support for Ethereum protocol version 65 (eth/65) described in EIP-2464. This is a pretty rough draft and can definitely be improved, but I hope the overall direction is good.

Fixes #11500

vorot93 avatar Apr 11 '20 15:04 vorot93

@tomusdrw Is it correct that unsent_pooled_hashes is an unnecessary addition in general and the better approach would be to compute the difference between last_sent_hashes and transaction queue?

vorot93 avatar May 28 '20 12:05 vorot93