Enrique Jose Avila Asapche
Enrique Jose Avila Asapche
I meant if you are still sending this one: `{ 'nonce': 5, 'to': '0xa94f5374Fce5edBC8E2a8697C15331677e6EbF0B', 'value': 20000000000000000, 'gas': 21000, 'chainId': 67570, 'maxFeePerGas': 5513977582, 'maxPriorityFeePerGas': 5000000000 }` so I can try and...
Okay I get it legacy Tx with wrong chainId are not added into the txpool, but EIP-1559 with wrong chainId are added into txpool.
> @enriavil1 are you still working on it? Yes, but currently have not found the issue. I don't mind giving it away to someone else, as I am also fixing...
@mandrigin I suspect the error is in erigon-lib
Did it continue syncing with no problem after that? When you get an issue of index out of range as such please try running `--downloader.verify`
try `./build/bin/integration state_stages --unwind=30000`
can you try this branch out `flushing-blocks`
I want to see the rpc notification. If the rpc is being notified of the same block multiple times still.
Erigon’s datadir way larger than what Polygon's documentation specifies. What can I do to reduce it?
Using `--prune htrc` will give you the smallest possible size.
Erigon’s datadir way larger than what Polygon's documentation specifies. What can I do to reduce it?
Using prune flags will require a resin I believe.