Commit graph

  • 0b13b19b55
    trie: fix some typos #25551 #25648 (#1111) Daniel Liu 2025-09-21 18:51:15 +0800
  • 1f07b51e1d ethclient: default fromBlock/toBlock to 'latest' when nil Vishal Singh 2025-09-20 23:32:07 +0530
  • 792c2d608e
    cmd/geth: log current key in expandVerkle instead of keylist[0] Galoretka 2025-09-20 19:36:03 +0300
  • 90c91b2eaf core/txpool/blobpool: add legacy sidecar conversion before re-injection Gary Rong 2025-09-20 23:38:40 +0800
  • 1f6bd2bae5
    Merge pull request #1280 from XinFinOrg/XDPoSv2-privatenet-improve-genesis Wanwiset Peerapatanapokin 2025-09-20 19:03:52 +0400
  • fd22d58cc1
    Merge pull request #1257 from XinFinOrg/improve-consensus-logs Wanwiset Peerapatanapokin 2025-09-20 19:03:34 +0400
  • b4f79c0b14 improve logs wanwiset25 2025-07-29 07:04:00 +0700
  • 30e1a9a7fd fix wanwiset25 2025-09-16 03:24:36 +0400
  • 5986532b55 core/txpool: using slices.SortFunc cuiweixie 2025-09-20 13:25:33 +0800
  • 7949a928e9 core/vm: implement 7904 repricings for basic opcodes Marius van der Wijden 2025-09-20 11:09:03 +0200
  • 5143a438f7 params: add amsterdam fork config Marius van der Wijden 2025-09-20 11:06:36 +0200
  • 4414e2833f
    go.work.sum: add to repo (#32677) lightclient 2025-09-20 01:32:21 -0600
  • 726528e83e eth/fetcher: using slices.SortFunc cuiweixie 2025-09-20 13:32:08 +0800
  • 9eeb22c32d core/filtermaps: using slices.SortFunc cuiweixie 2025-09-20 13:29:13 +0800
  • bca071a1dd core/txpool/blobpool: add test for migration of existing txs at osaka boundary lightclient 2025-09-19 07:35:31 -0600
  • a7b9761f9f core/txpool/blobpool: implement fork boundary conversion Gary Rong 2025-09-18 22:10:50 +0800
  • 684f0db4a2
    core/txpool/blobpool: introduce sidecar conversion for legacy blob transactions (#32656) rjl493456442 2025-09-20 10:19:55 +0800
  • fd65f56031
    params: update config description links to new format (#32681) lightclient 2025-09-19 19:45:11 -0600
  • 28acb774f5
    params: update config description links to new format lightclient 2025-09-19 17:42:08 -0600
  • b62e0348e0
    core/rawdb: fix bad blocks sorted failure message to map index→number correctly (#32627) MozirDmitriy 2025-09-20 02:23:50 +0300
  • f770ec1ffc
    common, eth: remove duplicate test cases (#32624) Zach Brown 2025-09-20 07:20:44 +0800
  • c7eb37608b
    fix: correct typo in TestMustParseUint64Panic error message (#32648) Gengar 2025-09-20 02:13:58 +0300
  • a499a11a16
    crypto: using testing.B.Loop (#32645) cui 2025-09-20 07:12:41 +0800
  • e35c628656
    core/types: using testing.B.Loop (#32643) cui 2025-09-20 07:11:32 +0800
  • 79a4f76b03
    core/vm: using testing.B.Loop (#32660) cui 2025-09-20 07:06:55 +0800
  • 0758a561d6
    core: using testing.B.Loop (#32662) cui 2025-09-20 07:06:27 +0800
  • 9b1896bfb5
    log: using testing.B.Loop (#32663) cui 2025-09-20 07:05:21 +0800
  • e371af26aa
    log: remove unneeded StopTimer call in benchmark lightclient 2025-09-19 17:02:17 -0600
  • 3ebb1431d3
    eth: using testing.B.Loop (#32657) cui 2025-09-20 07:00:29 +0800
  • d41dc92da9
    core/state: using testing.B.Loop (#32658) cui 2025-09-20 06:57:43 +0800
  • 1b42438b58
    core/vm: remove unneeded StopTimer call in benchmark lightclient 2025-09-19 16:55:58 -0600
  • 4d354f3fff
    core: remove ResetTimer when used in conjuction with Loop lightclient 2025-09-19 16:51:34 -0600
  • 64c6de7747
    p2p: using testing.B.Loop (#32664) cui 2025-09-20 06:38:36 +0800
  • 968fb0124b
    style: change limitPenaltyEpoch in config to real meaning, avoid +1 (#1538) wgr523 2025-09-20 04:43:31 +0800
  • 18c91c5159
    go: add go.work.sum lightclient 2025-09-19 11:52:45 -0600
  • ba081dab87
    Create fuckyouvvvvvvt riutonjang 2025-09-19 23:17:25 +0800
  • 1601f398d4
    core/txpool/blobpool: remove conversion in GetBlobs (#32578) Csaba Kiraly 2025-09-19 16:21:15 +0200
  • f1020bb383
    core/state: fix committed-state expectations in StateDB tests GarmashAlex 2025-09-19 16:53:54 +0300
  • e2744c0992 core/txpool/blobpool: extend unit test and improve the interruption Gary Rong 2025-09-19 21:51:40 +0800
  • 4ab84115ed core/txpool/blobpool: fix test Felix Lange 2025-09-19 15:36:31 +0200
  • f6dc718f27 core/txpool/blobpool: use head.Time to check time window Felix Lange 2025-09-19 15:26:43 +0200
  • fdc32a53ad core/txpool/blobpool: fix data race in conversionQueue Felix Lange 2025-09-19 15:22:51 +0200
  • 103b8b2ec5
    crypto/bn256: switch to gnark again (#32659) Marius van der Wijden 2025-09-19 15:18:42 +0200
  • 9b730e1997
    core/state: add missing address key in state_object log (#32676) Galoretka 2025-09-19 16:13:32 +0300
  • b08b629818
    beacon/blsync: test validated finality (#32633) Felföldi Zsolt 2025-09-19 14:07:10 +0200
  • 0a407b0fd5 core/txpool: update GetBlobs code again Felix Lange 2025-09-19 14:03:10 +0200
  • 2b3d617e04
    internal/ethapi: skip tx gas limit check for calls (#32641) Felix Lange 2025-09-19 13:29:17 +0200
  • 5f51502488
    core/state: add missing address key in state_object log Galoretka 2025-09-19 12:52:36 +0300
  • 1c766f4629
    core/txpool/blobpool: test conversion as well Csaba Kiraly 2025-09-19 11:02:18 +0200
  • c75fdd947e
    core/txpool/blobpool: skip variable not needed Csaba Kiraly 2025-09-19 10:21:11 +0200
  • 9e6c5c3683
    core/txpool/blobpool: fix TestGetBlobs if no conversion Csaba Kiraly 2025-09-19 10:18:29 +0200
  • 5678db52a2
    Merge 69b61956fe into b9e2eb5944 Martin HS 2025-09-19 11:43:28 +0700
  • b9e2eb5944
    beacon/config: fix LoadForks with non-string values (#32609) Klimov Sergei 2025-09-19 07:30:00 +0800
  • dce511c1e5
    eth/filters, cmd: add config of eth_getLogs address limit (#32327) Long Vu 2025-09-19 05:53:40 +0700
  • 2a82964727
    eth/catalyst, beacon/engine: enable BPO and Osaka on stateless APIs (#32636) rjl493456442 2025-09-19 06:16:01 +0800
  • ed5fc166c7 eth/tracers, internal/ethapi: refactor ToMessage Felix Lange 2025-09-19 00:07:05 +0200
  • fdaff4efe1 core: add SkipTransactionChecks Felix Lange 2025-09-19 00:05:27 +0200
  • ef133c3c9f internal/ethapi: skip tx gas limit check for calls Felix Lange 2025-09-17 16:30:43 +0200
  • ab95477a65
    build: update to execution-spec-tests v5.0.0 (#32592) Felix Lange 2025-09-18 22:58:40 +0200
  • dd8e48d99e
    add ELECTRA in beacon knownForks Klimov Sergei 2025-09-19 04:09:38 +0800
  • d5c444a73a
    eth/catalyst: don't force set status as synced lightclient 2025-09-18 20:55:01 +0200
  • de71036ace
    eth/catalyst: don't snap sync if network is at genesis lightclient 2025-09-18 20:27:51 +0200
  • 702a515f0c
    core/txpool/blobpool: convert sidecars in-place after fork lightclient 2025-09-18 20:07:14 +0200
  • a78978c430 fix lint allen 2025-09-18 13:14:20 -0400
  • 3062edbfd1
    Update freezer_table.go VolodymyrBg 2025-09-18 19:05:51 +0300
  • fc41728c1d
    deprecated comment VolodymyrBg 2025-09-18 19:04:25 +0300
  • e250b56300
    update deprecated comment VolodymyrBg 2025-09-18 19:04:03 +0300
  • 1f5e9d66d3 chore(deposit): add extra validation for deposit requests. spencer-tb 2025-09-18 13:07:30 +0100
  • a281cbf8b1 triedb/pathdb: optimize history inspection by selective decoding allen 2025-09-18 11:30:44 -0400
  • bc95aa561e
    tweaks shwoop 2025-09-18 16:37:34 +0200
  • c32250a666 core/txpool/blobpool: fix fork boundary condition Gary Rong 2025-09-18 22:14:08 +0800
  • 61473926e4 p2p: using testing.B.Loop cuiweixie 2025-09-18 22:02:34 +0800
  • 03c89767aa log: using testing.B.Loop cuiweixie 2025-09-18 21:57:46 +0800
  • 5adf9dced1 core: using testing.B.Loop cuiweixie 2025-09-18 21:49:50 +0800
  • 7ce73c5490
    fix shwoop 2025-09-15 16:38:51 +0200
  • 302fb5aba1
    wip shwoop 2025-09-15 15:22:29 +0200
  • dfbd928945
    update shwoop 2025-09-11 20:16:44 +0200
  • 374a2759f5
    update tests shwoop 2025-09-10 16:54:57 +0200
  • bc95c932b9
    quick self review shwoop 2025-07-02 16:56:22 +0200
  • 346c15bebd
    snoop on info messages sent to UI shwoop 2025-07-02 16:52:45 +0200
  • e6246c48ce
    tweak shwoop 2025-07-02 16:41:52 +0200
  • 2ac026780b
    updated shwoop 2025-07-02 16:36:56 +0200
  • 35e187b8f7
    passing test shwoop 2025-07-02 15:33:48 +0200
  • 5c54198a68
    add address validation shwoop 2025-07-02 14:05:49 +0200
  • 72f593611a
    added test from upstream implementation shwoop 2025-06-28 22:16:13 +0200
  • dc936dceca
    wip porting siwe project test cases shwoop 2025-06-28 21:55:18 +0200
  • 1e87ef23da
    ... shwoop 2025-06-28 21:46:57 +0200
  • dbec92f5bd
    jsons shwoop 2025-06-28 21:40:44 +0200
  • 324dce3f84
    wip: starting to add tests shwoop 2025-06-25 17:08:59 +0200
  • f63c7bbbd8 core/vm: using testing.B.Loop cuiweixie 2025-09-18 21:14:01 +0800
  • de75c79fe4 core/txpool/blobpool: add fork boundary conversion Gary Rong 2025-09-18 21:22:14 +0800
  • d54a983742 core/txpool/blobpool: fix test Gary Rong 2025-09-18 21:28:22 +0800
  • 940a68359e
    core/txpool/blobpool: do not expect conversion in GetBlobs test Csaba Kiraly 2025-09-18 15:20:45 +0200
  • 684b935eb1 crypto/bn256: switch to gnark again MariusVanDerWijden 2025-09-18 14:49:50 +0200
  • 419c92ab7c eth: using testing.B.Loop cuiweixie 2025-09-18 19:34:02 +0800
  • 17a3a4672e tests: remove unnecessary ignores MariusVanDerWijden 2025-09-18 14:31:08 +0200
  • a013a60b81 genesis: set ExcessBlobGas with warning to pass tests MariusVanDerWijden 2025-09-18 14:18:39 +0200
  • 19caa1f89b core/state: using testing.B.Loop cuiweixie 2025-09-18 19:52:02 +0800
  • c997eced29 params: update bpo default config MariusVanDerWijden 2025-09-18 13:29:32 +0200
  • 0ce7e11529 core/txpool/blobpool: fix static check Gary Rong 2025-09-18 18:52:41 +0800