Commit graph

  • c228081e29
    Update blockchain_reader.go Ragnar 2025-02-27 01:43:02 +0100
  • b91198aee5
    Update backend.go Ragnar 2025-02-27 01:42:40 +0100
  • 92ec1c49da
    Update backend.go Ragnar 2025-02-27 01:42:12 +0100
  • 3ca2bba92e
    Update filter_system.go Ragnar 2025-02-27 01:40:45 +0100
  • 839d99a54c
    Update blockchain.go Ragnar 2025-02-27 01:39:54 +0100
  • 939a804146
    cmd/workload: RPC workload tests for filters and history (#31189) Felföldi Zsolt 2025-02-27 00:07:14 +0100
  • efd74e05d9 choose unique blob discriminators for invalid sidecar tests to make them pass when run with other blob tx tests. temporarily disable another seemingly-unrelated test that when ran in conjunction with invalid sidecar tests causes the latter to fail. Jared Wasinger 2025-02-26 21:43:31 +0100
  • 9c70995cf3
    eth/gasprice: sanity check ratio values lightclient 2025-02-26 11:22:37 -0700
  • 2585776aab
    eth/gasprice: fix eth_feeHistory blobGasRatio (#31246) James 2025-02-27 07:24:14 +1300
  • adaa12ba90 cmd/workload: update README Felix Lange 2025-02-26 18:47:35 +0100
  • 1212781c9a
    core/txpool/legacypool: add integrity checks to avoid dangling auths in tracker lightclient 2025-02-26 09:56:53 -0700
  • bcb983693e
    core/types: return list of unique authority addresses in SetCodeAuthorities() lightclient 2025-02-26 09:52:59 -0700
  • 00ed30e6fc trie: reduce allocations in trie hasher Marius van der Wijden 2025-02-26 16:38:10 +0100
  • 9422f025ee cmd/workload: add README Felix Lange 2025-02-26 15:22:10 +0100
  • ae024ba2a8 cmd/workload: add missing flags Felix Lange 2025-02-26 15:16:43 +0100
  • af6e9f589c add history mainnet artifact Sina Mahmoodi 2025-02-26 15:12:22 +0100
  • 6ab7639a1b
    Update core/vm/instructions.go Marius van der Wijden 2025-02-26 13:35:47 +0100
  • 63e6ea293b
    Merge pull request #1457 from maticnetwork/lmartins/include-heimdal-timeout Lucca Martins 2025-02-26 09:32:55 -0300
  • 787df0f39e core/vm: clean up a bit Marius van der Wijden 2025-02-26 13:13:55 +0100
  • a140ef6d7c cmd/workload: move filter commands up one level Felix Lange 2025-02-26 13:03:11 +0100
  • 509548977f cmd/workload: fix getBlockTransactionCountByNumber Felix Lange 2025-02-26 12:51:04 +0100
  • f804377579 cmd/workload: fix lint issues Felix Lange 2025-02-26 12:41:57 +0100
  • 2823ee96da cmd/workload: implement history tests Felix Lange 2025-02-26 12:38:51 +0100
  • 057305ace7 core/vm: fix off-by-one, add fuzzer Marius van der Wijden 2025-02-26 12:34:24 +0100
  • 5332db0634 build/ci: simplify doCheckTidy by using -diff flag islishude 2025-02-26 19:21:01 +0800
  • 5841899bd5 core/vm: handwrite push2 opcode Marius van der Wijden 2025-02-26 12:05:19 +0100
  • c7caca4564
    build: filter out .git folder for go generate check (#31265) rjl493456442 2025-02-26 18:49:02 +0800
  • 5e511283cb rpc: lazily instantiate rpcServingTimer to prevent spinning up go-routine upon rpc package import Jared Wasinger 2025-02-26 10:42:57 +0100
  • 1cc653ae0c build: filter out .git folder for generation check Gary Rong 2025-02-26 16:43:31 +0800
  • 4fd2360d3f
    Merge pull request #881 from gzliudan/upgrade_downloader Daniel Liu 2025-02-26 15:06:44 +0800
  • bf011986a5 eth/downloader: fixes data race between synchronize and other methods (#21201) Daniel Liu 2025-02-24 18:54:12 +0800
  • 2955a988ca eth/downloader: more context in errors (#21067) Daniel Liu 2025-02-24 17:49:13 +0800
  • 3ee371454f eth/downloader: make syncing error obvious (#19413) Daniel Liu 2025-02-24 16:45:02 +0800
  • 04adabe55c eth/downloader: fix nil droppeer in state sync (#19232) Daniel Liu 2025-02-24 16:46:41 +0800
  • 96db952576 downloader: fix edgecase where returned index is OOB for downloader (#18335) Daniel Liu 2025-02-24 17:31:41 +0800
  • 3adec81483 downloader: different sync strategy (#18085) Daniel Liu 2025-02-24 15:04:44 +0800
  • 9ad4e1d282 downloader: measure successfull deliveries, not failed (#17983) Daniel Liu 2025-02-24 17:02:49 +0800
  • 31011d4aa9 eth/downloader: fix invalid hash chain error due to head mini reorg (#17839) Daniel Liu 2025-02-24 15:55:29 +0800
  • e424ff1380 eth/downloader: fix comment typos (#17956) Daniel Liu 2025-02-24 16:27:33 +0800
  • 2a8b4501ef eth/downloader: use intermediate variable for better readability (#17510) Daniel Liu 2025-02-24 14:46:50 +0800
  • ee516cb291
    Merge pull request #882 from gzliudan/fix_divide_zero Daniel Liu 2025-02-26 15:05:16 +0800
  • cc5359e063 core: fix integer divide by zero in function ValidateHeaderChain Daniel Liu 2025-02-25 15:10:13 +0800
  • 7c9df61bd9
    Merge pull request #885 from JukLee0ira/rm_duplicate_func Daniel Liu 2025-02-26 14:29:20 +0800
  • 620eaa7443 core: remove the duplicate func getProcInterrupt JukLee0ira 2025-02-26 14:08:25 +0800
  • 5f6e2d334c
    minor nit fixed Lucca Martins 2025-02-26 03:06:01 -0300
  • 03f4a1bb12
    core/txpool/legacypool: fix incorrect error in authority tracker when removing tx lightclient 2025-02-25 21:55:08 -0700
  • 9bcc62f68f
    Update natupnp.go Ragnar 2025-02-26 02:48:37 +0100
  • cda538007c Merge branch 'firehose-fh3.0' into release/geth-1.x-fh3.0 Matthieu Vachon 2025-02-25 15:18:01 -0500
  • 06b7c4bb3a Make firehose the default value for vmtrace in our fork Matthieu Vachon 2025-02-25 15:17:47 -0500
  • 2042a11963 reenable all ethsuite tests Jared Wasinger 2025-02-25 21:14:39 +0100
  • fbf699a4c8 Merge tag 'v1.15.3' into release/geth-1.x-fh3.0 Matthieu Vachon 2025-02-25 15:11:00 -0500
  • 1781bc8145 fix lint Jared Wasinger 2025-02-25 21:05:24 +0100
  • a51126d97f Brought back README.fh.md from Firehose 2.4 branch Matthieu Vachon 2025-02-25 14:52:15 -0500
  • a7e3222023
    fix edge case on ticker Lucca Martins 2025-02-25 16:51:27 -0300
  • 1501d8e99d update tests Jared Wasinger 2025-02-25 20:19:46 +0100
  • 844603ea4e
    resolving comments Lucca Martins 2025-02-25 15:13:36 -0300
  • ca4eb48bd8
    Merge remote-tracking branch 'origin/develop' into lmartins/include-heimdal-timeout Lucca Martins 2025-02-25 14:54:33 -0300
  • 093658c70b
    Merge branch 'develop' into lmartins/include-heimdal-timeout Lucca Martins 2025-02-25 14:51:45 -0300
  • 841f2cbdb7
    add comment georgehao 2025-02-26 00:48:43 +0800
  • 8cd23e6cfc
    add unit test to ClosableMutex georgehao 2025-02-26 00:47:46 +0800
  • 9f410ecc7e
    chore: go@1.23 (#156) Arran Schlosberg 2025-02-25 16:46:04 +0000
  • 24d7bdeae6
    chore!: remove memsize (#155) Arran Schlosberg 2025-02-25 16:12:58 +0000
  • bcfdb48dd9
    fix(rollup-fee): support set code tx in asUnsignedTx (#1123) colin 2025-02-25 23:26:58 +0800
  • f485e213b6 version: begin v1.15.4 release cycle Felix Lange 2025-02-25 16:20:50 +0100
  • 612c9e0f4a version: release go-ethereum v1.15.3 stable v1.15.3 Felix Lange 2025-02-25 16:18:34 +0100
  • 9a7d8cd216 cmd/workload: add history test generator Felix Lange 2025-02-25 16:14:59 +0100
  • be9ac0ce62
    Merge pull request #1462 from maticnetwork/lmartins/ci-rpc-tests Lucca Martins 2025-02-25 12:12:55 -0300
  • 3d3032c0e1
    feat(permissionless batches): block production without signature (#1117) Jonas Theis 2025-02-25 22:38:48 +0800
  • 65a0d4e87d
    feat(permissionless batches): recovery mode after permissionless batches (#1115) Jonas Theis 2025-02-25 22:25:05 +0800
  • 60cbf64f9c
    feat: add EIP-7702 (#1112) colin 2025-02-25 21:56:51 +0800
  • e660ec30f4
    Merge pull request #1433 from maticnetwork/lmartins/upstream_merge_v1.14.10 Lucca Martins 2025-02-25 09:52:55 -0300
  • f6723bfb11 cmd/workload: move flag categories Felix Lange 2025-02-25 13:52:16 +0100
  • bfa01c70e2 cmd/workload: fix lint Felix Lange 2025-02-25 13:43:36 +0100
  • 756310fa43
    eth/protocols/eth: fix loading "eth" ENR key in dial filter (#31251) Shude Li 2025-02-25 20:40:57 +0800
  • 2a2a902aab cmd/workload: add --sepolia and --mainnet flags Felix Lange 2025-02-25 13:38:52 +0100
  • 8ddf889152 cmd/utils: move CheckExclusive to package internal/flags Felix Lange 2025-02-25 12:52:22 +0100
  • c35849552c cmd/workload: fix diagnostics Felix Lange 2025-02-25 12:41:57 +0100
  • 33ec53c417 cmd/workload: move some more code Felix Lange 2025-02-25 12:34:35 +0100
  • f6883431c2
    ethclient/simulated: add goroutine leak test (#31033) jwasinger 2025-02-25 12:21:35 +0100
  • 1da5d10e5e eth: initialize ENR entry in StartENRUpdater function islishude 2025-02-25 18:24:32 +0800
  • 5edadd87bd ethclient/simulated: add a test to ensure that creating/closing a simulated backend doesn't leak goroutines Jared Wasinger 2025-02-25 10:46:31 +0100
  • 23a5bda5f6 fix: correct pointer usage in node loading function islishude 2025-02-25 17:22:10 +0800
  • a0785b07c9 Revert "p2p: add random nodes as discovery source in setupDiscovery" islishude 2025-02-25 17:20:42 +0800
  • 839635e395 p2p: add random nodes as discovery source in setupDiscovery islishude 2025-02-21 22:06:22 +0800
  • df157f902d
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-02-25 16:50:59 +0800
  • 629f2f6891 re-enable all eth suite tests Jared Wasinger 2025-02-25 09:42:00 +0100
  • f8ac053d6a add test case for sending blob tx without sidecar (peers which advertise the same hash but containing sidecar should not be disconnected) Jared Wasinger 2025-02-25 09:40:22 +0100
  • 77b28a010f core/txpool: fix error logs flood caused by removeAuthorities buddh0 2025-02-25 15:55:33 +0800
  • 5b350dccff
    going back to master branch matic-cli Lucca Martins 2025-02-25 00:32:33 -0300
  • c94033070a
    enable log req res Lucca Martins 2025-02-24 22:52:20 -0300
  • 7963c2b27d Removed uneeded priority=1000 (since we lowered edge one instead) Matthieu Vachon 2025-02-24 20:11:43 -0500
  • 72f9828339 Decreases 'edge' priority so OCI label 'version' is taken from ref first and sha second Matthieu Vachon 2025-02-24 20:10:35 -0500
  • c93baac6cc params: add deposit contract addresses (#31247) Marius van der Wijden 2025-02-25 00:42:00 +0100
  • 7cbf934488 Fix flakey behavior in simulated backend Rollback Pierre Rousset 2025-02-21 11:28:11 +0900
  • 5eea0a8b10 Seems we need full versions for Docker metadata otherwise the final version labels is wrong Matthieu Vachon 2025-02-24 18:50:52 -0500
  • 7d8aca95d2
    params: add deposit contract addresses (#31247) Marius van der Wijden 2025-02-25 00:42:00 +0100
  • 573f8fc144
    feat(core): align the upstream types.Header (#393) David 2025-02-25 07:38:45 +0800
  • 00a1bcde05
    params: prefix sepolia deposit contract addr with 0x lightclient 2025-02-24 16:28:20 -0700
  • 917b9a210d params: add deposit contract addresses Marius van der Wijden 2025-02-25 00:26:05 +0100
  • ca1766b7b7 params: add deposit contract addresses Marius van der Wijden 2025-02-25 00:21:47 +0100