Commit graph

  • 553183e5de
    core, eth, node: use sync write option in pebble (#31519) rjl493456442 2025-04-03 22:03:03 +0800
  • 49f0d49e89
    cmd/devp2p/internal/v5test: log test descriptions (#31551) Felix Lange 2025-04-03 15:58:37 +0200
  • a0620f114c
    eth: fix calls to HistoryPruningCutoff (#31552) Felix Lange 2025-04-03 15:44:07 +0200
  • fbc32aa9b1 eth: fixup Felix Lange 2025-04-03 15:36:58 +0200
  • 0ce8fe3fd4 internal/ethapi: fixup Felix Lange 2025-04-03 15:28:51 +0200
  • fb06503da5 eth: fix calls to HistoryPruningCutoff Felix Lange 2025-04-03 15:25:36 +0200
  • db9be56bab
    build: upgrade to golangci-lint v2 (#31530) Mobin Mohanan 2025-04-03 18:48:35 +0530
  • 90d44e715d
    core, eth/downloader: implement pruning mode sync (#31414) rjl493456442 2025-04-03 21:16:35 +0800
  • 66d166d59b fix: dasigners; add UT MiniFrenchBread 2025-04-03 19:21:44 +0800
  • 8bbdfd76de
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-04-03 18:59:59 +0800
  • 4a929c354b cmd/devp2p/internal/v5test: log test descriptions Felix Lange 2025-04-03 12:10:37 +0200
  • f464eb4e78 make test failure code more succinct Jared Wasinger 2025-04-02 23:14:07 +0200
  • 1a700027ce fix lint Jared Wasinger 2025-04-02 22:37:31 +0200
  • 32a5f9b535 internal/testlog: add a comment about stripping of the timestamp in the unit test Jared Wasinger 2025-04-02 21:17:56 +0200
  • 8c2236e586 internal/testlog: refactor test-case to be table-driven. adapt the test-logger to take T as an interface to enable log output capture in the unit test. Jared Wasinger 2025-04-02 21:17:09 +0200
  • 8f1a56bb4e fix example test case Jared Wasinger 2025-04-01 23:17:13 +0200
  • dc5cd6e350 remove unused, broken method Jared Wasinger 2025-04-01 22:55:56 +0200
  • fbe86e3494 internal/testlog: when instantiating new logger via With, set logger handler reference as the bufHandler in the newly-instantiated logger instead of copying from parent Jared Wasinger 2025-04-01 22:28:54 +0200
  • 8b9df8dd26 feat: register custom precompiles MiniFrenchBread 2025-04-03 15:59:17 +0800
  • 22c0605b68
    eth/protocols/eth: improve over/underflow handling in GetBlockHeaders (#31522) antonis19 2025-04-03 06:35:52 +0200
  • d482b2fdb4
    add non congested gas fee to fee history (#1163) georgehao 2025-04-03 11:46:07 +0800
  • 2ed3570432
    Update verkle_witness_test.go Ragnar 2025-04-03 01:01:57 +0200
  • caae799397
    Update state_transition.go Ragnar 2025-04-03 00:59:04 +0200
  • 8d57f9c03e
    Update contract.sol Ragnar 2025-04-03 00:58:34 +0200
  • 0427856858
    Merge branch 'ethereum:master' into master crStiv 2025-04-03 01:22:36 +0300
  • d6b4c96bf1
    fix: ignore key-not-found errors in testWitness (#1164) Ömer Faruk Irmak 2025-04-03 01:18:49 +0300
  • e6098437a6
    all: fix typos in docs and comments (#31548) fuder.eth 2025-04-02 22:52:40 +0300
  • 1acea95664
    eth/downloader: revert change in copyright date lightclient 2025-04-02 13:50:38 -0600
  • 0c8c392801
    Update guide_test.go fuder.eth 2025-04-02 19:51:56 +0200
  • 485008a02b
    Update skeleton.go fuder.eth 2025-04-02 19:51:34 +0200
  • d89a19057c
    Update eest.go fuder.eth 2025-04-02 19:50:58 +0200
  • df464aa12d
    Update README.md fuder.eth 2025-04-02 19:50:32 +0200
  • 276f89868c
    Update rules.md fuder.eth 2025-04-02 19:50:03 +0200
  • 82f01f9f24
    README: fixup typos (#31540) owen 2025-04-02 20:19:25 +0300
  • de073c2027 go.mod: tidy Marius van der Wijden 2025-04-02 18:54:34 +0200
  • 3927f6bfa6 Merge remote-tracking branch 'origin/master' into eof-opcodes Marius van der Wijden 2025-04-02 17:56:02 +0200
  • 2465e7088e cmd/devp2p/internal/ethtest: update test name Felix Lange 2025-04-02 17:39:06 +0200
  • 6952d7b878 fix handleWhoareyou thinkAfCod 2025-04-02 23:36:11 +0800
  • 40be7ab5e3 p2p/discover/v5wire: change comment Felix Lange 2025-04-02 17:34:19 +0200
  • 73d67bd768 p2p/discover/v5wire: use head.IV because it's shorter Felix Lange 2025-04-02 17:17:09 +0200
  • 64a054b06b p2p/discover/v5wire: fix test Felix Lange 2025-04-02 17:16:58 +0200
  • 31e7ab4be6 cmd/devp2p/internal/v5test: adapt handshake test for whoareyou resend Felix Lange 2025-04-02 17:06:26 +0200
  • fe04648fc4 p2p/discover: use Whoareyou.ChallengeData instead of storing encoded packet Felix Lange 2025-04-02 17:04:00 +0200
  • 2836c12d66
    fix precompiles addresses Jeremy Letang 2025-04-02 15:47:48 +0100
  • 9fe2530d3a Merge branch 'gethmaster' into gethintegration Chen Kai 2025-04-02 21:24:51 +0800
  • bbe9809b12
    fix: check ancient header hash after decoding (#1162) Ömer Faruk Irmak 2025-04-02 16:17:42 +0300
  • eab7b5b092 common: deprecated CopyBytes Felix Lange 2025-04-02 15:17:24 +0200
  • 9118e46bb8 fix lint format thinkAfCod 2025-04-02 20:12:07 +0800
  • 4a5923668a p2p/discover: send a packet and not wait for a response thinkAfCod 2025-03-29 15:40:15 +0800
  • d2176f463b
    p2p/discover: pass node instead of node ID to TALKREQ handler (#31075) thinkAfCod 2025-04-02 20:56:21 +0800
  • f0e03a7842
    p2p/nat: fix external port logging Csaba Kiraly 2025-04-02 13:55:16 +0200
  • 3e4fbce034
    p2p/discover: repeat exact encoding when resending WHOAREYOU packet (#31543) thinkAfCod 2025-04-02 19:47:44 +0800
  • 66e3b383d4 p2p/discover: panic instead of error log for missing node Felix Lange 2025-04-02 13:26:25 +0200
  • 3b4fd32f94 p2p/discover/v5wire: update panic message Felix Lange 2025-04-02 13:22:24 +0200
  • e0e33a6522 p2p/discover: add param names for documentation in interface Felix Lange 2025-04-02 13:21:24 +0200
  • df865cb868 p2p/discover: fix test Felix Lange 2025-04-02 13:18:40 +0200
  • 220a8cf423 p2p/discover: remove commented code Felix Lange 2025-04-02 13:08:17 +0200
  • 2251ceebd0 p2p/discover: add comment Felix Lange 2025-04-02 13:07:28 +0200
  • 9de65574bd p2p/discover/v5wire: remove variable Felix Lange 2025-04-02 13:05:08 +0200
  • b21d178e08
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-04-02 18:55:03 +0800
  • 4491331890
    log: Change "Sanitizing fee history length" from WARN to INFO GarmashAlex 2025-04-02 13:36:55 +0300
  • d5275fa798 feat: set mint cap MiniFrenchBread 2025-04-02 18:26:10 +0800
  • 6487e737ea p2p/discover: simplify Felix Lange 2025-04-02 12:16:45 +0200
  • 9b74d7912e p2p/discover/v5wire: use Encoded field of Whoareyou Felix Lange 2025-04-02 12:08:09 +0200
  • 18fbd2a814 feat: wrapped a0gi base precompile MiniFrenchBread 2025-04-02 17:30:59 +0800
  • 776c02e534 session will cache node thinkAfCod 2025-03-18 22:21:03 +0800
  • c5e94b67db p2p/discover: cache raw bytes of whoareyou packet thinkAfCod 2025-04-02 16:57:46 +0800
  • ca79cd0b46
    p2p/nat: fix log message Csaba Kiraly 2025-04-01 23:12:28 +0200
  • 343277d9a1
    p2p/nat: addAnyPortMapping now replaces addPortMapping Csaba Kiraly 2025-04-01 22:08:46 +0200
  • 12c17e344d
    p2p/nat: addAnyPortMapping should have the same semantics over clients Csaba Kiraly 2025-04-01 01:09:39 +0200
  • 19f33ebeac
    p2p: delete port mappings abandoned by geth qqqeck 2024-08-09 17:33:29 +0900
  • ca78b84407
    p2p/nat: remove forceful port mapping in upnp qqqeck 2024-08-05 13:43:27 +0900
  • ee30681a8d
    core/txpool: add GetMetadata to transaction pool (#31433) minh-bq 2025-04-02 14:47:56 +0700
  • 29828281c3 remove korean comment rrhlrmrr 2025-04-02 16:34:51 +0900
  • 0b83e096a8 fix:Log events are not found rrhlrmrr 2025-04-02 16:33:44 +0900
  • 993d08cc3a
    Merge pull request #931 from XinFinOrg/fix-docker-warning Wanwiset Peerapatanapokin 2025-04-02 11:19:42 +0400
  • a9e6c8daae
    triedb/pathdb: improve perf by separating nodes map (#31306) Ng Wei Han 2025-04-02 15:06:54 +0800
  • c8b9013ac6 feat: dasigners precompile MiniFrenchBread 2025-03-27 06:28:19 +0800
  • eca91aa939 refactor: stateful precompiles MiniFrenchBread 2025-03-25 05:39:15 +0800
  • 6f3bb41e10 feat: refactor precompiles MiniFrenchBread 2025-03-25 05:04:43 +0800
  • 20830ec86b triedb/pathdb: polish code Gary Rong 2025-03-04 16:35:33 +0800
  • 5afd54abb3 pathdb: improve perf by separating nodes map weiihann 2025-03-03 13:54:58 +0800
  • d39b80e5c9 core/txpool/blobpool: add read lock Gary Rong 2025-04-02 07:58:20 +0800
  • 2a341854c7 core/txpool/blobpool: prevent panic in case of nil pointer Gary Rong 2025-03-25 14:16:21 +0800
  • 52aef17fd3 core/txpool, eth: polish Gary Rong 2025-03-25 14:13:30 +0800
  • 10f20d8f62 core/txpool: add GetMetadata to transaction pool Bui Quang Minh 2025-03-19 15:25:26 +0700
  • f8209e451a
    Update README.md owen 2025-04-02 02:38:13 +0300
  • 27554b8024 cmd/geth: set trie,gc and other cache flags for import chain jsvisa 2025-04-01 16:43:21 +0000
  • b85330ab28
    build: upgrade -dlgo version to Go 1.24.2 levisyin 2025-04-02 00:41:29 +0800
  • 8e8d10ac6c core/state, trie: implement stateless transition Guillaume Ballet 2025-03-31 09:41:55 +0200
  • e050c6283c print raw in discv5 and resend the cached encoded challenge raw thinkAfCod 2025-04-01 23:23:58 +0800
  • 2e192a858d
    Update remotedb.go Ocenka 2025-04-01 15:27:05 +0100
  • 4c2490c314
    Update remotedb.go Ocenka 2025-04-01 15:20:06 +0100
  • d342f76232
    accounts/abi/abigen: fix a flaky bind test case NewSingleStructArgument (#31501) Delweng 2025-04-01 22:13:37 +0800
  • 7487fda0ab
    format georgehao 2025-04-01 22:11:32 +0800
  • 4cee881267
    format georgehao 2025-04-01 22:10:21 +0800
  • a70b8692d9
    address comments georgehao 2025-04-01 22:09:26 +0800
  • f6d4ab253d fix test compilation Jared Wasinger 2025-03-30 16:34:34 +0200
  • 8004be1bdb accounts/abi: wait for tx to be mined jsvisa 2025-03-26 23:52:42 +0800
  • 31973e5aa1 accounts/abi: trim whitespace jsvisa 2025-03-26 23:47:34 +0800