Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore merge upstream b787d9e52 v2 #19

Merged
merged 104 commits into from
Oct 10, 2024
Merged

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    05a7bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b1fee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd052c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac85fc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91af1a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e567810 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96f1406 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1aae36 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59c6329 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0867a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d092a2 View commit details
    Browse the repository at this point in the history
  12. chore(provider): clone after filtering on sealed_headers_while (par…

    …adigmxyz#11459)
    
          Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    joshieDo authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    af46562 View commit details
    Browse the repository at this point in the history
  13. Map TransferKind::EofCreate => OperationType::OpEofCreate (paradi…

    …gmxyz#11090)
    
    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    emhane and mattsse authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6c16df2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d72e438 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b4d5ade View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ab06997 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat: make addons stateful (paradigmxyz#11204)

    Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
    mattsse and klkvr authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    84370b8 View commit details
    Browse the repository at this point in the history
  2. Relax Trait Bounds on TransactionPool::Transaction and EthPoolTransac…

    …tion (paradigmxyz#11079)
    
    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    0xForerunner and mattsse authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1fe9f32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dc5f5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af1eb61 View commit details
    Browse the repository at this point in the history
  5. feat: cleaned up prepare_call_env() (paradigmxyz#11469)

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    varun-doshi and mattsse authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5fd6906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    399192c View commit details
    Browse the repository at this point in the history
  7. feat: Add metrics to track transactions by type in txpool (paradigmxy…

    …z#11403)
    
    Co-authored-by: garwah <garwah@garwah>
    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    3 people authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    c5cfaf1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72e0ab1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ce1dd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    227e293 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b537672 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    16c39d9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d5ddb41 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a42cfbb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62e6293 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1f190ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    16bc9c8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    093b1a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. fix(rpc-eth-types): incorrect error msg(; -> :) (paradigmxyz#11503)

    Signed-off-by: jsvisa <delweng@gmail.com>
    jsvisa authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    72865f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08c4065 View commit details
    Browse the repository at this point in the history
  3. feat: rpc replace function created (paradigmxyz#11501)

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    varun-doshi and mattsse authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    2ca6141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a846cbd View commit details
    Browse the repository at this point in the history
  5. chore: Remove duplicate EthereumChainSpecParser in favor of existing …

    …EthChainSpecParser (paradigmxyz#11412)
    
    Co-authored-by: garwah <garwah@garwah>
    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    3 people authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    28750e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36de90f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    659dec9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb078f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51db656 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41455df View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. chore(deps): weekly cargo update (paradigmxyz#11518)

    Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c08c00f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    d2ab635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7842673 View commit details
    Browse the repository at this point in the history
  3. fix(tree): make state methods work for historical blocks (paradigmxyz…

    …#11265)
    
    Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
    Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
    3 people authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4b12f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74a6453 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5c9701 View commit details
    Browse the repository at this point in the history
  6. feat: add get_highest_tx_by_sender to pools (paradigmxyz#11514)

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    edisontim and mattsse authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f822848 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a1ec0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e94d72b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4e9dd1 View commit details
    Browse the repository at this point in the history
  10. grafana: add metrics of all transactions in pool by type (paradigmxyz…

    …#11515)
    
    Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
    Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
    3 people authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    04fa08c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8a0bcbb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54c8305 View commit details
    Browse the repository at this point in the history
  13. Refactor get_payload_bodies_by_hash_with to be non-blocking (paradigm…

    …xyz#11511)
    
    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    Parikalp-Bhardwaj and mattsse authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    8ca5ec9 View commit details
    Browse the repository at this point in the history
  14. Introduce Eth PayloadTypes Impl (paradigmxyz#11519)

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    stevencartavia and mattsse authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9a732f6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a6b564e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c35b8be View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b67f004 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    5e288b2 View commit details
    Browse the repository at this point in the history
  2. Introduce Op PayloadTypes Impl (paradigmxyz#11558)

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    stevencartavia and mattsse authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5eb71e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33b78dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e92ab8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    548f5b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ece894b View commit details
    Browse the repository at this point in the history
  7. Added InternalBlockExecutionError to execute.rs exports (paradigmxyz#…

    …11525)
    
    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    debjit-bw and mattsse authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a2cfa9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3765dbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4163835 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb431f1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65e6683 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    67db43d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    946f1a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c32d4c3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c13ab7a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c61ae13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e18b0ba View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b09734a View commit details
    Browse the repository at this point in the history
  19. fix: in-memory trie updates pruning (paradigmxyz#11580)

    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    klkvr and mattsse authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    fda6e35 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    10eb1e8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f332f71 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6917b12 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    95913cb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f7c7629 View commit details
    Browse the repository at this point in the history
  25. feat: add mul support for SubPoolLimit (paradigmxyz#11591)

    Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
    mattsse and Rjected authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f5f7620 View commit details
    Browse the repository at this point in the history
  26. docs: delete missing part path (paradigmxyz#11590)

    Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
    devthejohn and Rjected authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e427eb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    3141f6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e1de3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6295459 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5372a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    570c1df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ba7bc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c4a94f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ad6484 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8396209 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    67e83b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f5d6844 View commit details
    Browse the repository at this point in the history
  12. fix(net): add concurrency param from config to `TransactionFetcherInf…

    …o` (paradigmxyz#11600)
    
    Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
    emhane and mattsse authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    fb8bd77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b787d9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9654401 View commit details
    Browse the repository at this point in the history
  15. update fork base commit

    Thegaram committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1707153 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. remove new book tests

    Thegaram committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    68ea302 View commit details
    Browse the repository at this point in the history