EIP-8159: eth/71 - Block Access List Exchange

Discussion topic for EIP-8159: eth/71 - Block Access List Exchange

PR: Add EIP: eth/71 - Block Access List Exchange by nerolation · Pull Request #11307 · ethereum/EIPs · GitHub

1 Like

Hi, I’m currently working on implementing eth71. I would like to propose changing the soft limit to 2 MiB. This specific number is just to be consistent with other responses (blocks, receipts, etc)

In the eth protocol, if a peer sends a message larger than 10 MiB, the peer will be disconnected. This is more close to the definition of hard limit. The soft limit is used to determine where to stop appending data to the response, and exceeding the soft limit does not lead to an immediate disconnection.

Ah yeah, good point, thanks!

Prepared a PR:

1 Like