erigon icon indicating copy to clipboard operation
erigon copied to clipboard

eth_sendRawTransaction fails with INTERNAL_ERROR: blobs limit in txpool is full

Open akegaviar opened this issue 10 months ago • 0 comments

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.

akegaviar avatar Mar 28 '24 11:03 akegaviar