Commit Graph

  • d8664490da common/math: fix out of bounds access in json unmarshalling (#30014) Dean Eigenmann 2024-06-17 21:53:00 +02:00
  • c736b04d9b triedb/pathdb: use maps.Clone and maps.Keys (#29985) maskpp 2024-06-17 23:09:29 +08:00
  • 115d154392 trie, triedb/pathdb: prealloc capacity for map and slice (#29986) maskpp 2024-06-17 17:42:41 +08:00
  • b78d2352ef log: fix some functions comments (#29907) Zoro 2024-06-17 17:03:27 +08:00
  • a58e4f0674 go.mod: update Pebble to sort out a deleted upstream dependency (#30010) Péter Szilágyi 2024-06-17 11:15:27 +03:00
  • 34b46a2f75 core/state/snapshot: add a missing lock (#30001) maskpp 2024-06-17 15:42:39 +08:00
  • fd5078c779 trie/triedb: add Reader to backend interface (#29988) Darioush Jalali 2024-06-13 23:52:46 -07:00
  • 86150af2e5 beacon/light: fix shutdown issues (#29946) Felföldi Zsolt 2024-06-12 16:38:19 +02:00
  • 69351e8b0f core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit (#29869) jwasinger 2024-06-12 02:23:16 -07:00
  • 3687c34cfc accounts: avoid duplicate regex compilation (#29943) jackyin 2024-06-12 15:46:36 +08:00
  • 1e97148249 all: fix inconsistent receiver name and add lint rule for it (#29974) Felix Lange 2024-06-12 09:45:42 +02:00
  • b6f2bbd417 p2p/simulations: update doc of HTTP endpoints (#29894) bugmaker9371 2024-06-12 01:41:17 +08:00
  • c732039a34 .github: disable cache in actions run (#29926) Guillaume Ballet 2024-06-11 15:57:41 +02:00
  • caa066dcb0 cmd/devp2p: fix log output (#29972) bugmaker9371 2024-06-11 21:27:35 +08:00
  • ffb29be7d4 ethconfig: regenerate config (#29970) ucwong 2024-06-11 13:34:56 +01:00
  • 3aa874bed2 core/state: rename all the AccessList receivers to 'al' (#29921) maskpp 2024-06-11 16:24:44 +08:00
  • 85587d5ef2 cmd, core: prefetch reads too from tries if requested (#29807) jwasinger 2024-06-11 01:10:07 -07:00
  • 2eb185c92b core, rlp: remove duplicated words (#29964) TinyFoxy 2024-06-10 20:55:47 +08:00
  • db273c8733 core: initialize developer genesis beacon root contract with 0 balance (#29963) jwasinger 2024-06-09 22:58:50 -07:00
  • 8bda642963 p2p: use package slices to sort in PeersInfo (#29957) Gealber Morales 2024-06-09 22:50:22 +02:00
  • 349fcdd22d p2p/discover: add missing lock when calling tab.handleAddNode (#29960) Gealber Morales 2024-06-09 22:47:51 +02:00
  • 1098d148a5 cmd/geth: remove unused param (#29952) Ha DANG 2024-06-08 18:04:16 +07:00
  • deaf10982c cmd/clef, cmd/evm: fix markdown issues in README (#29954) kukuru909 2024-06-08 20:00:53 +09:00
  • 6a49d13c13 go.mod : tidy ucwong 2024-06-06 01:48:22 +08:00
  • 4405f18519 cmd/evm/internal/t8ntool: remove unused parameter (#29930) Gealber Morales 2024-06-07 14:04:18 +02:00
  • 4461c1fc17 params: begin v1.14.6 release cycle Gary Rong 2024-06-06 21:23:44 +08:00
  • 0dd173a727 params: release Geth v1.14.5 v1.14.5 Gary Rong 2024-06-06 21:17:53 +08:00
  • 85459e1439 p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) Felix Lange 2024-06-06 15:15:22 +02:00
  • 0750cb0c8f p2p/netutil: fix comments (#29942) Hteev Oli 2024-06-06 15:56:41 +08:00
  • cbbfa3eac0 rlp: no need to repeat called len method (#29936) Marquis Shanahan 2024-06-06 15:55:38 +08:00
  • 6c518fe606 build: upgrade -dlgo version to Go 1.22.4 (#29938) Marius Kjærstad 2024-06-06 09:52:57 +02:00
  • bc6569462d p2p: use netip.Addr where possible (#29891) Felix Lange 2024-06-05 19:31:04 +02:00
  • d09ddac399 core/rawdb: remove unused deriveLogFields (#29913) Marquis Shanahan 2024-06-05 21:05:00 +08:00
  • e85e21c932 core/state, eth/tracers: fix typos (#29932) Hteev Oli 2024-06-05 17:07:37 +08:00
  • fc40d68e5b params: begin v1.14.5 release cycle Péter Szilágyi 2024-06-05 11:20:35 +03:00
  • 5550d8399f params: release Geth v1.14.4 v1.14.4 Péter Szilágyi 2024-06-05 11:06:37 +03:00
  • 125fb1ff58 core/state: avoid data race (#29924) rjl493456442 2024-06-04 20:51:34 +08:00
  • 682ae838b2 internal/ethapi: recap higher args.Gas with block GasLimit in DoEstimateGas (#29738) SangIlMo 2024-06-04 16:59:41 +09:00
  • 68c0ec0815 trie: iterate values pre-order and fix seek behavior (#27838) Roy Crihfield 2024-06-04 11:17:26 +08:00
  • adbbd8cd7b core/state: prefetch account trie while starting a prefetcher (#29919) Steven Wang 2024-06-04 11:12:24 +08:00
  • a6751d6fc8 core/rawdb,eth/protocols,p2p: prealloc slice size (#29893) tianyeyouyou 2024-06-03 20:51:04 +08:00
  • 7270cba25c log: fix a typo (#29883) miles 2024-06-03 20:50:24 +08:00
  • b36c73813c beacon/engine: prealloc capacity for map and slice (#29903) maskpp 2024-06-03 19:38:08 +07:00
  • 50405e29b7 cmd/evm/internal/t8ntool: fix a typo (#29887) HAOYUatHZ 2024-06-03 20:31:23 +08:00
  • d38b88a5a1 core/state: introduce stateupdate structure (#29530) rjl493456442 2024-06-03 19:17:12 +08:00
  • c9e0b3105b Supply delta live tracer (#29347) Chris Ziogas 2024-06-03 13:30:27 +03:00
  • d4b81f0e08 CODEOWNERS: @s1na owns core/tracing (#29899) Sina M 2024-05-31 18:40:09 +02:00
  • 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 +03:00
  • bdc62f9beb common/math: rename variable name int to n (#29890) tianyeyouyou 2024-05-31 15:25:49 +08:00
  • 5d7d48fc3e eth/gasprice: add comment to constant (#29892) yujinpark 2024-05-31 01:22:23 +09:00
  • 2262bf3415 crypto/secp256k1: change receiver variable name to lowercase (#29889) SuiYuan 2024-05-30 22:24:16 +08:00
  • e015c1116f ethdb: remove unnecessary function wrapper (#29888) SuiYuan 2024-05-30 21:23:04 +08:00
  • 6bb13e8e2b eth/catalyst: ensure TxPool is synced in Fork (#29876) Felix Lange 2024-05-29 15:56:52 +02:00
  • 2f06c1e854 cmd/devp2p: fix node.TCP -> node.UDP (#29879) hattizai 2024-05-29 21:55:51 +08:00
  • 3fef53447f build: upgrade to golangci-lint v1.59.0 (#29875) Felix Lange 2024-05-29 15:31:27 +02:00
  • 94a8b296e4 p2p/discover: refactor node and endpoint representation (#29844) Felix Lange 2024-05-29 15:02:26 +02:00
  • e26fa9e40e core/state: fix typo in comment (#29639) 牛晓婕 2024-05-29 20:44:14 +08:00
  • 2f0e63e5ac eth/downloader, eth/tracer: fix typos in comments (#29707) trillo 2024-05-29 21:43:07 +09:00
  • 06263b1b35 all: fix typos in comments (#29873) PolyMa 2024-05-29 18:24:10 +08:00
  • b8cf1636d4 accounts: fix TestUpdateKeyfileContents (#29867) Steven Wang 2024-05-29 18:12:57 +08:00
  • 153f8da887 p2p/nodestate: remove unused package (#29872) lilasxie 2024-05-29 18:11:18 +08:00
  • daf4f72077 p2p/simulations: remove stale information about docker adapter (#29874) bugmaker9371 2024-05-29 18:09:58 +08:00
  • 5534c849b6 go.mod: update a number of dependencies (#29763) Martin HS 2024-05-29 10:30:25 +02:00
  • cc22e0cdf0 p2p/discover: fix update logic in handleAddNode (#29836) lightclient 2024-05-28 13:30:17 -06:00
  • 171430c3f5 core/state: remove unused error from prefetcher trie method (#29768) jwasinger 2024-05-28 10:54:55 -07:00
  • e517183719 eth, eth/downloader: remove references to LightChain, LightSync (#29711) jwasinger 2024-05-28 10:52:08 -07:00
  • af0a3274be p2p/discover: fix crash when revalidated node is removed (#29864) Felix Lange 2024-05-28 18:13:03 +02:00
  • b88051ec83 core/rawdb, triedb/pathdb: fix freezer read-only option (#29823) rjl493456442 2024-05-28 20:41:11 +08:00
  • 61932e4710 cmd/geth: update testdata (vulncheck) (#29714) Martin HS 2024-05-28 14:16:45 +02:00
  • 871e55d93e core/state: fix typos in comments (#29767) gitglorythegreat 2024-05-28 20:10:27 +08:00
  • 42471d7a3e core/vm/runtime: set random to enable merge-opcodes (#29799) Martin HS 2024-05-28 13:45:16 +02:00
  • caafa93598 all: improve some error strings (#29842) trillo 2024-05-28 20:44:40 +09:00
  • ea6c16007c eth/tracers: clear error for non-reverting pre-homestead fail (#29824) Sina M 2024-05-28 13:12:46 +02:00
  • 513276864b eth/downloader: fix flaky test (#29852) rjl493456442 2024-05-27 22:26:55 +08:00
  • 1a4e4a4fe1 miner: fix TestBuildPayload sporadic failure (#29853) Steven Wang 2024-05-27 19:42:07 +08:00
  • 7224576fba core, eth/protocols/snap, internal/ethapi: remove redundant types (#29841) Mobin Mohanan 2024-05-27 12:09:39 +05:30
  • 7f5cc02a99 metrics: fix function comment (#29843) Wukingbow 2024-05-27 14:34:53 +08:00
  • d1d9f34e51 core/types: clarify set inclusion in comments (#29839) winterjihwan 2024-05-26 18:54:37 +09:00
  • b6474e9f90 metrics: add test for SampleSnapshot.Sum (#29831) levisyin 2024-05-24 17:34:30 +08:00
  • 64b1cd8aaf p2p: fix typos (#29828) gitglorythegreat 2024-05-24 17:33:19 +08:00
  • 08fe6a8614 metrics: fix flaky testTestExpDecaySampleNanosecondRegression (#29832) Halimao 2024-05-24 15:20:05 +08:00
  • 61b3d93bb0 p2p/enode: fix TCPEndpoint (#29827) Aaron Chen 2024-05-24 05:17:51 +08:00
  • cc9e2bd9dd p2p/enode: fix endpoint determination for IPv6 (#29801) Felix Lange 2024-05-23 14:27:03 +02:00
  • 6a9158bb1b p2p/discover: improved node revalidation (#29572) Felix Lange 2024-05-23 14:26:09 +02:00
  • 70bee977d6 metrics: fix out of range error message (#29821) Halimao 2024-05-23 18:34:34 +08:00
  • b779e469da Makefile: add fmt, update help (#29777) Mobin Mohanan 2024-05-23 15:26:32 +05:30
  • fa581766f5 eth/tracers: fix json logger for evm blocktest (#29795) Sina M 2024-05-23 10:55:54 +02:00
  • 0d4cdb3dbe internal/ethapi: fix typos (#29784) Karl Bartel 2024-05-23 10:41:51 +02:00
  • 7fd7c1f7dd eth/tracers: fix basefee context for traceBlock (#29811) Martin HS 2024-05-21 18:27:36 +02:00
  • be5df74ed5 trie: update the valid function comments (#29809) cocoyeal 2024-05-21 19:53:34 +08:00
  • 473ee8fc07 trie, eth/protocols/snap: sanitize the committed node data (#29485) rjl493456442 2024-05-16 17:58:35 +08:00
  • 7ed52c949e core: move balanceCheck addition in buyGas (#29762) zhiqiangxu 2024-05-15 20:23:24 +08:00
  • d2f00cb54e .github: upgrade to action versions with node20 (#29776) cario-dev 2024-05-14 15:46:11 +02:00
  • 8919c5c0fc core: deploy EIP-4788 contract in dev mode genesis (#29655) 0xbeny 2024-05-14 17:04:32 +04:00
  • be3284373f core/state: remove useless operation (#29769) rjl493456442 2024-05-14 20:54:49 +08:00
  • 5b3e3cd2be tests: update tests (#29730) rjl493456442 2024-05-13 21:34:29 +08:00
  • 2ac83e197b core/state: blocking prefetcher on term signal, parallel updates (#29519) Péter Szilágyi 2024-05-13 15:47:45 +03:00
  • 44a50c9f96 cmd, core, params, trie: add verkle access witness gas charging (#29338) Guillaume Ballet 2024-05-10 20:13:11 +02:00
  • 47af69c2bc core, beacon, ethdb: fix typos (#29748) Hteev Oli 2024-05-11 01:48:14 +08:00
  • 603fd898d4 event: fix typo (#29749) cocoyeal 2024-05-11 01:44:07 +08:00