go-ethereum/core/vm
HAOYUatHZ e0ba374ff7
feat: add counter based ccc (#1040)
* add rollup/ccc/logger.go

* update Cargo.toml & Cargo.lock

* update miner/miner.go

* update miner/miner_test.go

* update eth/backend.go

* update `Message` type

* update interfaces.go

* update core/rawdb/accessors_row_consumption.go

* update evm.go

* update accounts/abi/bind/backends/simulated.go

* fix rollup/ccc/logger.go

* update core/state_processor.go

* update rollup/ccc/async_checker_test.go

* update rollup/ccc/async_checker.go

* scroll_worker: var

* scroll_worker: work

* scroll_worker: reorgTrigger

* scroll_worker: worker

* scroll_worker: newWorker

* scroll_worker: rm getCCC

* scroll_worker: checkHeadRowConsumption

* scroll_worker: mainLoop

* scroll_worker: updateSnapshot

* scroll_worker: newWork

* scroll_worker: handlePipelineResult

* scroll_worker: tryCommitNewWork

* scroll_worker: handleForks

* scroll_worker: processTxPool

* scroll_worker: processTxnSlice

* scroll_worker: processReorgedTxns

* scroll_worker: processTxns

* scroll_worker: processTxn

* scroll_worker: commit

* scroll_worker: onTxFailing

* scroll_worker: skipTransaction

* scroll_worker: forceTestErr, scheduleCCCError, skip, onBlockFailingCCC, handleReorg, isCanonical

* scroll_worker: fix 1

* scroll_worker: fix 2

* scroll_worker: fix 3

* scroll_worker: fix 4

* scroll_worker: fix 5

* scroll_worker: fix 6

* scroll_worker: fix 7

* fix: disable headCCCCheck for follower nodes

* feat: double check ancestor RowConsumption before committing

* feat: add miner idle metric

* fix: nil-check curRc

* fix: skip ccc.ErrUnknown txns immediately

* fix: increase keccak usage safety buffer

* fix: ignore RC check if force committing

* fix: properly handle wrapped retryable errors
2024-09-17 16:29:11 +10:00
..
runtime feat: schedule DarwinV2 (#1016) 2024-08-30 10:10:12 +10:00
testdata feat: implement RIP-7212/EIP-7212 (#943) 2024-07-30 18:32:06 +08:00
analysis.go core/vm: clarify comment (#27045) 2023-04-04 02:59:40 -04:00
analysis_test.go replace package name (#924) 2024-07-25 08:26:20 +08:00
common.go replace package name (#924) 2024-07-25 08:26:20 +08:00
contract.go replace package name (#924) 2024-07-25 08:26:20 +08:00
contracts.go feat: implement RIP-7212/EIP-7212 (#943) 2024-07-30 18:32:06 +08:00
contracts_test.go feat: implement RIP-7212/EIP-7212 (#943) 2024-07-30 18:32:06 +08:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go replace package name (#924) 2024-07-25 08:26:20 +08:00
errors.go core/vm: implement EIP-3860: Limit and meter initcode (#23847) 2023-01-11 04:05:47 -05:00
evm.go feat: add counter based ccc (#1040) 2024-09-17 16:29:11 +10:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go replace package name (#924) 2024-07-25 08:26:20 +08:00
gas_table_test.go replace package name (#924) 2024-07-25 08:26:20 +08:00
instructions.go replace package name (#924) 2024-07-25 08:26:20 +08:00
instructions_test.go replace package name (#924) 2024-07-25 08:26:20 +08:00
interface.go replace package name (#924) 2024-07-25 08:26:20 +08:00
interpreter.go replace package name (#924) 2024-07-25 08:26:20 +08:00
interpreter_test.go replace package name (#924) 2024-07-25 08:26:20 +08:00
jump_table.go replace package name (#924) 2024-07-25 08:26:20 +08:00
jump_table_export.go replace package name (#924) 2024-07-25 08:26:20 +08:00
jump_table_test.go core/vm: deepcopy jumptable when enabling extra eips (#26137) 2022-11-09 07:52:13 +01:00
logger.go feat: add counter based ccc (#1040) 2024-09-17 16:29:11 +10:00
memory.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2023-07-11 03:55:34 -04:00
memory_table.go core/vm: implement EIP-5656, mcopy instruction (#26181) 2023-07-11 03:55:34 -04:00
memory_test.go replace package name (#924) 2024-07-25 08:26:20 +08:00
opcodes.go fix: enable correct string encoding of new opcodes (#975) 2024-08-10 09:16:57 +08:00
operations_acl.go replace package name (#924) 2024-07-25 08:26:20 +08:00
stack.go feat: add scroll trace (#620) 2024-03-16 10:26:10 +08:00
stack_table.go replace package name (#924) 2024-07-25 08:26:20 +08:00