erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.14k stars 1.11k forks source link

Empty blocks created in gnosis chain using dappnode #10334

Open poolpitako opened 5 months ago

poolpitako commented 5 months ago

System information

Using Gnosis Erigon in dappnode with Version: 0.1.1 (v2.59.0 upstream)

Consensus Layer: Seen in teku and in lighthouse

Chain/Network: Gnosis Chain

Expected behaviour

Create a block with tx

Actual behaviour

All blocks created so far have 0 tx in it.

Steps to reproduce the behaviour

Run Gnosis Erigon in dappnode with teku or lighthouse

somnathb1 commented 5 months ago

Please check and share txPool contents

poolpitako commented 5 months ago

Please check and share txPool contents

how?

AskAlexSharov commented 5 months ago

@poolpitako https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-txpool

poolpitako commented 5 months ago

@AskAlexSharov did you guys build some kind of cli tool to pull that data? I am running this in a dappnode and I am using it as a black box.

AskAlexSharov commented 5 months ago
curl http://your_dapnode_host:8545 \
-X POST \
-H "Content-Type: application/json" \
--data '{"method":"txpool_content","params":[],"id":1,"jsonrpc":"2.0"}'  
poolpitako commented 5 months ago

thanks, here it is out.txt.zip

somnathb1 commented 1 month ago

Keeping the thread alive. Is this thread still relevant on 2.x releases? What about 3.x releases @poolpitako if so, could you look for and share some debug logs around block creation? (enable debug logging in files by --log.dir.verbosity=4)