Commit graph

  • 9d0913ede9 fix: flaky test lilasxie 2024-06-01 11:31:44 +0800
  • 780e13b201 WIP: fix flaky TestDisable lilasxie 2024-06-01 10:50:47 +0800
  • a52979dc01 eth/catalyst: move manual txpool.Sync invocation into zero-period block sealing loop, and out of fcu Jared Wasinger 2024-06-27 19:14:30 -0700
  • 6d70e520e4 Fix typo in json file donzoru 2024-06-28 00:19:23 +0800
  • 156faa7239
    Update docs/developers/evm-tracing/live-tracing.md Sina M 2024-06-27 16:54:45 +0200
  • 86c37a9075
    fix some tests (#857) HAOYUatHZ 2024-06-27 22:30:08 +0800
  • 7521019618 Add built-in supply tracer info Sina Mahmoodi 2024-06-27 15:20:45 +0200
  • b6a17e33f1
    fix some trie tests (#833) HAOYUatHZ 2024-06-27 21:09:20 +0800
  • 045b9718d5
    trie: relocate state execution logic into pathdb package (#29861) rjl493456442 2024-06-27 20:30:39 +0800
  • 8d1fd3756f
    website: clarify prestate tracer diffMode A_A 2024-06-27 14:25:21 +0200
  • 269e80b07e
    eth/tracers,trie: remove unnecessary check (#30071) Halimao 2024-06-27 17:29:50 +0800
  • f461188741
    website: fix kurtosis cmd (#30070) shwang 2024-06-27 11:21:50 +0200
  • 6adf7b9089 eth/gasprice: remove default from config Marius van der Wijden 2024-06-27 09:28:34 +0200
  • 0b7b553072 change to use hash maskpp 2024-06-27 15:06:49 +0800
  • d04260af0a trie: move state revert logic into pathdb Gary Rong 2024-05-24 14:00:26 +0800
  • bf289e89ea
    Merge pull request #563 from gzliudan/fix-issue-377 Daniel Liu 2024-06-27 14:10:51 +0800
  • 76ab0b5115 eth/downloader: fix issue #277 Daniel Liu 2024-06-27 12:51:47 +0800
  • b3e0f70a33 eth/downloader: minor typo fixes in comments (#21035) Guillaume Ballet 2020-05-06 15:35:04 +0200
  • 0673fa1176 eth/downloader: fix possible data race by inconsistent field protection (#20690) Boqin Qin 2020-02-25 17:44:21 +0800
  • 797cb2a7e7 default gas price flag Jeffery Walsh 2024-06-26 13:55:41 -0700
  • 49592effee common/hexutil: use assembly hex encoder on amd64 Péter Szilágyi 2024-06-26 22:53:34 +0300
  • ff4fdf70b6 cmd/evm: Add isStateTest flag to env Mario Vega 2024-06-26 16:14:45 +0000
  • 418bc6f728
    feat: rename next upgrade to Darwin (#863) Péter Garamvölgyi 2024-06-26 14:54:36 +0200
  • 574ebf82bb
    fix: add missing CA certificates to Dockerfile.mockccc (#861) Jonas Theis 2024-06-26 17:41:15 +0800
  • a83c05c9c4
    sync rollup_sync_service fixes (#860) HAOYUatHZ 2024-06-26 17:38:00 +0800
  • b521e62626
    update scroll-mainnet CurieBlock (#859) HAOYUatHZ 2024-06-26 17:07:59 +0800
  • 360bc1ed5e
    update summarizeBadBlock (#858) HAOYUatHZ 2024-06-26 16:40:15 +0800
  • f805f61f6d feat: add snapshot multiversion cache will@2012 2024-06-26 16:16:33 +0800
  • a98efc74a8
    website: fix blsync images (#30072) Sina M 2024-06-26 09:47:41 +0200
  • 2e02d01609 Merge branch 'website' into docs/blsync Sina Mahmoodi 2024-06-26 09:46:42 +0200
  • 4b2012cef6 Merge branch 'docs/blsync' of github.com:s1na/go-ethereum into docs/blsync Sina Mahmoodi 2024-06-26 09:44:37 +0200
  • 15732484c2 blsync: add iamges Sina Mahmoodi 2024-06-26 09:44:04 +0200
  • 50a6bc6f42
    feat: make descartes a timestamp based fork (#852) Ömer Faruk Irmak 2024-06-26 07:35:04 +0300
  • c544f2e01b refactor: remove unnecessary check Halimao 2024-06-26 10:39:09 +0800
  • aa84b0581f fix kurtosis cmd shufan 2024-06-25 18:34:52 +0200
  • 9298d2db88
    trie/trienode: remove unnecessary check in Summary (#30047) maskpp 2024-06-25 21:45:33 +0800
  • 8a47173856
    website: add page on blsync (#30057) Sina M 2024-06-25 15:16:40 +0200
  • 8a19c2e443
    Merge branch 'master' into upgrade_newPriceHeap maskpp 2024-06-25 20:46:57 +0800
  • 1b2082942a change to use slices.SortFunc maskpp 2024-06-25 20:45:41 +0800
  • 1e091a6643
    Update blsync.md Felix Lange 2024-06-25 14:22:33 +0200
  • 98b5930d2d
    core/txpool/blobpool: avoid use *map as parameter. (#30048) maskpp 2024-06-25 20:19:04 +0800
  • a19bdff959
    feat(ccc): reuse a buffer for json encoding (#855) HAOYUatHZ 2024-06-25 20:18:47 +0800
  • ed8fd0ac09
    all: stateless witness builder and (self-)cross validator (#29719) jwasinger 2024-06-25 04:48:08 -0700
  • e1dd112c48 all: simplify witness and integrate it into live geth Péter Szilágyi 2024-06-19 11:51:27 +0300
  • 46544fe1fe
    Update docs/fundamentals/blsync.md Sina M 2024-06-25 12:16:21 +0200
  • 0eeb9c0894
    Update docs/fundamentals/blsync.md Sina M 2024-06-25 12:16:06 +0200
  • 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
  • e4914004fa check error Dror Tirosh 2024-06-25 12:09:45 +0300
  • 12089354ca
    refactor dev genesis (#10) Dror Tirosh 2024-06-25 10:54:13 +0300
  • b9aff2d86e fix: deleted account maybe recover by scanAccounts if process meanwhile Halimao 2024-06-25 15:21:08 +0800
  • 22a1da1c65 fix: reduce test round to fix the flaky test Halimao 2024-06-25 12:04:28 +0800
  • 459324c41d
    perf(poseidon): eliminate heap allocations in poseidon (#853) HAOYUatHZ 2024-06-25 11:33:50 +0800
  • acf7af3603 add protoc include dir flag back to invocation. Jared Wasinger 2024-06-24 17:48:40 -0700
  • 50d37537be
    p2p: revert use of ticker in ping loop lilasxie 2024-06-25 08:32:04 +0800
  • 84dc1fc456 Create BatchFilterLogs; Test ilia 2024-06-25 02:45:45 +0300
  • 348f319b39
    build(deps): bump github.com/hashicorp/go-retryablehttp dependabot[bot] 2024-06-24 22:13:37 +0000
  • a6d9f4357d
    build(deps): bump github.com/hashicorp/go-retryablehttp dependabot[bot] 2024-06-24 22:13:29 +0000
  • b7c94040d7
    cmd/blsync: use debug.Setup for logging configuration lightclient@protonmail.com 2024-06-24 14:03:03 -0600
  • 6ee22a622c
    codeowners: add self to relevant packages lightclient@protonmail.com 2024-06-24 12:12:09 -0600
  • 4515cd3b9f refactor: use go ticker instead of timer lilasxie 2024-06-24 22:49:38 +0800
  • 4cf3f2d508
    website: remove LES page (#30055) Sina M 2024-06-24 16:39:42 +0200
  • 32c9405afa
    core/rawdb: log ancient pruner offset Manav Darji 2024-06-24 17:33:17 +0530
  • 7da0bd5480
    feat: delay Scroll mainnet Curie block by 6 days (#850) Péter Garamvölgyi 2024-06-24 11:26:47 +0200
  • 9204dc4210
    fix(txJSON): L1 message type MarshalJSON (#849) HAOYUatHZ 2024-06-24 15:18:43 +0800
  • 2f8a324213 correct output package name Jared Wasinger 2024-06-23 19:22:02 -0700
  • 7435b73d31 add generated files Jared Wasinger 2024-06-23 19:13:14 -0700
  • 24ae46363b accounts/usbwallet/trezor: upgrade to generate with protoc 27.1 Jared Wasinger 2024-06-23 19:10:24 -0700
  • 02a6b64718
    update CurieBlock for scrol- mainnet & scroll-sepolia (#848) HAOYUatHZ 2024-06-23 21:55:40 +0800
  • d77d102fbd Add page on blsync Sina Mahmoodi 2024-06-23 15:32:38 +0200
  • efddad4d32 les: remove page Sina Mahmoodi 2024-06-23 13:18:18 +0200
  • b20fe588f8 core/rawdb: use go ticker instead of timer htiennv 2024-06-23 16:29:04 +0700
  • 757a7fea00 refactor: using t.TempDir() to simplify test temp dir manager Halimao 2024-06-23 16:07:54 +0800
  • cef3a9a762 fix: TestWalletNotifications checkEvents Halimao 2024-06-23 15:55:28 +0800
  • a4b7a65ac9 upgrade newPriceHeap maskpp 2024-06-22 19:45:57 +0800
  • e1be14f99c upgrade newPriceHeap maskpp 2024-06-22 19:41:44 +0800
  • 4e6a44fb89 feat: add state content key fearlseefe 2024-06-18 17:31:00 +0800
  • 3380423825 add hash check in transaction unmarshalling umi 2024-06-22 18:30:00 +0800
  • ec6915d9b6
    ci: add github action to replace import_path and release (#847) HAOYUatHZ 2024-06-22 15:57:22 +0800
  • e68e06b796 fix a carp maskpp 2024-06-22 12:02:22 +0800
  • 0720324f56 Map types are reference types maskpp 2024-06-22 11:58:05 +0800
  • 0f8632ed9b
    Merge branch 'ethereum:master' into portal Chen Kai 2024-06-22 11:39:03 +0800
  • c8db8b785d remove unnecessary check maskpp 2024-06-22 10:58:12 +0800
  • b228a47491
    bump version to v1.3.4-beta2 Manav Darji 2024-06-21 21:01:59 +0530
  • 360e4ff07a fix: read from snap error should continue to read from db Halimao 2024-06-21 21:35:51 +0800
  • 517e5b4b07
    Support arm64 dedicated workflow (#841) sbaizet 2024-06-21 15:34:06 +0200
  • a71f6f91fd
    p2p/discover: improve flaky revalidation tests (#30023) Halimao 2024-06-21 21:29:07 +0800
  • 91cd4a8c8b
    add api calls to bor grpc Anshal Shukla 2024-06-21 17:45:05 +0530
  • f40dca0b80
    fix: do not attempt to free nil rust trace (#845) Ömer Faruk Irmak 2024-06-21 14:29:05 +0300
  • 2fcb90b5bb log: remove unnecessary log level Amir Mohammadi 2024-06-21 13:15:31 +0330
  • 4a397df329 log: format output Amir Mohammadi 2024-06-21 13:09:57 +0330
  • aafca83598
    fix: free rust traces that never make it to CCC (#844) Ömer Faruk Irmak 2024-06-21 12:39:43 +0300
  • e7ebe92f27 Merge branch 'master' into ulerdogan-secp256r1 Ulaş Erdoğan 2024-06-21 12:24:37 +0300
  • 140ee32dbf core/state/snapshot: verify account in range at interruption point Gary Rong 2024-06-21 16:03:32 +0800
  • d86b650e54 all: add stateless verifications Jared Wasinger 2024-05-19 21:16:11 -0700
  • c10ac4f48f
    Revert "core/state/snapshot: tiny fixes" (#30039) rjl493456442 2024-06-21 15:42:43 +0800
  • 1413b3b620
    Revert "core/state/snapshot: tiny fixes (#29995)" rjl493456442 2024-06-21 15:40:26 +0800
  • 6c1007f411 revert change maskpp 2024-06-21 13:50:47 +0800