Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty blocks created in gnosis chain using dappnode #10334

Open
poolpitako opened this issue May 14, 2024 · 6 comments
Open

Empty blocks created in gnosis chain using dappnode #10334

poolpitako opened this issue May 14, 2024 · 6 comments
Assignees
Labels

Comments

@poolpitako
Copy link

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
Copy link
Collaborator

Please check and share txPool contents

@poolpitako
Copy link
Author

Please check and share txPool contents

how?

@AskAlexSharov
Copy link
Collaborator

@poolpitako
Copy link
Author

poolpitako commented May 15, 2024

@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
Copy link
Collaborator

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

@poolpitako
Copy link
Author

thanks, here it is
out.txt.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants