Transactions pending (not getting broadcasted) in mempool, rebroadcasting to other nodes works #2
Closed
kamikazechaser
started this conversation in
CEL2
Replies: 1 comment
-
Fixed: I was missing the --rollup.sequencerhttp flag |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running a cel2 alfajores full node. Submitting valid transactions (correct nonce, above required minGasPrice) results in them being in a pending state pretty much forever. Restarting the node doesn't help.
On LOG_LEVEL=4 we see that the transaction was submitted:
Other information:
To fix it, I simply rebroadcast the raw tx using celoscan and it works. What could be the issue? Could it be a misconfiguration on the consensus client?
There is no firewall blocking in/out connections. External peer ports are reachable.
This is how the node + consensus client is setup -> https://github.com/grassrootseconomics/cel2-node/blob/master/cel2/docker-compose.yaml
Similar issue on Mainnet geth: ethereum/go-ethereum#22308 (comment)
Beta Was this translation helpful? Give feedback.
All reactions