Commit Graph

  • d3c4466edd core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie (#29313) rjl493456442 2024-04-16 15:05:36 +08:00
  • ef5ac3fb7a eth/filters: enforce topic-limit early on filter criterias (#29535) Martin HS 2024-04-15 17:35:35 +02:00
  • 67422e2a56 p2p/nat: fix typos in comments (#29536) Seungbae Yu 2024-04-15 21:58:17 +09:00
  • 84b12df09e core/rawdb: add sanity-limit to header accessor (#29534) Martin HS 2024-04-15 14:54:51 +02:00
  • 3705acd1a9 cmd/utils: fix typo in comment (#29528) yudrywet 2024-04-15 14:40:42 +08:00
  • b179b7b8e7 all: remove duplicate word in comments (#29531) Abirdcfly 2024-04-15 14:34:31 +08:00
  • bd91810462 cmd: fix some typos in readmes (#29405) forestkeeperio.eth 2024-04-11 05:06:49 -06:00
  • b9010f3e87 rpc: fix comment grammar (#29507) Newt6611 2024-04-11 16:30:15 +08:00
  • 9dcf8aae47 eth/protocols/snap: skip retrieval for completed storages (#29378) rjl493456442 2024-04-10 17:02:45 +08:00
  • 34aac1d756 all: use big.Sign to compare with zero (#29490) Aaron Chen 2024-04-09 18:14:30 +08:00
  • f202dfdd47 core/tracing: add changelog (#29388) Sina M 2024-04-09 12:12:02 +02:00
  • 0bbd88bda0 all: use timer instead of time.After in loops, to avoid memleaks (#29241) Bin 2024-04-09 14:51:54 +08:00
  • 1126c6d8a5 core: add txlookup lock (#29343) rjl493456442 2024-04-09 14:37:18 +08:00
  • 3caf617dcd core/vm: move bls precompiles to correct addresses (#29445) cui 2024-04-09 14:33:36 +08:00
  • f447de936c rlp: replace reflect.PtrTo with reflect.PointerTo (#29488) Mohanson 2024-04-09 14:27:13 +08:00
  • 70bf94c34e internal, signer/core: replace path.Join with filepath.Join (#29489) Aaron Chen 2024-04-09 14:22:53 +08:00
  • c170cc0ab0 core/vm: reject contract creation if the storage is non-empty (#28912) rjl493456442 2024-04-08 21:48:37 +08:00
  • 3c75c64e6b core: fix typo (#29438) seayyyy 2024-04-08 19:02:56 +08:00
  • c3465cb5ba core: fix dev mode genesis difficulty (#29469) Sina M 2024-04-08 13:01:22 +02:00
  • ed4bc7f27b all: replace fmt.Errorf() with errors.New() if no param required (#29472) Aaron Chen 2024-04-08 18:59:17 +08:00
  • cfc7d06cc9 signer/core/apitypes: use slices.Contains (#29474) Aaron Chen 2024-04-08 18:58:37 +08:00
  • 0dc09da7db all: replace path.Join with filepath.Join (#29479) imalasong 2024-04-08 17:29:49 +08:00
  • 7aafad2233 core/vm: better error-info for vm errors (#29354) Martin HS 2024-04-06 12:22:55 +02:00
  • 8876868bb8 log: default JSON log handler should log all verbosity levels (#29471) Roberto Bayardo 2024-04-06 03:17:41 -07:00
  • ccb76c01d7 eth/tracers: use slices.Contains (#29461) Aaron Chen 2024-04-06 18:16:25 +08:00
  • 74995bf8a1 all: use slices.Contains (#29459) Aaron Chen 2024-04-06 18:05:06 +08:00
  • cc348a601e common/prque: fix godoc comments (#29460) georgehao 2024-04-06 17:09:30 +08:00
  • 4458905f26 signer/core/apitypes: fix apitypes breakage due to bitrotted PR (#29470) Martin HS 2024-04-05 21:01:39 +02:00
  • 7ee9a6e89f signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) Martin HS 2024-04-05 19:29:44 +02:00
  • 35fcf9c52b beacon/types: enforce fork order based on known forks list (#29380) Felföldi Zsolt 2024-04-04 16:30:27 +02:00
  • 15ff066a24 trie/utils: change Div+Mod to DivMod (#29413) Aaron Chen 2024-04-04 21:52:38 +08:00
  • e3bdd84e98 core/txpool: repair the limbo Billy too on unclean shutdowns (#29451) Péter Szilágyi 2024-04-04 16:51:10 +03:00
  • a851e39cbe core/types: use new atomic types in caches (#29411) lmittmann 2024-04-04 15:50:31 +02:00
  • 9cb8de8703 internal/debug: convert legacy log level value in debug_verbosity (#29356) lightclient 2024-04-04 06:26:10 -04:00
  • 9dfe728909 p2p/discover: using slices.Contains (#29395) cui 2024-04-04 18:24:49 +08:00
  • 8bd0334168 crypto/signify: close tmp key file in test (#29444) guangwu 2024-04-04 18:20:54 +08:00
  • 2e0c5e05ba p2p/dnsdisc: using clear builtin func (#29418) cui 2024-04-04 18:19:48 +08:00
  • eea0acc549 log: using maps.Clone (#29392) cui 2024-04-04 17:59:54 +08:00
  • 6b39e9236c beacon/engine: using slices.Contains (#29396) cui 2024-04-04 17:58:44 +08:00
  • 1f8f1377e6 build: upgrade -dlgo version to Go 1.22.2 (#29448) Marius Kjærstad 2024-04-04 11:00:27 +02:00
  • 7bb3fb1481 eth: simplify peer counting logic (#29420) cui 2024-04-03 14:08:52 +08:00
  • dfb3d46098 p2p: add inbound and outbound peers metric (#29424) Ng Wei Han 2024-04-03 03:18:28 +08:00
  • a83e57666d eth/fetcher: using slices.Contains (#29383) cui 2024-04-03 03:17:34 +08:00
  • 12dcc162d0 common/lru: use clear builtin (#29399) cui 2024-04-02 21:45:25 +08:00
  • ab6419ccd8 core/state: use maps.Clone (#29365) cui 2024-04-02 20:56:12 +08:00
  • fe0bf325a6 cmd/evm: reopen the statedb for dumping (#29437) rjl493456442 2024-04-02 20:25:06 +08:00
  • 0bd03dbc55 eth/filter: using atomic.Pointer instead of atomic.Value (#29435) cui 2024-04-02 17:25:57 +08:00
  • e63f992fed rpc: fix ipc max path size (#29385) Miles Chen 2024-04-02 17:25:19 +08:00
  • 31e63fcf66 rlp: using maps.Clone (#29434) cui 2024-04-02 16:47:15 +08:00
  • fde90443a4 log: replace the outdated link (#29412) carehabit 2024-04-02 15:05:53 +08:00
  • 8c5576b1ac eth/tracers: fix base fee and set blob fee in tests (#29376) Delweng 2024-04-01 20:53:56 +08:00
  • 6c9f702982 core/types: using maps.Clone (#29398) cui 2024-04-01 11:45:56 +08:00
  • c39d00e316 trie: using maps.Clone (#29419) cui 2024-04-01 11:42:50 +08:00
  • a3829178af eth/tracers/js: consistent name for method receivers (#29375) Brandon Liu 2024-03-29 00:35:40 +08:00
  • 0183c7ad82 eth/tracers/logger: using maps.Equal (#29384) cui 2024-03-28 21:09:21 +08:00
  • 7481398a24 core/state: using slices.Clone (#29366) cui 2024-03-28 19:13:41 +08:00
  • 3754a6cc92 p2p/dnsdisc: using maps.Copy (#29377) cui 2024-03-28 19:07:38 +08:00
  • 3b77e0ff4b core: remove unused code (#29381) rjl493456442 2024-03-28 19:06:57 +08:00
  • 7aba6511b0 ethdb/dbtest: replace reflect.DeepEqual with slices.Equal (#29382) cui 2024-03-28 19:06:44 +08:00
  • 767b00b0b5 t8ntool: add optional call frames to json logger (#29353) Sina M 2024-03-27 16:12:57 +01:00
  • fa5019de19 accounts/keystore: fix typos in comments (#29336) crazeteam 2024-03-27 20:16:29 +08:00
  • 8bb8f23bb2 beacon/engine: Fix json param name in GetClientVersionV1 (#29351) Pawan Dhananjay 2024-03-27 17:45:57 +05:30
  • 304879da20 eth/protocols/snap: check storage root existence for hash scheme (#29341) rjl493456442 2024-03-27 09:35:33 +08:00
  • da7469e5c4 core: add an end-to-end verkle test (#29262) Guillaume Ballet 2024-03-26 21:25:41 +01:00
  • 723b1e36ad all: fix mismatched names in comments (#29348) Aaron Chen 2024-03-27 04:01:28 +08:00
  • 58a3e2f180 core/state: perform updates before deletions when mutating tries (#29201) jwasinger 2024-03-26 07:21:39 -07:00
  • 1dd898c24e tests: fix panic via state test runner using json logger (#29349) Martin HS 2024-03-26 15:04:15 +01:00
  • f2a6ac17b2 eth/catalyst: fix flaw in withdrawal-gathering in simulated beacon (#29344) Aaron Chen 2024-03-26 19:26:44 +08:00
  • 738b5a586e Removes some leftover err check (#29339) Matthieu Vachon 2024-03-26 00:01:13 -04:00
  • 100c0f47de beacon/blsync: fixed blsync command line params (#29335) Felföldi Zsolt 2024-03-25 20:28:55 +01:00
  • eda9cb7b36 beacon/light/api: improve handling of event stream setup failures (#29308) Felix Lange 2024-03-25 20:27:50 +01:00
  • 5cea7a6230 ethclient/simulated: clean up Node resources when simulated backend is closed (#29316) Roberto Bayardo 2024-03-25 10:03:44 -07:00
  • 14cc967d19 all: remove dependency on golang.org/exp (#29314) Martin HS 2024-03-25 07:50:18 +01:00
  • ae47004487 eth: fix typo (#29320) deterclosed 2024-03-25 10:16:44 +08:00
  • 6f1fb0c29f metrics/influxdb: skip float64-precision-dependent tests on arm64 (#29047) Nathan 2024-03-24 20:51:34 +08:00
  • 064f37d6f6 eth/tracers: live chain tracing with hooks (#29189) Sina M 2024-03-22 18:53:53 +01:00
  • 38eb8b3e20 all: fix docstrings (#29311) George Ma 2024-03-22 20:29:12 +08:00
  • d9bde37ac3 log: use native log/slog instead of golang/exp (#29302) Martin HS 2024-03-22 13:17:59 +01:00
  • 6490d9897a cmd, triedb: implement history inspection (#29267) rjl493456442 2024-03-22 20:12:10 +08:00
  • f46fe62c5d triedb/hashdb: Avoid setting db.cleans on Close (#29309) Darioush Jalali 2024-03-22 04:38:24 -07:00
  • 14eb8967be all: use min/max/clear from go1.21 (#29307) Martin HS 2024-03-21 13:50:13 +01:00
  • bca6c40709 beacon/blsync: support for deneb fork (#29180) Felix Lange 2024-03-20 19:22:44 +01:00
  • 04bf1c802f eth/protocols/snap, internal/testlog: fix dataraces (#29301) Martin HS 2024-03-20 15:22:52 +01:00
  • 8f7fbdfedc core: refactor consensus interface (#29283) Marius van der Wijden 2024-03-20 14:58:47 +01:00
  • 0444388c74 core/txpool/blobpool: calculate log1.125 faster (#29300) Aaron Chen 2024-03-20 21:51:05 +08:00
  • 78c102dec5 core: skip the check the statefulness of head block in repair (#29245) rjl493456442 2024-03-20 20:11:30 +08:00
  • 22ac46cbdb Makefile: update PHONY directive (#29296) imalasong 2024-03-20 20:09:46 +08:00
  • 9a7e6ce6f5 cmd/evm: fix flag-mismatch from #29290 (#29298) Martin HS 2024-03-20 10:38:30 +01:00
  • de08f3d625 cmd/evm: make staterunner always output stateroot to stderr (#29290) Martin HS 2024-03-20 09:12:58 +01:00
  • 0ceac8d00e metrics: fix docstrings (#29279) georgehao 2024-03-20 15:51:45 +08:00
  • 45b88abbde all: fix typos (#29288) miles 2024-03-20 15:49:38 +08:00
  • 6f929a0762 core/asm: minor code-clarification (#29293) zgfzgf 2024-03-20 15:46:50 +08:00
  • 4c1b57856f miner: modify header before checking time-based fields (#29242) buddho 2024-03-19 22:23:55 +08:00
  • eda9c7e36f accounts/abi/bind: check invalid chainID first (#29275) Tien Nguyen 2024-03-19 20:05:31 +07:00
  • 6b3d4d068a beacon/light/sync: fix typo in comment (#29256) bitcoin-lightning 2024-03-19 21:05:06 +08:00
  • ac6060a4c6 log: replace tmp with bytes.Buffer.AvailableBuffer (#29287) Aaron Chen 2024-03-19 18:25:30 +08:00
  • 15eb9773f9 triedb/pathdb: improve tests (#29278) rjl493456442 2024-03-19 10:50:08 +08:00
  • ab49f228ad all: update to go version 1.22.1 (#28946) Martin HS 2024-03-18 17:36:50 +01:00
  • c611924727 go.mod: update protobuf (#29270) Martin HS 2024-03-18 08:13:55 +01:00
  • ba2dd9385c accounts/abi/bind: remove unused err set and check (#29269) SanYe 2024-03-15 17:46:22 +08:00