Commit graph

  • f4cf2a58bc Merge branch 'master' into tracing/v1.1 Sina Mahmoodi 2024-12-04 09:43:54 +0100
  • 67a3b08795
    core/tracing: extends tracing.Hooks with OnSystemCallStartV2 (#30786) Nebojsa Urosevic 2024-12-04 00:40:37 -0800
  • 2c99806baa
    cmd/evm: testdata Martin Holst Swende 2024-12-03 15:09:47 +0100
  • 68f21b45ec
    eth/tracers: fix compilation flaw Martin Holst Swende 2024-12-03 11:14:49 +0100
  • a4853ad7b8
    cmd/evm: add testcases for evm run output Martin Holst Swende 2024-12-03 10:58:10 +0100
  • 9e3ddadf2f
    cmd/evm: try to consolidate evm output switches Martin Holst Swende 2024-12-03 09:45:22 +0100
  • f0e7382f38
    cmd/evm, eth/tracers: refactor structlogger and make it streaming (#30806) Martin HS 2024-12-04 08:52:59 +0100
  • a6a5219c41 eth/tracers/logger: polish the code Gary Rong 2024-12-04 10:39:08 +0800
  • 6c56ea5669 update changelog Sina Mahmoodi 2024-12-03 16:45:43 +0100
  • 60b22229d9 wrapper func for OnSystemCallStart Sina Mahmoodi 2024-12-03 16:44:37 +0100
  • 018df6be5b rm onreorg type Sina Mahmoodi 2024-12-03 16:44:26 +0100
  • 4acea3bc8a rm OnCodeSizeRead Sina Mahmoodi 2024-12-03 16:28:44 +0100
  • 1dda30d353 Merge branch 'master' into tracing/v1.1 Sina Mahmoodi 2024-12-03 16:20:51 +0100
  • 84cabb587b
    CODEOWNERS: add some more entries for auto assignment (#30851) Felix Lange 2024-12-03 16:11:26 +0100
  • 9a67e3a765
    Update CODEOWNERS Felix Lange 2024-12-03 16:08:50 +0100
  • 8556473e69 feat: reduce wait time when block time already large Wang Gerui 2024-12-03 23:05:03 +0800
  • e890af15b0
    Update CODEOWNERS Felix Lange 2024-12-03 15:13:39 +0100
  • 1a54eb06d0
    Update CODEOWNERS Felix Lange 2024-12-03 15:11:34 +0100
  • 3c1ae4d4b3 minor refactor Sina Mahmoodi 2024-12-03 14:53:42 +0100
  • 25e5ca3eb1
    chore: retract v1.13.14-0.1.0-rc.1 (#81) Arran Schlosberg 2024-12-03 13:39:19 +0000
  • cd66f17423
    cmd/evm, eth/tracers/logger: lint nits Martin Holst Swende 2024-11-29 14:52:16 +0100
  • 5f82cec478
    eth/tracers: update benchmark Martin Holst Swende 2024-11-27 14:28:58 +0100
  • 2b0c1f42fe
    eth/tracers/logger: fix nit re empty lists vs nil Martin Holst Swende 2024-11-26 18:28:53 +0100
  • 8ebb222227
    eth/tracers: follow-up fixes Martin Holst Swende 2024-11-26 10:58:10 +0100
  • 220c250db8
    core/vm, eth/tracers: simplify ethcall response type, encode early Martin Holst Swende 2024-11-26 10:15:02 +0100
  • 966b62dbcb
    cmd/evm, eth/tracers: refactor structlogger + make it streamable Martin Holst Swende 2024-11-25 13:01:07 +0100
  • 4afab7ef76
    eth/downloader: move SyncMode to package eth/ethconfig (#30847) Felix Lange 2024-12-03 09:30:26 +0100
  • 05a0f20009
    Merge pull request #752 from XinFinOrg/devnet-statsserver-typo Wanwiset Peerapatanapokin 2024-12-03 11:44:44 +0400
  • d2fe42ba8f
    internal/ethapi: eth_call block parameter is optional (#28165) (#1095) colin 2024-12-03 13:32:37 +0700
  • 4ca57ab76c
    Compensate for the inability to capture panic caused by register xiyang 2024-12-03 10:47:46 +0800
  • 448fe9a746 fix typo and local script wanwiset25 2024-12-03 02:29:40 +0400
  • 8958690bd1 eth/downloader: move SyncMode to package eth/ethconfig Felix Lange 2024-12-02 20:16:57 +0100
  • ae5a16f870
    internal/debug: rename --trace to --go-execution-trace (#30846) Felix Lange 2024-12-02 18:17:43 +0100
  • 1ac486bb08 feat: store size in each Put fearlseefe 2024-11-29 18:03:28 +0800
  • 7fd095c4a6 feat: delete radius in storage fearlseefe 2024-11-27 14:21:58 +0800
  • de4294e9c2 feat: changr size after delete data fearlseefe 2024-11-27 13:50:14 +0800
  • f81ca9b344 feat: add test for prune fearlseefe 2024-11-27 13:30:34 +0800
  • 1568005980 feat: turn async prune to sync prune fearlessfe 2024-11-27 08:27:20 +0800
  • 0d5bcf43a1 fix: test error fearlseefe 2024-11-25 10:32:24 +0800
  • 65b13a93dd feat: use pebble instand of ethdb/pebble fearlessfe 2024-11-25 08:27:08 +0800
  • 1a32314b25 feat: delete content and set radius fearlseefe 2024-11-21 18:30:17 +0800
  • 9848e9b046
    fuzzing: fix oss-fuzz fuzzer (#30845) Martin HS 2024-12-02 15:43:17 +0100
  • c4364c7034 internal/debug: rename --trace to --go-execution-trace Felix Lange 2024-12-02 15:33:57 +0100
  • 93d5f91f3e
    fuzzing: fix oss-fuzz fuzzer Martin Holst Swende 2024-12-02 15:19:40 +0100
  • 5347280319
    cmd/evm: improve block/state test runner (#30633) lightclient 2024-12-02 07:18:02 -0700
  • 9a6200eb60 crypto: document errInvalidPubkey error variable Diego Garcia 2024-12-02 13:51:18 +0100
  • ada0f55f0a
    metrics: rm unused Martin Holst Swende 2024-12-02 11:09:57 +0100
  • be93d721c6 Merge branch 'master' into tracing/v1.1 Sina Mahmoodi 2024-12-02 10:45:49 +0100
  • 9cf63d50e4
    Merge pull request #749 from XinFinOrg/devnet-bootnode Wanwiset Peerapatanapokin 2024-12-02 12:27:44 +0400
  • e257b521ce change devnetstats url wanwiset25 2024-11-25 22:17:04 +0400
  • 1438459955 core/state: enable partial-functional reader Gary Rong 2024-10-22 10:46:37 +0800
  • ce8cec007c
    eth/tracers: fix state hooks in API (#30830) Sina M 2024-11-29 18:42:28 +0100
  • f54bb270dd update comment Jared Wasinger 2024-11-30 00:15:48 +0700
  • e4aa362e75 finishing touches Jared Wasinger 2024-11-30 00:05:58 +0700
  • c2f1269ba3
    feat!: types.ExtraPayloads supports SlimAccount (#79) Arran Schlosberg 2024-11-29 16:02:03 +0000
  • a6e8bfe2f2 resolve merge conflict Sina Mahmoodi 2024-11-29 16:53:49 +0100
  • 66ceda755f
    typos tutorial.md Dmytrol 2024-11-29 17:19:03 +0200
  • 2c3a962b56
    typos tutorial.md Dmytrol 2024-11-29 17:16:50 +0200
  • 3ff93efacd
    typos rules.md Dmytrol 2024-11-29 17:08:41 +0200
  • a793bc7f5f
    core: switch EVM tx context in ApplyMessage (#30809) rjl493456442 2024-11-29 22:39:42 +0800
  • 03c37cdb2b
    core/state: introduce code reader interface (#30816) rjl493456442 2024-11-29 22:32:45 +0800
  • 7ba54defdc eth/tracer: fix lint Gary Rong 2024-11-29 22:10:56 +0800
  • d271f70fe1
    Update eth/tracers/api_test.go Martin HS 2024-11-29 15:01:57 +0100
  • 08bd16adff add costs from eip. check for modOffset + modSize overflow in setupx gas cost calculation Jared Wasinger 2024-11-29 21:01:12 +0700
  • 456836a14f refactor Sina Mahmoodi 2024-11-29 14:48:30 +0100
  • 15359d3783
    Update sync_test.go Felix Lange 2024-11-29 14:38:49 +0100
  • ce284116bc simply op exec, dynamic gas func format: remove redundant arguments and access items through scope Jared Wasinger 2024-11-29 20:17:18 +0700
  • 54b375a058
    Update sync_test.go Felix Lange 2024-11-29 14:06:26 +0100
  • f646ddd2db add store-reward flag by default wanwiset25 2024-11-26 14:26:57 +0400
  • e19b42b78b evmmax (placeholder commit message) Jared Wasinger 2024-07-11 13:38:36 -0700
  • c369253b5c update bootnode check script wanwiset25 2024-11-29 11:29:35 +0400
  • 7d41e834e4 new devnet bootnodes wanwiset25 2024-11-29 10:54:57 +0400
  • 05148d972c
    triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) (#30643) rjl493456442 2024-11-29 19:30:45 +0800
  • a8560300a4
    fix vote test and optimize log (#750) benjamin202410 2024-11-29 03:14:25 -0800
  • 75de411303 triedb/pathdb: polish Gary Rong 2024-11-29 11:53:57 +0800
  • 0bd7a3fe57 chore: fix 404 status URL hishope 2024-11-29 11:32:07 +0800
  • 471533a209
    internal/syncx: make a proper test Martin Holst Swende 2024-11-28 22:04:44 +0100
  • 6d9909e7e8
    internal/syncx: add a 'test' Martin Holst Swende 2024-11-28 21:52:23 +0100
  • 0a60d4d028
    eth/catalyst: use context-cancellation in wait for lock Martin Holst Swende 2024-11-28 21:45:07 +0100
  • c7a8bcecbe
    core/types: add length check in CalcRequestsHash (#30829) Felix Lange 2024-11-28 18:43:39 +0100
  • 3f05ad9842 fix Sina Mahmoodi 2024-11-28 17:07:57 +0100
  • 0a1140dd9e
    core: prevent block level tracers from crashing the node Martin Holst Swende 2024-11-28 15:25:30 +0100
  • da74d43ba0 eth/tracers: fix state hooks in API Sina Mahmoodi 2024-11-28 15:30:30 +0100
  • 53f66c1b03
    cmd/bootnode: remove bootnode utility (#30813) Marius van der Wijden 2024-11-28 14:37:36 +0100
  • e15cb3e553
    chore: report aggregate race conditions in test Arran Schlosberg 2024-11-28 13:09:17 +0000
  • 09e833b07d triedb/pathdb: enhance the function description Gary Rong 2024-11-28 20:55:54 +0800
  • 5b4ac11371
    test: block on terminate(false) instead of wait() Arran Schlosberg 2024-11-28 12:53:44 +0000
  • bac4b4b1be triedb/pathdb: rename, add tests Gary Rong 2024-11-28 20:50:29 +0800
  • 2e75e74435
    test: demonstrate fix of race condition in locking impl Arran Schlosberg 2024-11-28 12:47:31 +0000
  • 21988f4125 core/types: add length check in CalcRequestsHash Felix Lange 2024-11-28 13:14:20 +0100
  • c0ee47e3c5 triedb/pathdb: remove destruct Gary Rong 2024-11-15 11:35:00 +0800
  • 715e1e1fe8 triedb/pathdb: address comments from martin Gary Rong 2024-10-23 21:44:50 +0800
  • 1c84b6ccaf triedb/pathdb: address comment from martin Gary Rong 2024-10-23 11:32:51 +0800
  • 0a8af7177a triedb/pathdb: track flat state changes in pathdb Gary Rong 2024-10-20 19:54:30 +0800
  • db8eed860d
    all: exclude empty outputs in requests commitment (#30670) Felix Lange 2024-11-28 11:48:50 +0100
  • 73618f1793 plugins/internal: better show which interface the plugin needs Marius van der Wijden 2024-11-28 11:06:23 +0100
  • 47ff4a4700
    eth/tracers/live: add sleeper Martin Holst Swende 2024-11-28 10:43:33 +0100
  • 2406305175
    trie: combine validation loops in VerifyRangeProof (#30823) Ng Wei Han 2024-11-28 16:17:58 +0700
  • b93908ea09 plugins: add SetHooks struct Marius van der Wijden 2024-11-28 09:50:57 +0100
  • 4121cb4c66
    cmd/geth: fix flawed configuration sanity-check Martin Holst Swende 2024-11-28 09:38:30 +0100