erigon-pulse/core/vm
Andrew Ashikhmin d0dbf014f3
Update consensus tests to 10.2. EIP-2681 (#3103)
* ArrowGlacier fork config

* core/vm: implement EIP-2681: Limit account nonce to 2^64-1 (#23853)

This retroactively implements requirements or EIP-2681 for the account nonce upper limit.

* Update consesus tests to 10.2

* Handle TransactionWithHighNonce64Minus1

* Check intrinsic gas in transaction tests

* Refactor overflow protection in IntrinsicGas

* Remove remnants of vm tests

* Update difficulty tests to the new format

Co-authored-by: Andrei Maiboroda <andrei@ethereum.org>
2021-12-07 18:24:59 +01:00
..
runtime Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
stack geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2021-03-08 11:44:39 +01:00
absint_cfg_proof_check.go up version of uint256 lib (#2082) 2021-06-04 17:25:28 +01:00
absint_cfg_proof_gen.go Remove tsdb dependency (#2503) 2021-08-08 16:56:54 +07:00
absint_cfg.go Remove tsdb dependency (#2503) 2021-08-08 16:56:54 +07:00
analysis_test.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
analysis.go Snapshot sync headers stage (#1836) 2021-05-08 09:45:40 +01:00
common.go rename (#1978) 2021-05-20 19:25:53 +01:00
contract.go Tevm stage 1 (#1845) 2021-05-27 14:54:55 +01:00
contracts_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
contracts.go Avoid redundant BitLen() (#3056) 2021-11-29 22:35:51 +00:00
cvm_adapter.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
cvm_test.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
cvm.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
errors.go Update consensus tests to 10.2. EIP-2681 (#3103) 2021-12-07 18:24:59 +01:00
evm_test.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
evm.go Update consensus tests to 10.2. EIP-2681 (#3103) 2021-12-07 18:24:59 +01:00
gas_table_test.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
gas_table.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
gas.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
gen_structlog.go rename (#1978) 2021-05-20 19:25:53 +01:00
instructions_test.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
instructions.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
interface.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
interpreter.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
jump_table.go Activate refund reduction EIP, simplify code (#2016) 2021-05-25 23:26:25 +01:00
logger_json.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
logger_test.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
logger.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
memory_table.go rename (#1978) 2021-05-20 19:25:53 +01:00
memory.go Adding support for vmTrace into trace_ routines (#2497) 2021-08-08 13:28:03 +01:00
mock_vm.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00
opcodes.go Aleut support (Eip1559) (#1704) 2021-04-22 18:11:37 +01:00
operations_acl.go Starknet getcode (#3038) 2021-12-06 14:58:53 +00:00
stack_table.go rename (#1978) 2021-05-20 19:25:53 +01:00
tevm_interpreter.go Keep readonly value while changing interpreters back and forth (#2508) 2021-08-10 09:48:56 +07:00