Commit graph

  • 630e35ee1f
    Update beaconsync.go rjl493456442 2025-07-16 20:53:31 +0800
  • cfbd22b927
    Update beaconsync.go CertiK-Geth 2025-07-16 19:59:21 +0800
  • 222db8adf7
    Update skeleton.go CertiK-Geth 2025-07-16 19:56:06 +0800
  • 99d4809db8 trie: avoid spawning goroutines for empty children Ömer Faruk IRMAK 2025-07-16 12:52:07 +0300
  • 2d605aa2d3 triedb/pathdb: improve the parseIndexBlock jsvisa 2025-07-16 16:37:07 +0800
  • e44cc0654f triedb/pathdb: add benchmark test jsvisa 2025-07-16 16:35:02 +0800
  • f641f00a02
    feat: suggest gas price based on latest block's transactions (#1220) Morty 2025-07-16 15:46:01 +0800
  • d34aa35ecc fix test wanwiset25 2025-07-16 00:28:11 +0700
  • ee02c0a277 trie: reduce allocations in hashFullNodeChildren Ömer Faruk IRMAK 2025-07-15 19:23:49 +0300
  • efa19990d5
    p2p/rlpx: optimize XOR operation using bitutil.XORBytes Micke 2025-07-15 18:02:55 +0200
  • fe3bfc2f45 Updated code and new test shantichanal 2025-07-15 17:42:11 +0200
  • e94123acc2
    core/rawdb: reduce allocations in rawdb.ReadHeaderNumber (#31913) Marius van der Wijden 2025-07-15 15:48:36 +0200
  • 0553f3ba86
    eth/tracers: use header by reference when overriding lightclient 2025-07-15 06:41:00 -0600
  • 7fcb796f64
    all: update dead wiki links (#32215) Maxim Evtush 2025-07-15 15:24:17 +0300
  • f757074f9e miner: print warn log if fails to convert blob sidecar Gary Rong 2025-07-15 20:05:58 +0800
  • 86183a8373 fix the race condition by using lru.Cache Guillaume Ballet 2025-07-14 11:37:43 +0200
  • 7fd5179029 fix failing tests Guillaume Ballet 2025-04-14 12:16:30 +0200
  • d3a07a2592 core/state: introduce the TransitionState object Guillaume Ballet 2025-04-10 19:16:27 +0200
  • daff298710
    feat: add flags to enable broadcast blocks and transactions to all peers (#1219) Morty 2025-07-15 18:00:25 +0800
  • f87d8853db
    Update doc.go Maxim Evtush 2025-07-15 13:00:11 +0300
  • 0d13bf0082
    Update block_test_util.go Maxim Evtush 2025-07-15 12:57:52 +0300
  • a8edce56e8
    Merge branch 'ethereum:master' into master juga1980 2025-07-15 11:55:11 +0200
  • cf3a1c3cd1 geth 1 0g-wh 2025-07-15 06:22:46 +0000
  • d7db10ddbd
    eth/protocols/snap, p2p/discover: improve zero time checks (#32214) asamuj 2025-07-15 14:20:45 +0800
  • 7364e63ef9
    core/rawdb: change the mechanism to schedule freezer sync (#32135) rjl493456442 2025-07-15 13:50:52 +0800
  • e8152740f0 refactor: replace zero time checks with IsZero method asamuj 2025-07-15 13:39:18 +0800
  • 9bf515459b
    remove test log steven 2025-07-15 12:01:39 +0800
  • e106357366
    use customized deployer steven 2025-07-15 12:00:30 +0800
  • 17903fedf0
    triedb/pathdb: introduce file-based state journal (#32060) Delweng 2025-07-15 11:45:20 +0800
  • 434cfe3a2c core/rawdb, triedb/pathdb: remove unnecessary journal deletion Gary Rong 2025-07-15 11:36:16 +0800
  • 2c08f8027f core/rawdb: address comment from marius Gary Rong 2025-07-15 10:32:16 +0800
  • 1dcce45983 core/rawdb: change the sync threshold Gary Rong 2025-07-03 09:48:35 +0800
  • b17db544cf core/rawdb: change the mechanism to schedule freezer sync Gary Rong 2025-07-02 15:40:57 +0800
  • 6108ff6be9 miner: fix txs.Shift Gary Rong 2025-07-15 09:45:35 +0800
  • c7bf31a968 all: define constructor for BlobSidecar Gary Rong 2025-07-15 08:28:55 +0800
  • 9df29e7199
    Merge branch 'ethereum:master' into build/go1.24.5 levisyin 2025-07-15 09:38:58 +0800
  • fe0ae06c77
    core/types: fix CellProofsAt method (#32198) maskpp 2025-07-15 09:07:23 +0800
  • d0df9fe6eb core/types, eth/catalyst: return error if cell proof is invalid Gary Rong 2025-07-15 09:05:00 +0800
  • 5bce990891
    all: fix outdated ethereum wiki json-rpc json-rpc doc links (#32209) FT 2025-07-15 00:08:06 +0200
  • 11ae49b35d make XDPoS_getBlockInfoByEpochNum work with v1 epoch number wanwiset25 2025-07-15 02:13:39 +0700
  • 829774feda Added the fixed test case and also uses make header function now shantichanal 2025-07-14 19:36:53 +0200
  • bb06ef951d
    ci: pin semgrep version (#1221) Péter Garamvölgyi 2025-07-14 17:04:46 +0200
  • caa8e5aa0f add validation for the idx parameter maskpp 2025-07-14 22:33:12 +0800
  • 65414770ce
    Update errors.go FT 2025-07-14 16:22:34 +0200
  • 1a5f399e30
    miner: set sidecar version when recomputing proofs (#32199) maskpp 2025-07-14 22:06:57 +0800
  • e9e12a97d2
    eth/fetcher: fix announcement drop logic (#32210) Bosul Mun 2025-07-14 15:33:24 +0200
  • ba4a57043d let CellProofsAt method only supports version 1 maskpp 2025-07-14 21:28:11 +0800
  • a327ffe9b3
    params: EIP-7892 - Blob Parameter Only Hardforks (#32193) Felix Lange 2025-07-14 14:07:43 +0200
  • b0619ce4f1
    feat: forward txs to sequencer (#1208) Morty 2025-07-14 19:56:21 +0800
  • 9388733e05
    Update api.go FT 2025-07-14 13:52:36 +0200
  • 8a8fef540a fix: Fix slice index bug healthykim 2025-07-14 13:43:20 +0200
  • 3f9e1229ea test: Add testcase healthykim 2025-07-14 13:42:20 +0200
  • 105f9eb655 test without hardhat network Yohan9206 2025-07-14 14:20:02 +0300
  • afdbefebe4
    fix flaky test TestDeploymentWithOverrides steven 2025-07-14 19:17:15 +0800
  • ee183e5f6d adding hardhat test from the sample porject Yohan9206 2025-07-14 14:12:19 +0300
  • 0dbbaa0f46 back Yohan9206 2025-07-14 13:29:53 +0300
  • b5948eeb38 core/types: add optional bal construction in statedb when triggered by a flag Jared Wasinger 2025-07-02 21:18:54 +0900
  • 09f1a2ed61
    Merge branch 'ethereum:master' into master juga1980 2025-07-14 11:30:28 +0200
  • 90a098904f
    ethclient/gethclient: remove race condition in tests (#32206) Marius van der Wijden 2025-07-14 11:27:42 +0200
  • 50d76ca261 removing curl and adding condition for running both labels Yohan9206 2025-07-14 11:10:48 +0300
  • 031e3da3cf ethclient/gethclient: remove race condiiton MariusVanDerWijden 2025-07-14 09:52:33 +0200
  • 56b8e3b682 working on tags3 Yohan9206 2025-07-14 10:44:03 +0300
  • 96a7611dda working on tags2 Yohan9206 2025-07-14 10:41:07 +0300
  • 33ad00b9fc working on tags Yohan9206 2025-07-14 10:38:11 +0300
  • 20f9190574 testing Yohan9206 2025-07-14 10:27:48 +0300
  • d042aa34e8 again Yohan9206 2025-07-14 10:22:07 +0300
  • df82e54445 test Yohan9206 2025-07-14 10:17:39 +0300
  • 4b99e1f3b7 missing A Yohan9206 2025-07-14 10:16:15 +0300
  • a9061cfd77
    accounts/keystore: update links to documenation (#32194) kilavvy 2025-07-14 09:15:18 +0200
  • 1ac03a5204 Tag Yohan9206 2025-07-14 10:13:32 +0300
  • 775fe8a1c7 TAGS Yohan9206 2025-07-14 10:12:22 +0300
  • 055e1e6291
    signer/core/apitypes: require blob txs to have tx.to set (#32197) maskpp 2025-07-14 15:07:47 +0800
  • 320d6d4946 fixing TAGS Yohan9206 2025-07-14 10:06:21 +0300
  • 3758dffcee fixing tagging Yohan9206 2025-07-14 10:05:08 +0300
  • 7028271e3c remove build Jeffery Walsh 2025-07-13 21:25:41 -0700
  • a1fe1d8309
    feat(core): add optional isForcedInclusion and Signature to L1Origin (#434) jeff 2025-07-13 21:22:08 -0700
  • 504c4650bd
    Update signer/core/apitypes/types.go jwasinger 2025-07-14 13:14:16 +0900
  • 863678b256
    Update ethclient/gethclient/gethclient_test.go jwasinger 2025-07-14 13:03:45 +0900
  • 199bebc223 move miner and admin namespace to auth rpc alan 2025-07-14 11:20:34 +0800
  • 38bb0a0122 params: bump version to v2.6.4-beta Daniel Liu 2025-07-02 17:49:10 +0800
  • 45187d7bb4 all: fix invalid signer list on checkpoint block for trace api #1185 (#1186) Daniel Liu 2025-07-12 06:56:30 +0800
  • cd3e51dd92 fixing tagging Yohan9206 2025-07-14 00:58:20 +0300
  • 1d551f7624 fixing the deploy.js Yohan9206 2025-07-14 00:50:59 +0300
  • 5690cafb7f final Yohan9206 2025-07-14 00:46:55 +0300
  • 398df67f52 test Yohan9206 2025-07-14 00:43:54 +0300
  • 4b871d64b9 goAgain Yohan9206 2025-07-14 00:41:51 +0300
  • 746baf23f5 curl Yohan9206 2025-07-14 00:36:21 +0300
  • 81d73e3a7f go Yohan9206 2025-07-14 00:31:44 +0300
  • 77baaef895 adding curl the right way Yohan9206 2025-07-14 00:27:52 +0300
  • 2527229878 adding curl to the image Yohan9206 2025-07-14 00:24:41 +0300
  • 924f3cb90c checking if curl is installed Yohan9206 2025-07-14 00:21:15 +0300
  • 4e5fdf6475 fixing HTTP address Yohan9206 2025-07-14 00:16:56 +0300
  • df11b502ab test Yohan9206 2025-07-14 00:12:48 +0300
  • 8a63668b7f fixing HTTP problem Yohan9206 2025-07-14 00:11:35 +0300
  • 46d17158b9 re-test Yohan9206 2025-07-14 00:04:04 +0300
  • 2e44218091 adding debug steps Yohan9206 2025-07-13 23:54:40 +0300
  • af48265d46 fixing the hardhat workflow Yohan9206 2025-07-13 23:45:08 +0300
  • 3f18d0f6e3 fixing taging for dockerBuild Yohan9206 2025-07-13 23:29:33 +0300
  • 9eaebea023 fixing hardhat project Yohan9206 2025-07-13 22:25:01 +0300
  • f3e17aa09a deploy with sample hardhat project Yohan9206 2025-07-13 21:20:44 +0300