PG Herveou
PG Herveou
Any chance this can be picked up, would be nice if I could merge this dependent fix https://github.com/paritytech/polkadot-sdk/pull/10328 note that this also impact `sc_cli::TransactionPoolType::SingleState` txpool type that we are using...
/cmd bench --runtime dev --pallet pallet_revive
/cmd bench --runtime dev --pallet pallet_revive
/cmd bench --runtime dev --pallet pallet_revive
/cmd bench --runtime dev --pallet pallet_revive
yeah with these changes we are now getting these errors ``` Error: Failed to estimate gas: server returned an error response: error code -32000: The transaction consumes more than the...
> I am not sure we should allow that though I think the competitor disallow it now can you double check it? > > for example this is what I...
just looked through it quickly, I don't think this is fully correct, can you try to run the evm-test-suite against your branch ``` # start kitchensink clone https://github.com/paritytech/evm-test-suite cd evm-test-suite/eth-rpc...
> why don't we fix the dry-run instead? I am not familiar with the code, but it would make sense to increment the nonce to simulate an accurate run. Well...
The nonce is already correct in the dry run, it's in when we submit a tx that we need to substract one