edr icon indicating copy to clipboard operation
edr copied to clipboard

Add proper support for blobs in JSON-RPC methods

Open fvictorio opened this issue 11 months ago • 1 comments

See https://github.com/NomicFoundation/hardhat/issues/4840

This needs to be defined. Some initial questions:

  • Do we have a separate mempool for blob transactions, as clients have? How are they prioritized when mining?
  • Given that that seems hard to get right, should we start with an implementation that only works with auto-mining?
  • Do we "realistically" drop blob data, or do we just keep it, since it's a development network?
  • Do we need to add any non-standard methods?

fvictorio avatar Mar 06 '24 12:03 fvictorio