bsc/core/vm
2024-04-11 14:11:15 +08:00
..
lightclient all: use errors.New() when there is no param rather than fmt.Errorf() (#2247) 2024-03-11 14:52:33 +08:00
runtime all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
testdata crypto/kzg4844: use the new trusted setup file and format (#28383) 2024-01-15 17:09:47 +08:00
analysis_test.go core/vm: reverse bit order in bytes of code bitmap (#24120) 2021-12-17 10:32:00 +01:00
analysis.go core/vm: clarify comment (#27045) 2023-04-04 02:59:40 -04:00
common.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
contract.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
contracts_fuzz_test.go tests/fuzzers: move fuzzers into native packages (#28467) 2023-11-14 14:34:29 +01:00
contracts_lightclient_test.go feat: add new fork block and precompile contract for BEP294 and BEP299 (#2047) 2024-02-26 16:17:03 +08:00
contracts_lightclient.go all: use errors.New() when there is no param rather than fmt.Errorf() (#2247) 2024-03-11 14:52:33 +08:00
contracts_test.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
contracts.go deps: update prsym to solve warning about quic-go version (#2389) 2024-04-11 14:11:15 +08:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
errors.go Revert "Implement 2 EIPS: limit and meter initcode and PUSH0 instructions (#1443)" (#1480) 2023-04-18 14:53:09 +08:00
evm.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
gas_table_test.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
gas_table.go core: fix typos (#28255) 2023-10-10 10:22:03 +02:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
instructions_test.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
instructions.go core: using math.MaxUint64 instead of 0xffffffffffffffff (#29022) 2024-02-19 13:03:58 +01:00
interface.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
interpreter_test.go all: use uint256 in state (#28598) 2024-01-23 14:51:58 +01:00
interpreter.go Merge tag 'v1.13.14' into cancun_code_merge_v1.13.12_v1.13.14 2024-03-08 15:36:25 +08:00
jump_table_export.go core: fix typos (#28255) 2023-10-10 10:22:03 +02:00
jump_table_test.go all: fix typos in comments (#28881) 2024-02-05 22:16:32 +01:00
jump_table.go Merge tag 'v1.13.11' from go-ethereum 2024-02-02 15:55:18 +08:00
logger.go Merge branch 'develop' into merge_develop_to_big_merge_v1.10.16_v1.12.2 2023-09-07 17:50:15 +08:00
memory_table.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2023-07-11 03:55:34 -04:00
memory_test.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2023-07-11 03:55:34 -04:00
memory.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2023-07-11 03:55:34 -04:00
opcodes.go eth/tracers/js: fix isPush for push0 (#28520) 2023-11-14 13:14:38 +01:00
operations_acl.go core/vm, params: ensure order of forks, prevent overflow (#29023) 2024-02-19 16:29:59 +01:00
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00
stack.go core/vm: clean up some dead functions (#24851) 2022-09-21 17:02:02 +08:00