1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 09056601d8
    core/state: fix inconsistent verkle test error messages (#29753) Hteev Oli 2024-07-02 03:57:04 +0800
  • 41abab9e39
    build: add check for stale generated files (#30037) jwasinger 2024-07-01 08:16:15 -0700
  • a4e338f05e
    accounts/usbwallet/trezor: upgrade to generate with protoc 27.1 (#30058) jwasinger 2024-07-01 07:18:38 -0700
  • 7cfff30ba3
    rpc: truncate call error data logs (#30028) Ceyhun Onur 2024-06-28 21:37:58 +0300
  • 06f1d077d3
    all: replace division with right shift if possible (#29911) gitglorythegreat 2024-06-29 00:08:31 +0800
  • 4939c25341
    cmd/evm/internal/t8ntool: log writeTraceResult error message (#30038) maskpp 2024-06-29 00:05:57 +0800
  • 36d67be41b
    core/txpool/blobpool: improve newPriceHeap function (#30050) maskpp 2024-06-28 21:51:27 +0800
  • 19c3c1e205
    triedb/pathdb: fix flaky test in pathdb (#29901) lilasxie 2024-06-28 21:15:54 +0800
  • 045b9718d5
    trie: relocate state execution logic into pathdb package (#29861) rjl493456442 2024-06-27 20:30:39 +0800
  • 269e80b07e
    eth/tracers,trie: remove unnecessary check (#30071) Halimao 2024-06-27 17:29:50 +0800
  • 9298d2db88
    trie/trienode: remove unnecessary check in Summary (#30047) maskpp 2024-06-25 21:45:33 +0800
  • 98b5930d2d
    core/txpool/blobpool: avoid use *map as parameter. (#30048) maskpp 2024-06-25 20:19:04 +0800
  • ed8fd0ac09
    all: stateless witness builder and (self-)cross validator (#29719) jwasinger 2024-06-25 04:48:08 -0700
  • 73f7e7c087
    internal/debug: remove unnecessary log level assignment (#30044) AMIR 2024-06-25 13:00:58 +0330
  • fe0c0b04fe
    accounts/keystore: use t.TempDir in test (#30052) Halimao 2024-06-25 17:24:33 +0800
  • 0a651f8972
    .github: add lightclient as codeowner to relevant packages (#30062) lightclient 2024-06-25 03:16:27 -0600
  • d8ea7ac2b0
    cmd/blsync: use debug.Setup for logging configuration (#30065) lightclient 2024-06-25 03:14:12 -0600
  • a71f6f91fd
    p2p/discover: improve flaky revalidation tests (#30023) Halimao 2024-06-21 21:29:07 +0800
  • c10ac4f48f
    Revert "core/state/snapshot: tiny fixes" (#30039) rjl493456442 2024-06-21 15:42:43 +0800
  • e0e45dbc32
    core/state/snapshot: tiny fixes (#29995) rjl493456442 2024-06-21 09:51:03 +0800
  • 27654d3022
    p2p/rlpx: 2KB maximum size for handshake messages (#30029) David Theodore 2024-06-20 07:08:54 -0500
  • 00675c5876
    trie/trienode: avoid unnecessary copy (#30019) maskpp 2024-06-20 11:47:29 +0800
  • 27008408a5
    core/txpool/blobpool: change rw-lock to r-lock (#29989) psogv0308 2024-06-19 21:46:57 +0900
  • c11aac249d
    common: using ParseUint instead of ParseInt (#30020) Halimao 2024-06-19 17:06:52 +0800
  • 0e3a0a693c
    trie: don't reset tracer at the end of Commit (#30024) jwasinger 2024-06-19 00:58:22 -0700
  • 67a862db9d
    cmd/geth, ethdb/pebble: improve database statistic (#29948) Ha DANG 2024-06-19 13:47:17 +0700
  • 7cf6a63687
    core/state/snapshot: acquire the lock on Release (#30011) Marius van der Wijden 2024-06-18 04:52:49 +0200
  • d8664490da
    common/math: fix out of bounds access in json unmarshalling (#30014) Dean Eigenmann 2024-06-17 21:53:00 +0200
  • c736b04d9b
    triedb/pathdb: use maps.Clone and maps.Keys (#29985) maskpp 2024-06-17 23:09:29 +0800
  • 115d154392
    trie, triedb/pathdb: prealloc capacity for map and slice (#29986) maskpp 2024-06-17 17:42:41 +0800
  • b78d2352ef
    log: fix some functions comments (#29907) Zoro 2024-06-17 17:03:27 +0800
  • a58e4f0674
    go.mod: update Pebble to sort out a deleted upstream dependency (#30010) Péter Szilágyi 2024-06-17 11:15:27 +0300
  • 34b46a2f75
    core/state/snapshot: add a missing lock (#30001) maskpp 2024-06-17 15:42:39 +0800
  • fd5078c779
    trie/triedb: add Reader to backend interface (#29988) Darioush Jalali 2024-06-13 23:52:46 -0700
  • 86150af2e5
    beacon/light: fix shutdown issues (#29946) Felföldi Zsolt 2024-06-12 16:38:19 +0200
  • 69351e8b0f
    core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit (#29869) jwasinger 2024-06-12 02:23:16 -0700
  • 3687c34cfc
    accounts: avoid duplicate regex compilation (#29943) jackyin 2024-06-12 15:46:36 +0800
  • 1e97148249
    all: fix inconsistent receiver name and add lint rule for it (#29974) Felix Lange 2024-06-12 09:45:42 +0200
  • b6f2bbd417
    p2p/simulations: update doc of HTTP endpoints (#29894) bugmaker9371 2024-06-12 01:41:17 +0800
  • c732039a34
    .github: disable cache in actions run (#29926) Guillaume Ballet 2024-06-11 15:57:41 +0200
  • caa066dcb0
    cmd/devp2p: fix log output (#29972) bugmaker9371 2024-06-11 21:27:35 +0800
  • ffb29be7d4
    ethconfig: regenerate config (#29970) ucwong 2024-06-11 13:34:56 +0100
  • 3aa874bed2
    core/state: rename all the AccessList receivers to 'al' (#29921) maskpp 2024-06-11 16:24:44 +0800
  • 85587d5ef2
    cmd, core: prefetch reads too from tries if requested (#29807) jwasinger 2024-06-11 01:10:07 -0700
  • 2eb185c92b
    core, rlp: remove duplicated words (#29964) TinyFoxy 2024-06-10 20:55:47 +0800
  • db273c8733
    core: initialize developer genesis beacon root contract with 0 balance (#29963) jwasinger 2024-06-09 22:58:50 -0700
  • 8bda642963
    p2p: use package slices to sort in PeersInfo (#29957) Gealber Morales 2024-06-09 22:50:22 +0200
  • 349fcdd22d
    p2p/discover: add missing lock when calling tab.handleAddNode (#29960) Gealber Morales 2024-06-09 22:47:51 +0200
  • 1098d148a5
    cmd/geth: remove unused param (#29952) Ha DANG 2024-06-08 18:04:16 +0700
  • deaf10982c
    cmd/clef, cmd/evm: fix markdown issues in README (#29954) kukuru909 2024-06-08 20:00:53 +0900
  • 6a49d13c13 go.mod : tidy ucwong 2024-06-06 01:48:22 +0800
  • 4405f18519
    cmd/evm/internal/t8ntool: remove unused parameter (#29930) Gealber Morales 2024-06-07 14:04:18 +0200
  • 4461c1fc17 params: begin v1.14.6 release cycle Gary Rong 2024-06-06 21:23:44 +0800
  • 0dd173a727 params: release Geth v1.14.5 v1.14.5 Gary Rong 2024-06-06 21:17:53 +0800
  • 85459e1439
    p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) Felix Lange 2024-06-06 15:15:22 +0200
  • 0750cb0c8f
    p2p/netutil: fix comments (#29942) Hteev Oli 2024-06-06 15:56:41 +0800
  • cbbfa3eac0
    rlp: no need to repeat called len method (#29936) Marquis Shanahan 2024-06-06 15:55:38 +0800
  • 6c518fe606
    build: upgrade -dlgo version to Go 1.22.4 (#29938) Marius Kjærstad 2024-06-06 09:52:57 +0200
  • bc6569462d
    p2p: use netip.Addr where possible (#29891) Felix Lange 2024-06-05 19:31:04 +0200
  • d09ddac399
    core/rawdb: remove unused deriveLogFields (#29913) Marquis Shanahan 2024-06-05 21:05:00 +0800
  • e85e21c932
    core/state, eth/tracers: fix typos (#29932) Hteev Oli 2024-06-05 17:07:37 +0800
  • fc40d68e5b params: begin v1.14.5 release cycle Péter Szilágyi 2024-06-05 11:20:35 +0300
  • 5550d8399f params: release Geth v1.14.4 v1.14.4 Péter Szilágyi 2024-06-05 11:06:37 +0300
  • 125fb1ff58
    core/state: avoid data race (#29924) rjl493456442 2024-06-04 20:51:34 +0800
  • 682ae838b2
    internal/ethapi: recap higher args.Gas with block GasLimit in DoEstimateGas (#29738) SangIlMo 2024-06-04 16:59:41 +0900
  • 68c0ec0815
    trie: iterate values pre-order and fix seek behavior (#27838) Roy Crihfield 2024-06-04 11:17:26 +0800
  • adbbd8cd7b
    core/state: prefetch account trie while starting a prefetcher (#29919) Steven Wang 2024-06-04 11:12:24 +0800
  • a6751d6fc8
    core/rawdb,eth/protocols,p2p: prealloc slice size (#29893) tianyeyouyou 2024-06-03 20:51:04 +0800
  • 7270cba25c
    log: fix a typo (#29883) miles 2024-06-03 20:50:24 +0800
  • b36c73813c
    beacon/engine: prealloc capacity for map and slice (#29903) maskpp 2024-06-03 19:38:08 +0700
  • 50405e29b7
    cmd/evm/internal/t8ntool: fix a typo (#29887) HAOYUatHZ 2024-06-03 20:31:23 +0800
  • d38b88a5a1
    core/state: introduce stateupdate structure (#29530) rjl493456442 2024-06-03 19:17:12 +0800
  • c9e0b3105b
    Supply delta live tracer (#29347) Chris Ziogas 2024-06-03 13:30:27 +0300
  • d4b81f0e08
    CODEOWNERS: @s1na owns core/tracing (#29899) Sina M 2024-05-31 18:40:09 +0200
  • 2613523cb5
    miner: lower default min miner tip from 1 gwei to 0.001 gwei (#29895) Péter Szilágyi 2024-05-31 10:39:40 +0300
  • bdc62f9beb
    common/math: rename variable name int to n (#29890) tianyeyouyou 2024-05-31 15:25:49 +0800
  • 5d7d48fc3e
    eth/gasprice: add comment to constant (#29892) yujinpark 2024-05-31 01:22:23 +0900
  • 2262bf3415
    crypto/secp256k1: change receiver variable name to lowercase (#29889) SuiYuan 2024-05-30 22:24:16 +0800
  • e015c1116f
    ethdb: remove unnecessary function wrapper (#29888) SuiYuan 2024-05-30 21:23:04 +0800
  • 6bb13e8e2b
    eth/catalyst: ensure TxPool is synced in Fork (#29876) Felix Lange 2024-05-29 15:56:52 +0200
  • 2f06c1e854
    cmd/devp2p: fix node.TCP -> node.UDP (#29879) hattizai 2024-05-29 21:55:51 +0800
  • 3fef53447f
    build: upgrade to golangci-lint v1.59.0 (#29875) Felix Lange 2024-05-29 15:31:27 +0200
  • 94a8b296e4
    p2p/discover: refactor node and endpoint representation (#29844) Felix Lange 2024-05-29 15:02:26 +0200
  • e26fa9e40e
    core/state: fix typo in comment (#29639) 牛晓婕 2024-05-29 20:44:14 +0800
  • 2f0e63e5ac
    eth/downloader, eth/tracer: fix typos in comments (#29707) trillo 2024-05-29 21:43:07 +0900
  • 06263b1b35
    all: fix typos in comments (#29873) PolyMa 2024-05-29 18:24:10 +0800
  • b8cf1636d4
    accounts: fix TestUpdateKeyfileContents (#29867) Steven Wang 2024-05-29 18:12:57 +0800
  • 153f8da887
    p2p/nodestate: remove unused package (#29872) lilasxie 2024-05-29 18:11:18 +0800
  • daf4f72077
    p2p/simulations: remove stale information about docker adapter (#29874) bugmaker9371 2024-05-29 18:09:58 +0800
  • 5534c849b6
    go.mod: update a number of dependencies (#29763) Martin HS 2024-05-29 10:30:25 +0200
  • cc22e0cdf0
    p2p/discover: fix update logic in handleAddNode (#29836) lightclient 2024-05-28 13:30:17 -0600
  • 171430c3f5
    core/state: remove unused error from prefetcher trie method (#29768) jwasinger 2024-05-28 10:54:55 -0700
  • e517183719
    eth, eth/downloader: remove references to LightChain, LightSync (#29711) jwasinger 2024-05-28 10:52:08 -0700
  • af0a3274be
    p2p/discover: fix crash when revalidated node is removed (#29864) Felix Lange 2024-05-28 18:13:03 +0200
  • b88051ec83
    core/rawdb, triedb/pathdb: fix freezer read-only option (#29823) rjl493456442 2024-05-28 20:41:11 +0800
  • 61932e4710
    cmd/geth: update testdata (vulncheck) (#29714) Martin HS 2024-05-28 14:16:45 +0200
  • 871e55d93e
    core/state: fix typos in comments (#29767) gitglorythegreat 2024-05-28 20:10:27 +0800
  • 42471d7a3e
    core/vm/runtime: set random to enable merge-opcodes (#29799) Martin HS 2024-05-28 13:45:16 +0200
  • caafa93598
    all: improve some error strings (#29842) trillo 2024-05-28 20:44:40 +0900
  • ea6c16007c
    eth/tracers: clear error for non-reverting pre-homestead fail (#29824) Sina M 2024-05-28 13:12:46 +0200