erigon-pulse/core/vm
Martin Michlmayr 732a20d468 all: fix typos in comments (#21118)
# Conflicts:
#	accounts/abi/bind/backends/simulated.go
#	cmd/puppeth/module_dashboard.go
#	core/blockchain_test.go
#	core/rawdb/chain_iterator.go
#	core/state/snapshot/difflayer.go
#	core/state/snapshot/iterator.go
#	core/state/snapshot/iterator_fast.go
#	core/state/snapshot/snapshot.go
#	core/state/snapshot/wipe.go
#	core/tx_pool.go
#	les/clientpool.go
#	les/peer.go
#	mobile/doc.go
#	trie/committer.go
#	trie/database.go
2020-06-15 19:38:13 +03:00
..
runtime optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
stack stack pool (#627) 2020-06-05 17:45:56 +03:00
testdata core/vm: instruction tests (#16327) 2019-04-04 11:19:38 +02:00
analysis_test.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
analysis.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
common.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00
contract.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
contracts_test.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
contracts.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go stack pool (#627) 2020-06-05 17:45:56 +03:00
errors.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
evm.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
evmc.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
gas_table_test.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
gas_table.go stack pool (#627) 2020-06-05 17:45:56 +03:00
gas.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
gen_structlog.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
instructions_test.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
instructions.go No-need to right-pad in makePush (#638) 2020-06-08 16:55:19 +01:00
interface.go Use uint256 for account balance (#580) 2020-05-26 17:53:50 +01:00
interpreter.go stack pool (#627) 2020-06-05 17:45:56 +03:00
jump_table.go stack pool (#627) 2020-06-05 17:45:56 +03:00
logger_json.go stack pool (#627) 2020-06-05 17:45:56 +03:00
logger_test.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
logger.go stack pool (#627) 2020-06-05 17:45:56 +03:00
memory_table.go stack pool (#627) 2020-06-05 17:45:56 +03:00
memory.go Use uint256 in EVM implementation (kudos to Pawel Bylica) (#551) 2020-05-18 08:10:59 +01:00
opcodes.go all: seperate consensus error and evm internal error (#20830) 2020-05-20 15:26:22 +03:00
stack_table.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00