Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/core/vm
Martin Holst Swende bed3b10086
common/math: optimized modexp (+ fuzzer) (#25525)
2 years ago
..
runtime all: fix some typos (#25551) 2 years ago
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 4 years ago
analysis.go core/vm: optimize jumpdest analysis (#23500) 2 years ago
analysis_test.go core/vm: reverse bit order in bytes of code bitmap (#24120) 3 years ago
common.go core/vm: use uint256 in EVM implementation (#20787) 4 years ago
contract.go core/vm: simplify op lookup in contract (#23974) 3 years ago
contracts.go common/math: optimized modexp (+ fuzzer) (#25525) 2 years ago
contracts_test.go all: replace uses of ioutil with io and os (#24869) 2 years ago
doc.go core/vm: remove JIT VM codes (#16362) 7 years ago
eips.go core/vm: implement EIP-3855: PUSH0 instruction (#24039) 2 years ago
errors.go core/vm: simplify error handling in interpreter loop (#23952) 3 years ago
evm.go core/vm: rename RANDOM to PREVRANDAO (#25691) 2 years ago
gas.go core/vm: use uint256 in EVM implementation (#20787) 4 years ago
gas_table.go build: upgrade to go 1.19 (#25726) 2 years ago
gas_table_test.go core, all: split vm.Context into BlockContext and TxContext (#21672) 4 years ago
instructions.go core/vm: minor trivial clean up (#25880) 2 years ago
instructions_test.go all: add whitespace linter (#25312) 2 years ago
interface.go all: fix docstrings 2 years ago
interpreter.go core/vm: minor trivial clean up (#25880) 2 years ago
interpreter_test.go all: add whitespace linter (#25312) 2 years ago
jump_table.go core/vm: rename RANDOM to PREVRANDAO (#25691) 2 years ago
logger.go all: update license headers and AUTHORS from git history (#24947) 2 years ago
memory.go core/vm: optimize Memory.Set32 (#24847) 2 years ago
memory_table.go core/vm: Rename SHA3 instruction to KECCAK256 (#23976) 3 years ago
opcodes.go core/vm: minor trivial clean up (#25880) 2 years ago
operations_acl.go core/vm: fix sstore gas comment type (#24583) 3 years ago
stack.go core/vm: clean up some dead functions (#24851) 2 years ago
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 6 years ago