Places in the code where a nonce is needed to calculate the contract address, the nonce value is retrieved from the internal tables of the eos evm contract. As extra precaution, we should assert that the retrieved nonce is correct by sending an inline assertnonce action to the eos evm contract with the retrieved value of the nonce.
Dependent on https://github.com/eosnetworkfoundation/eos-evm/issues/645 and https://github.com/eosnetworkfoundation/eos-evm/issues/612
Places in the code where a nonce is needed to calculate the contract address, the nonce value is retrieved from the internal tables of the eos evm contract. As extra precaution, we should assert that the retrieved nonce is correct by sending an inline
assertnonce
action to the eos evm contract with the retrieved value of the nonce.