nimbus-eth1 icon indicating copy to clipboard operation
nimbus-eth1 copied to clipboard

Increase JSON-RPC limits, bump json-rpc

Open arnetheduck opened this issue 1 year ago • 0 comments

  • blocks can be bigger than the default 1mb when json-rpc-encoded - this happens on sepolia for example
  • json-rpc bump improves debug logging and fixes a number of bugs
  • json-serialization bump fixes a crash on invalid arrays in json data

At some point, it would probably be better to compute the maximum block size from actual block constraints, though this is somewhat tricky and depends on gas limits etc. Until then, 16mb should be plenty.

With this, sepolia can be synced :)

arnetheduck avatar Oct 20 '24 06:10 arnetheduck