matter-labs / era-test-node

In-memory node that can be used for integration testing and debugging.
https://matter-labs.github.io/era-test-node
Apache License 2.0
313 stars 76 forks source link

feat: support pending blocks #366

Open itegulov opened 1 month ago

itegulov commented 1 month ago

After we allow multiple txs per block we can consider supporting requests for pending blocks even if zksync-core does not.

Motivation: I want to be able to put txs into mempool and dynamically see what kind of block would have been produced if it was to be sealed right now.

Marking as low priority as the demand/motivation is self-driven at best.