erigon
erigon copied to clipboard
eth_sendRawTransaction fails with INTERNAL_ERROR: blobs limit in txpool is full
System information
Erigon version: erigon/2.59.0
Chain/Network: Ethereum mainnet chain id 1
Expected behaviour
Doing an eth_sendRawTransaction
works.
Actual behaviour
Doing an eth_sendRawTransaction
fails with INTERNAL_ERROR: blobs limit in txpool is full
Steps to reproduce the behaviour
The easiest is to add an Erigon endpoint (Ethereum Mainnet) to a MetaMask and try sending an amount of ETH to one of accounts.
The transaction will fail.
MetaMask > Settings > Advanced > Download state logs > INTERNAL_ERROR: blobs limit in txpool is full
Geth seems to work fine btw, no issue.