Commit graph

  • 2c235985ae all: add and use Hash.IsZero helper func islishude 2024-04-25 15:46:49 +0800
  • a13b92524d
    eth/protocols/eth,p2p/discover: remove unnecessary checks (#29590) Undefinedor 2024-04-25 14:40:29 +0800
  • a2639b2fde
    s/OnBlockchainTerminate/OnClose Chris Ziogas 2024-04-25 09:39:08 +0300
  • a6541d2e57
    Merge branch 'master' into supply-delta-live-tracer Chris Ziogas 2024-04-25 09:34:59 +0300
  • 884c23afb8
    core/state: lint nits Martin Holst Swende 2024-04-25 08:15:23 +0200
  • 2f6ff492ae
    internal/ethapi: typo (#29636) yujinpark 2024-04-25 14:47:29 +0900
  • 7a9af4697e feat: add web3_clientVersion rpc method fearlessfe 2024-04-24 23:14:49 +0800
  • bc871d5daa params: clarify consensus engine config stringers Roy Crihfield 2024-04-24 14:47:22 +0800
  • 88bee52e81
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-25 08:05:59 +0800
  • 02ed27ea15 changed defaultDialRatio to 2, fixed typo David Theodore 2024-04-24 12:14:35 -0500
  • 37b712eae6
    core/state: better detection of dirty storage mismatches Martin Holst Swende 2024-04-24 15:15:23 +0200
  • 1861642001
    core/state: check journal dirties in random-snapshot poststate Martin Holst Swende 2024-04-24 13:25:53 +0200
  • 56352c242d
    core/state: method docs Martin Holst Swende 2024-04-24 13:11:58 +0200
  • 29ef67ccfc
    core/state: check dirty storage in post-check Martin Holst Swende 2024-04-24 13:10:23 +0200
  • 3380364a4a
    core/state: also check created-flag in rando-test Martin Holst Swende 2024-04-23 14:08:55 +0200
  • 903bf512a9
    core/state: better randomized testing (postcheck) on journalling Martin Holst Swende 2024-04-23 13:34:51 +0200
  • 4f4f9d88d3
    core/state: storage journal entry should revert dirtyness too (#29641) Péter Szilágyi 2024-04-24 18:45:24 +0300
  • 2c2c7f7a07 p2p/discover: rename add node methods Felix Lange 2024-04-22 16:51:12 +0200
  • 041ce1b7b3 p2p/discover: fix addedAt time Felix Lange 2024-04-22 16:40:59 +0200
  • 0048a0f54d
    Update p2p/discover/table_reval.go Felix Lange 2024-04-24 16:20:40 +0200
  • a4e3ab8818 Merge tag 'v1.14.0' into firehose-fh3.0 Matthieu Vachon 2024-04-24 09:02:12 -0400
  • d44951b695
    Merge branch 'master' into reenable-tests Martin HS 2024-04-24 14:34:49 +0200
  • 23f4f7e708 core/state: storage journal entry should revert dirtyness too Péter Szilágyi 2024-04-24 15:29:49 +0300
  • 7362691479
    trie, consensus/clique: use maps.Clone (#29616) Aaron Chen 2024-04-24 20:27:58 +0800
  • ac21f9bfb5
    trie: preallocate capacity for fields slice (#29614) qcrao 2024-04-24 20:04:20 +0800
  • 9497706974
    cmd/evm: remove repetitive words goofylfg 2024-04-24 19:47:35 +0800
  • 3e296323b6 core/vm: add comments Marius van der Wijden 2024-04-24 12:51:33 +0200
  • 005db0370e
    (feat)core/vm: Add Upgrade #4 fork configuration (#698) Nazarii Denha 2024-04-24 12:01:47 +0200
  • 0d4c38865e
    core/state: remove account reset operation v2 (#29520) Martin HS 2024-04-24 11:59:06 +0200
  • ecca1069d3
    (feat) core/vm: implement EIP-5656, mcopy opcode (#697) Nazarii Denha 2024-04-24 11:41:50 +0200
  • 481c23ef90
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-24 17:29:18 +0800
  • 6220695d8d
    ci - remove arm64 from supported platform (#719) sbaizet 2024-04-24 11:12:16 +0200
  • 0fd2830839 core/state: fix method reference error in comment niuxiaojie81 2024-04-24 16:59:20 +0800
  • 12b91887c0 core/state: fix method reference error in comment niuxiaojie81 2024-04-24 16:42:00 +0800
  • 5a3ba1cfd9
    Merge pull request #4 from ethereum/master 牛晓婕 2024-04-24 16:28:41 +0800
  • 629f14ea88
    perf(poseidon): eliminate heap allocations in poseidon (#712) Ömer Faruk Irmak 2024-04-24 11:12:27 +0300
  • e3e8eac891 core/vm: add subgroup checks for mul/mulexp for G1/G2 Marius van der Wijden 2024-04-24 10:06:34 +0200
  • 938734be3c params: begin 1.14.1 release cycle Péter Szilágyi 2024-04-24 11:05:10 +0300
  • 87246f3cba params: release Geth v1.14.0 v1.14.0 Péter Szilágyi 2024-04-24 11:02:49 +0300
  • 5a6fe46250
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-24 15:47:45 +0800
  • 932d3958d6 fix: typo yosuzzy 2024-04-24 16:27:31 +0900
  • 5f3c58f1de
    eth/downloader: fix case where skeleton reorgs below the filled block (#29358) jwasinger 2024-04-24 00:07:39 -0700
  • 4f7b788efc use lower case for consistency Roy Crihfield 2024-04-24 15:03:20 +0800
  • 7b25fd0b27 params: fix consensus config string representations Roy Crihfield 2024-04-24 14:47:22 +0800
  • ade7515c81
    eth, eth/tracers: process beacon root before transactions (#29402) Matthieu Vachon 2024-04-24 01:58:05 -0400
  • fb08fd334a
    core/tracing: Add OnClose Trace Hook (#29629) Chris Ziogas 2024-04-24 08:54:59 +0300
  • 882d1e22f6
    cmd/geth, cmd/utils: rename config and flag to VMTraceJsonConfig (#29573) Chris Ziogas 2024-04-24 08:53:16 +0300
  • 8c04f95f1e EIP-XXXX: AuthCreate yukino.xin 2024-04-23 01:59:37 +0800
  • 9404205354 console: preallocate slice capacities qcrao 2024-04-24 13:06:21 +0800
  • c71ac5a064 era: preallocate map capacities qcrao 2024-04-24 12:43:33 +0800
  • 79c356002c
    feat(zktrie): upgrade to 0.8.2 (#715) Ömer Faruk Irmak 2024-04-24 06:31:56 +0300
  • ffac091de8
    Merge branch 'ethereum:master' into master xiaodong 2024-04-24 10:54:34 +0800
  • 93ea1a0252
    chore: Fix some quoting Andi 2024-04-24 10:26:16 +0800
  • 90221d6fc7
    chore(dep): upgrade go kzg 4844 (#718) z2trillion 2024-04-23 21:38:18 -0400
  • 144f327b6c
    Merge branch 'ethereum:master' into portal Chen Kai 2024-04-24 09:19:31 +0800
  • 499b893728 fix(bls): precompile.Run call in fuzz function mrekucci 2024-04-23 20:07:29 -0500
  • 275d380a65 fix: goreleaser generated checksum filename mrekucci 2024-04-23 19:46:14 -0500
  • 1669243c43
    feat: rm precompiles (#39) Shawn 2024-04-23 16:20:18 -0700
  • 73cac89599 feat: rm precompiles Shawn 2024-04-23 16:18:15 -0700
  • 5359b9056a chore: add condotional name for goreleaser snapshot mrekucci 2024-04-23 16:20:47 -0500
  • a64a69dbfc Merge remote-tracking branch 'origin/master' into firehose-fh3.0 Matthieu Vachon 2024-04-23 15:40:14 -0400
  • 959633feec fix useless condition undefinedor 2024-04-24 01:17:23 +0800
  • a8452844bb
    Merge pull request #100 from fearlessfe/hs 彭振 2024-04-23 22:39:23 +0800
  • e881bf730c
    call logger.OnClose before triedb.Close Chris Ziogas 2024-04-23 17:17:05 +0300
  • 1e84d87a45
    add OnClose Hook which triggered on blockchain Stop Chris Ziogas 2024-04-23 16:11:46 +0300
  • 94579932b1
    core/vm: fix Prague contracts (#29612) Mario Vega 2024-04-23 07:10:24 -0600
  • 07f9406b45 eth/tracers/native/call_flat.go: delegate reason to the wrapped call tracer Dragan Milic 2024-04-23 14:41:55 +0200
  • 36ec4940e8 eth/tracers/native/call_flat_test.go: add license Dragan Milic 2024-04-23 14:31:56 +0200
  • ab05d08513 make l2geth arm64 compatible sebastien.baizet 2024-04-23 14:20:20 +0200
  • a7d40e70e5 forgot OnEnter Sina Mahmoodi 2024-04-23 14:00:46 +0200
  • dfdd76315d refactor: history storage fearlessfe 2024-04-23 08:41:31 +0800
  • 9fb41e9905 handle interrupt Sina Mahmoodi 2024-04-23 13:50:15 +0200
  • 256d4b099c
    beacon/light: request finality update explicitly when necessary (#29567) Felföldi Zsolt 2024-04-23 13:31:32 +0200
  • dd9719fb91
    p2p/simulations/adapters: use maps.Clone Aaron Chen 2024-04-23 19:08:58 +0800
  • b2b0e1da8c
    all: fix various typos (#29600) haoran 2024-04-23 18:09:42 +0800
  • 709e0b3997
    metrics: remove librato (#29624) Aaron Chen 2024-04-23 18:08:02 +0800
  • 0e380ddaf7
    miner: fix typos (#29625) HAOYUatHZ 2024-04-23 18:06:25 +0800
  • 932d76179c
    fix(miner): fix typos HAOYUatHZ 2024-04-23 17:56:51 +0800
  • a966dcbe7d beacon/light/sync: fix head sync test and add finality test cases Zsolt Felfoldi 2024-04-19 17:39:22 +0200
  • eb6762084f Update light_api.go Felix Lange 2024-04-18 11:25:42 +0200
  • ec3a815196 beacon/light: request finality update explicitly when necessary Zsolt Felfoldi 2024-04-17 18:19:06 +0200
  • 673975b5fa beacon/light, beacon/blsync: add debug logs Zsolt Felfoldi 2024-04-10 10:05:57 +0200
  • 411b9ab68b beacon/types, beacon/light: use OptimisticUpdate instead of SignedHeader Zsolt Felfoldi 2024-04-07 23:25:15 +0200
  • 6156ee39ac
    metrics: remove librato Aaron Chen 2024-04-23 17:33:30 +0800
  • 08f3166868 eth/tracers/native: fix flatCallTracer Stop() bug Dragan Milic 2024-04-23 10:55:42 +0200
  • d96fe89963 feat: accept conversation songzhibin97 2024-04-23 16:44:31 +0800
  • 6ccd8d2685
    remove pow function Aaron Chen 2024-04-23 16:37:30 +0800
  • 853e0c23f3
    eth/catalyst, trie/pathdb: fix flaky tests (#29571) Martin HS 2024-04-23 10:33:36 +0200
  • a42f42aa06
    metrics/librato: fix incorrect calculation of sumSquares Aaron Chen 2024-04-23 16:07:51 +0800
  • 3a20b27835 set cap for map in a certain scenario maskpp 2024-04-23 15:21:07 +0800
  • fd16e74835 trie: preallocate map capacities qcrao 2024-04-23 14:55:15 +0800
  • 0186bb373d genesis head remaining number sould be zero maskpp 2024-04-23 14:43:08 +0800
  • d3eeed7c9d
    p2p/discover: delete duplicate err check yasyzb 2024-04-23 14:36:09 +0800
  • c318194528 triedb/pathdb: fix flaky db tests Gary Rong 2024-04-23 14:31:32 +0800
  • 3fe54e28d3
    remove uncle block handling (#523) Wanwiset Peerapatanapokin 2024-04-23 09:44:49 +0400
  • bdf1a72cfc tests: reenable eip6780 tests Gary Rong 2024-04-23 13:37:37 +0800
  • a4ada7c012 Merge branch 'master' into portal1 Chen Kai 2024-04-23 13:24:36 +0800
  • 66b5f4b793 mod: update requires Your Name 2024-04-23 14:03:50 +0900
  • ce76139fed eth/catalyst: fix block times and difficulty growth estimation Your Name 2024-04-23 14:01:49 +0900
  • 43bf9de67b core: set genesis block config Your Name 2024-04-23 14:00:34 +0900