Commit graph

  • b24306eacc fix some lint issues Jared Wasinger 2025-10-28 12:35:00 +0800
  • b44c182cbd more odds-and-ends Jared Wasinger 2025-10-17 19:26:08 +0800
  • 9f9f5af6fa fix up odds-and-ends Jared Wasinger 2025-10-17 19:14:43 +0800
  • 426fabd8a1 all: check error returned from rlp.Encode() wit 2025-10-28 10:38:59 +0800
  • b49f6cb0f2
    consensus: verify header hash is same as input hash in getEpochSwitchInfo (#1627) Wanwiset Peerapatanapokin 2025-10-28 09:30:38 +0700
  • 25a70e8770
    consensus: skip gas limit verification for genesis block (#1646) Wanwiset Peerapatanapokin 2025-10-28 08:30:36 +0700
  • 8d5c0894a5
    core/types: prealloce map cuiweixie 2025-10-28 01:44:08 +0800
  • 44d3ae1e2d core: check ancient empty jsvisa 2025-10-27 23:50:05 +0800
  • 4bfad2651d common: use Readdirnames to check if dir is empty jsvisa 2025-10-27 23:44:15 +0800
  • 5b2caa9d14
    Add 1gwei tip; handle two pooled tx requests; fix disconnection detection Alexey Osipov 2025-10-27 18:04:43 +0300
  • 33dbd64a23
    core/types: optimize modernSigner.Equal (#32971) cui 2025-10-27 23:04:06 +0800
  • 87f25b9b12 core/types: enhance BlobTx decode to validate blob sidecar version islishude 2025-10-27 20:23:52 +0800
  • 7275aa8f61 fix lint Jared Wasinger 2025-10-27 17:48:30 +0800
  • 905b0b981a core: rename parameter filter to filterFun for readability wit 2025-10-27 17:39:33 +0800
  • d39ffe6873
    filtermaps support history pruning cutoff point jimmyshi 2025-10-27 17:17:24 +0800
  • 0712715cb0
    filtermaps support history pruning cutoff point jimmyshi 2025-10-27 17:16:14 +0800
  • 40d23b0fb3 core/types: add comment Felix Lange 2025-10-27 10:14:44 +0100
  • 8ef378f6c4 core/types: rename txtype set Felix Lange 2025-10-27 10:12:57 +0100
  • f1c1dc6ea1 .github: update Felix Lange 2025-10-24 17:30:49 +0200
  • beb58f25cf .github: update to add keeper build Felix Lange 2025-10-24 17:27:51 +0200
  • 9dbe84dfcc fix int bitlength issue in TestChainConfig_LoadForks Guillaume Ballet 2025-10-24 08:25:51 -0400
  • d2acc9fe1b also run tests Guillaume Ballet 2025-10-20 20:39:37 +0200
  • 6954ba8713 only keep the 32 bit build Guillaume Ballet 2025-10-20 18:05:56 +0200
  • 86c1c7ee43 add GOARCH for example to fix build Guillaume Ballet 2025-10-14 20:55:16 +0200
  • 33cd9b8ff6 fix arch name + also test example Guillaume Ballet 2025-10-14 17:56:13 +0200
  • 1d7300232b .github/workflows: activate keeper build + revive 32bit tests Guillaume Ballet 2025-10-14 17:15:32 +0200
  • e805c3978e fix verkle Jared Wasinger 2025-10-27 17:06:12 +0800
  • 447b5f7e19
    core: don't modify the shared chainId between tests (#33020) Delweng 2025-10-27 16:53:26 +0800
  • 2fc29f6188 fix lint Jared Wasinger 2025-10-27 14:52:40 +0800
  • 27aef146f5 remove unintended change to tests submodule Jared Wasinger 2025-10-27 14:22:39 +0800
  • 263f79ee67 missing documentation for func Jared Wasinger 2025-10-27 14:10:40 +0800
  • 5b4d7cc2e2 fixups Jared Wasinger 2025-10-27 14:07:14 +0800
  • a868a8e1e0 trie: make value node resolvable, not needing to be known at insertion time. Jared Wasinger 2025-10-22 19:18:37 +0800
  • 04383239e5 core/rawdb: reduce allocations in *key MariusVanDerWijden 2025-10-26 20:06:57 +0100
  • 4a8eaeb1d1 core/filtermaps: implement log indexer as core.Indexer zsfelfoldi 2025-07-28 23:41:15 +0200
  • 8ce710a354 core: unembedded functions, improved and readable block queue logic zsfelfoldi 2025-10-26 02:21:20 +0200
  • 444efa9cf5 core: cache raw receipts of new heads separately zsfelfoldi 2025-10-25 18:14:14 +0200
  • 0c5200bb43 core: fix cached receipts format zsfelfoldi 2025-09-30 18:33:31 +0200
  • 6411f1e0ff core: fixed linter issue and historical data error logging zsfelfoldi 2025-09-29 10:44:25 +0200
  • f7792c34e9 core: add Indexer interface and index server logic zsfelfoldi 2025-09-29 06:04:23 +0200
  • 24698ef55d
    Add test commit message to README kaspro183 2025-10-26 10:34:06 +0100
  • 078a5ecb7d
    core/state: improve accessList copy (#33024) cui 2025-10-26 16:13:59 +0800
  • 7fb91f3cd5
    rpc: remove unused vars (#33012) Rizky Ikwan 2025-10-26 09:13:04 +0100
  • ab41279fba triedb/pathdb: implement iterator in the history index Gary Rong 2025-10-17 22:52:20 +0800
  • 3fbe59d6e7 change the way to get the number of nibbles maskpp 2025-10-26 11:35:16 +0800
  • 5a09dfa8d7
    core/rawdb: set freezerdb.readOnly to prevent Freeze deadlock in read-only mode MozirDmitriy 2025-10-25 21:56:10 +0300
  • 0c67e7cb71
    refactor to use [2]uint64 cuiweixie 2025-10-24 23:57:35 +0800
  • 3c6d115b06
    core/types: add benchmark cuiweixie 2025-10-20 22:57:44 +0800
  • 22e5dcea0c
    core/types: optimize modernSigner cuiweixie 2025-10-20 22:53:04 +0800
  • 726939bfbc
    core/state: reduce one alloc cuiweixie 2025-10-25 20:27:28 +0800
  • e3529c3ba5 all: big.Int use Sign() to compare with zero wit 2025-10-21 19:10:21 +0800
  • e1ad307099 node/endpoints: prealloc map in checkModuleAvailability rizkyikiw42 2025-10-25 16:19:44 +0800
  • cfa3b96103
    core/rawdb, triedb/pathdb: re-structure the trienode history header (#32907) rjl493456442 2025-10-25 16:16:16 +0800
  • 88fb6825d5 p2p/discover: fix TestUDPv4_findnode data race with revalidation ping allen 2025-10-23 21:07:24 -0400
  • 64a7cecbaf core: don't modify the shared chainId in tests jsvisa 2025-10-25 00:27:11 +0800
  • 17e5222997
    build: fix keeper build (#33018) Felix Lange 2025-10-24 18:25:54 +0200
  • 01425ad14b eth/downloader: log progress in periodic only jsvisa 2025-10-25 00:16:25 +0800
  • 0f89d663f9 build: fix keeper build Felix Lange 2025-10-24 18:04:57 +0200
  • b2e293df23
    Update path.go Felix Lange 2025-10-24 17:24:17 +0200
  • 03e8e4b2e2
    Update FileExist to use errors.Is for checking existence Felix Lange 2025-10-24 17:23:32 +0200
  • 074d7b79c1
    .gitea/workflows, build: add release build for keeper (#32632) Guillaume Ballet 2025-10-24 17:19:25 +0200
  • 53c85da796
    eth/tracers: fix crasher in TraceCall with BlockOverrides (#33015) hero5512 2025-10-24 11:04:09 -0400
  • cc29512c8b
    eth/tracers: add repro test for #33014 lightclient 2025-10-24 08:08:02 -0600
  • 6fe7d9de55 eth/tracers: fix nil pointer dereference in TraceCall with BlockOverrides allen 2025-10-24 09:03:13 -0400
  • 06c623b5c7 q zsfelfoldi 2025-10-24 13:50:14 +0200
  • 9c6f6413fa txpool: log error for missing sidecar in blob transaction johnzhu0908 2025-10-24 17:26:08 +0800
  • 22edaacf0d
    trie: update comments + err check for preimages #25672 (#1117) Daniel Liu 2025-10-24 16:57:19 +0800
  • 9d4388f6e5 fix: no lint no life healthykim 2025-10-24 17:46:09 +0900
  • 7df7f3b36b fix: remove go.work.sum healthykim 2025-10-24 17:15:38 +0900
  • 296e83d5c5 fix: fix partial lint error healthykim 2025-10-24 17:15:24 +0900
  • df81462230 fix: fix test error healthykim 2025-10-24 17:09:22 +0900
  • c8e5daf85a Merge branch 'master' into bs/cell-blobpool/ver-1 healthykim 2025-10-24 15:31:58 +0900
  • 3aa157d5fe rpc: remove unused vars rizkyikiw42 2025-10-24 14:04:55 +0800
  • 866c823297 feat: perform conversion in Init() healthykim 2025-10-24 14:42:51 +0900
  • 8e33cdeaae internal/ethapi: fix error code for revert in eth_simulateV1 Sina Mahmoodi 2025-10-23 17:46:52 +0200
  • 0413af40f6
    rpc: fix a flaky test of the websocket (#33002) Delweng 2025-10-23 20:58:33 +0800
  • f1be21501f
    crypto: implement ziren keccak state (#32996) Guillaume Ballet 2025-10-23 14:02:13 +0200
  • 60f085068c fix: polish healthykim 2025-10-23 20:35:15 +0900
  • 09e36d729f core/rawdb: reduce allocations in *key MariusVanDerWijden 2025-10-23 12:25:35 +0200
  • 030cd2d155
    cmd/utils: use IsHexAddress method (#32997) maskpp 2025-10-23 17:56:47 +0800
  • 2bb3d9a330
    p2p: silence on listener shutdown (#33001) Delweng 2025-10-23 16:44:54 +0800
  • 7eac50fe88 restapi: add event handler wrapper zsfelfoldi 2025-10-23 09:28:19 +0200
  • 4df2a2f859 p2p: cleanup v4 if v5 failed jsvisa 2025-10-23 15:20:03 +0800
  • 59ea6c3166 p2p: add test case for v4 and v5 jsvisa 2025-10-23 15:17:46 +0800
  • 95b33bd937 core/filtermaps: use buffered channel to avoid blocking jsvisa 2025-10-23 06:35:58 +0000
  • 932fe23501 move ziren keccak state definition to the main ziren file Guillaume Ballet 2025-10-23 08:14:47 +0200
  • 98e553e92e crypto/ecies: remove unused var rizkyikiw42 2025-10-23 13:57:14 +0800
  • d4a159f1a8
    Refactor error handling in server read loop Felix Lange 2025-10-23 07:35:20 +0200
  • e8827c4d3b rpc: add a minimum timeout jsvisa 2025-10-23 04:29:38 +0000
  • 5bce00e9d9 gofmt jsvisa 2025-10-23 11:11:13 +0800
  • 8a1f28c77f p2p: silence on listener shutdown jsvisa 2025-10-23 11:07:50 +0800
  • 65a5fe54ef add test cases jsvisa 2025-09-16 16:23:20 +0800
  • f09428f048 fix(ethapi): check storage key in the rpc framework jsvisa 2025-09-16 16:22:37 +0800
  • 116c916753
    cmd/devp2p: distinguish the jwt in devp2p and geth (#32972) Delweng 2025-10-23 00:24:40 +0800
  • 9f5654aeba introduce IsHexHash and use it maskpp 2025-10-22 22:49:41 +0800
  • c9c9db2d75 use IsHexAddress method maskpp 2025-10-22 22:36:17 +0800
  • 3b8075234e
    core/state: fix the flaky TestSizeTracker (#32993) Delweng 2025-10-22 22:35:26 +0800
  • 769f2587d3
    EIP:7823 Set upper bounds for MODEXP && EIP-7883: ModExp Gas Cost && EIP-7951: Precompile for secp256r1 Curve Support (#1248) georgehao 2025-10-22 20:54:02 +0800
  • f2cd425bc1 all: unify comment style to use // NOTE wit 2025-10-22 19:06:17 +0800
  • a68df152f1
    crypto: use the ziren keccak syscall to compute trie roots Guillaume Ballet 2025-10-22 12:45:36 +0200