nimbus-eth1/tools
jangko a31db89e0e
fix t8n tool bug and accounts cache bug
t8n: a silly bug contract address generator, should use original
tx nonce instead of read the nonce from sender address in state db.
Although in EVM contract address generated by reading nonce from state db
is correct, outside EVM that nonce value might have been modified,
thus generating incorrect contract address.

accounts cache: when clearing account storage, the originalValue
cache is not cleared, only the storageRoot set to empty storage root,
this will cause getStorage and getCommitedStorage return wrong value
if the originalValue cache contains old value.
2023-03-23 11:07:30 +07:00
..
common refactor touched accounts, selfdestruct, and log 2023-03-21 08:14:06 +07:00
evmstate fix t8n tool bug and accounts cache bug 2023-03-23 11:07:30 +07:00
t8n fix t8n tool bug and accounts cache bug 2023-03-23 11:07:30 +07:00
txparse Reduce Nim 1.6 compiler warnings & hints 2023-01-31 13:38:08 +01:00