Pastoh

Results 9 issues of Pastoh

Currently, `geth import` is broken. This is due to the node created during config lacking the proper consensus engine. This PR ensures the node created during the import command to...

WriteAncientBlocks uses a td(total difficulty) argument that we are not using. Consider if it makes sense removing it and doing the same up in the call hierarchy.

blockchain

Due to the 1.9.10 upstream merge we lost the previous test that checked the error handling of this function. Create a new one that covers the error handling.

Add the receipt field for CELO denominated txs Add e2etest for CELO denominated txs Fix minor bugs in tx JSON marshalling Remove e2e tests pertaining previous fork activation

Fix state_transition producing invalid gas used values for pre-H fork transactions by preventing from taking the exchange rate of fee currencies meant for only CELO denominated txs. Rename some variables...