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

fork-aware transaction pool added #4639

Open
wants to merge 331 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 29, 2024

  1. zombienet spam test

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    cb5a34c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f2166 View commit details
    Browse the repository at this point in the history
  3. tests adjusted again

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    bc899d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e3053a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63f87d4 View commit details
    Browse the repository at this point in the history
  6. graph: type exposed

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a49201e View commit details
    Browse the repository at this point in the history
  7. graph: stats added

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b1db4ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ed9b75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7876a19 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7bfa13 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fc64ad5 View commit details
    Browse the repository at this point in the history
  12. plots: some tooling

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    92c42a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6ea0547 View commit details
    Browse the repository at this point in the history
  14. minors improvements

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    77f666e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a0a73b5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    447ea3b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d348087 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b0f72e9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4df5e44 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    196382e View commit details
    Browse the repository at this point in the history
  21. debugs reverted

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3eff3db View commit details
    Browse the repository at this point in the history
  22. api fixes

    michalkucharczyk committed May 29, 2024
    Configuration menu
    Copy the full SHA
    06eb6de View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    23fd102 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c4e3ad6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7c92b01 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    3b64ac4 View commit details
    Browse the repository at this point in the history
  2. clippy happy

    michalkucharczyk committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d848913 View commit details
    Browse the repository at this point in the history
  3. rename

    michalkucharczyk committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7099f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ee227 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b26803 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    fefea7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426119a View commit details
    Browse the repository at this point in the history
  3. dbg added

    michalkucharczyk committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fe4f16e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22a8fc3 View commit details
    Browse the repository at this point in the history
  5. little revert

    michalkucharczyk committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2ead9c7 View commit details
    Browse the repository at this point in the history
  6. fork-aware: support for pruning future transactions

    It may happen that future transaction is providing a tag that is
    provided by other transaction already included. In this case we shall
    remove future transaction.
    
    It could get promoted to ready w/o revalidation, what may lead to stuck
    transaction.
    michalkucharczyk committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    72eb765 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db8379f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    008df84 View commit details
    Browse the repository at this point in the history
  9. clippy

    michalkucharczyk committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    59385bb View commit details
    Browse the repository at this point in the history
  10. taplo

    michalkucharczyk committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f4eb24d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fatp: tests fixed

    michalkucharczyk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7b28b86 View commit details
    Browse the repository at this point in the history
  2. debug msgs cleanup

    michalkucharczyk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    093ff26 View commit details
    Browse the repository at this point in the history
  3. comment removed

    michalkucharczyk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c09bf79 View commit details
    Browse the repository at this point in the history
  4. debug msgs cleanup

    michalkucharczyk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f4393a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. tools

    michalkucharczyk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5716b00 View commit details
    Browse the repository at this point in the history
  2. sc-service: logs

    michalkucharczyk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ff82cb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7441d75 View commit details
    Browse the repository at this point in the history
  4. tools

    michalkucharczyk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b98724a View commit details
    Browse the repository at this point in the history
  5. logs improved

    michalkucharczyk committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    11e88e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. debug removed

    michalkucharczyk committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8a1bc21 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    2cd05e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204a5c3 View commit details
    Browse the repository at this point in the history
  3. tools: fix

    michalkucharczyk committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9246a0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c47a71 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3583ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35ee1fc View commit details
    Browse the repository at this point in the history
  7. fatp: dbg removed

    michalkucharczyk committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a1c1d14 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    b64120a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b08b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fatp: polishing code

    michalkucharczyk committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    88808ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    167b24a View commit details
    Browse the repository at this point in the history
  3. fmt

    michalkucharczyk committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f3cf06d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    73ac18b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc62af3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f65be5 View commit details
    Browse the repository at this point in the history
  4. fatp: test fixed

    michalkucharczyk committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2be6a01 View commit details
    Browse the repository at this point in the history
  5. fmt

    michalkucharczyk committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d60b9a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fatp: maintenance on every block imported

    This should reduce the number of empty blocks, which are built when
    block builder is building upon blocks that are unknown to transaction
    pool.
    
    The ligh-maintain fallback will also be implemented.
    michalkucharczyk committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4b2148e View commit details
    Browse the repository at this point in the history
  2. revalidation: debugs

    michalkucharczyk committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    eec54e7 View commit details
    Browse the repository at this point in the history
  3. fmt

    michalkucharczyk committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c8fb1ad View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    58fd91b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    70cee13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    197846c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79745f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fix

    michalkucharczyk committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6583718 View commit details
    Browse the repository at this point in the history
  2. clippy

    michalkucharczyk committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3a29c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d5072d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fixes

    michalkucharczyk committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0ba4d1d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    05d4547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b04ff0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b26612 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    228f7b3 View commit details
    Browse the repository at this point in the history
  5. Revert "fatp: maintenance on every block imported"

    This reverts commit 4b2148e.
    michalkucharczyk committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f7d85b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f93de2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57577e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    ff3c02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d6ccf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0721b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6e8daa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83de56b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    380a326 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd0386d View commit details
    Browse the repository at this point in the history
  8. fmt

    michalkucharczyk committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b1c61ab View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fapt: metrics added

    michalkucharczyk committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    614fca2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    f3ea112 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bad061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed2662a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    379a35b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    956b63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9c0a37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c6ff0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    757790d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63313a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c0a8d3 View commit details
    Browse the repository at this point in the history
  7. clippy + format

    michalkucharczyk committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a02ab55 View commit details
    Browse the repository at this point in the history
  8. Cargo.lock

    michalkucharczyk committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7d96084 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. tools: graphs

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    605c7ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53405e View commit details
    Browse the repository at this point in the history
  3. fmt

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    24b294d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5944738 View commit details
    Browse the repository at this point in the history
  5. poc: arc(tx)

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7dcaced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    469d303 View commit details
    Browse the repository at this point in the history
  7. types cleanup

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    acc53d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0214c8 View commit details
    Browse the repository at this point in the history
  9. poc: arc(tx) fix

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cd58437 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af4d91b View commit details
    Browse the repository at this point in the history
  11. todos removed

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    766ae6b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e14d69c View commit details
    Browse the repository at this point in the history
  13. Update substrate/client/transaction-pool/src/fork_aware_txpool/txmemp…

    …ool.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bc16e34 View commit details
    Browse the repository at this point in the history
  14. Update substrate/client/transaction-pool/src/fork_aware_txpool/txmemp…

    …ool.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e88bc20 View commit details
    Browse the repository at this point in the history
  15. Update substrate/client/transaction-pool/src/fork_aware_txpool/txmemp…

    …ool.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c2c7f9e View commit details
    Browse the repository at this point in the history
  16. Update substrate/client/transaction-pool/src/fork_aware_txpool/multi_…

    …view_listener.rs
    
    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c2d117d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e94f04 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    13156dd View commit details
    Browse the repository at this point in the history
  19. tools

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6f6f9f1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3a22201 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    606685d View commit details
    Browse the repository at this point in the history
  22. fixes

    michalkucharczyk committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ff0fadf View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. fatp: fmt

    michalkucharczyk committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    843c08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    434ec4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd96498 View commit details
    Browse the repository at this point in the history
  4. some minor renames

    michalkucharczyk committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f818060 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    911d0f8 View commit details
    Browse the repository at this point in the history
  6. Cargo.lock

    michalkucharczyk committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cda165b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    8bf2c89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ddd3f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba8d3ee View commit details
    Browse the repository at this point in the history
  4. tools

    michalkucharczyk committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5164be3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7f021c View commit details
    Browse the repository at this point in the history
  6. clippy

    michalkucharczyk committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7fa56e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. tools: update

    michalkucharczyk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    51431d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d0efe1 View commit details
    Browse the repository at this point in the history
  3. wip: better docs

    Build them with:
    cargo doc --document-private-items --no-deps
    michalkucharczyk committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9138bba View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    5a7be3f View commit details
    Browse the repository at this point in the history
  2. more docs

    michalkucharczyk committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2d8b197 View commit details
    Browse the repository at this point in the history
  3. fatp: todos updated

    michalkucharczyk committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c37bf8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7be170 View commit details
    Browse the repository at this point in the history
  5. doc: ...

    michalkucharczyk committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    140a365 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ad0a1b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fatp: todos cleanup

    michalkucharczyk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a773791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e0a42b View commit details
    Browse the repository at this point in the history
  3. fatp: todos...

    michalkucharczyk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7229e6b View commit details
    Browse the repository at this point in the history
  4. review comments

    michalkucharczyk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ca77eeb View commit details
    Browse the repository at this point in the history
  5. spell checker: typos

    michalkucharczyk committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6dfefcc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. doc: some progress

    michalkucharczyk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    88458db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947de9d View commit details
    Browse the repository at this point in the history
  3. typos

    michalkucharczyk committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ca50e34 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. doc + renaming

    michalkucharczyk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    728335a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa24cf View commit details
    Browse the repository at this point in the history
  3. after merge fixes

    michalkucharczyk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7c12f2b View commit details
    Browse the repository at this point in the history
  4. prdoc updated

    michalkucharczyk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6d4570d View commit details
    Browse the repository at this point in the history
  5. prdoc again

    michalkucharczyk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1c39857 View commit details
    Browse the repository at this point in the history
  6. prdoc again

    michalkucharczyk committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    673341d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    d2d9722 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    b376723 View commit details
    Browse the repository at this point in the history
  2. fix

    michalkucharczyk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    49ffe3a View commit details
    Browse the repository at this point in the history
  3. prdoc again

    michalkucharczyk committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    fcea4ff View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. debug -> trace

    michalkucharczyk committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    767e586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df92ab View commit details
    Browse the repository at this point in the history
  3. info -> debug

    michalkucharczyk committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3e4c479 View commit details
    Browse the repository at this point in the history
  4. info -> debug: fixes

    michalkucharczyk committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7a85937 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc39147 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a6afb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Unsized: revert

    This reverts ?Sized from this commit:
    make clippy happy: more fixes here and there
    
    commit 5b998cc
    michalkucharczyk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a46263b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9504ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e01d6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a3639f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ff434e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9143368 View commit details
    Browse the repository at this point in the history
  7. license added

    michalkucharczyk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bd1cc5f View commit details
    Browse the repository at this point in the history
  8. missing log_target

    michalkucharczyk committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ffda333 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db10b51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cba3f0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca2f49a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    29170b4 View commit details
    Browse the repository at this point in the history
  13. Update substrate/test-utils/runtime/transaction-pool/src/lib.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b9c5df0 View commit details
    Browse the repository at this point in the history
  14. Update substrate/client/transaction-pool/src/fork_aware_txpool/fork_a…

    …ware_txpool.rs
    
    Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
    michalkucharczyk and skunert authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    44479fe View commit details
    Browse the repository at this point in the history
  15. removing comments

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4729119 View commit details
    Browse the repository at this point in the history
  16. removing comments

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3003e13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8e5b3f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fork_aware_txpool: review nits

    Co-authored-by: Bastian Köcher <git@kchr.de>
    michalkucharczyk and bkchr authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    593d8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    845cb98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9cd57d View commit details
    Browse the repository at this point in the history
  4. test fix

    michalkucharczyk committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    78e45dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53cee71 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    f6d42b8 View commit details
    Browse the repository at this point in the history
  2. review nits

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4c1ee03 View commit details
    Browse the repository at this point in the history
  3. fix test

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bc73a5f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b7216d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c0976d View commit details
    Browse the repository at this point in the history
  6. tx_mem_pool: nits

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dc3bafa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61f73b3 View commit details
    Browse the repository at this point in the history
  8. warnings

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b423ea3 View commit details
    Browse the repository at this point in the history
  9. nits

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    13cd741 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    894b81f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa8f226 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    44d1308 View commit details
    Browse the repository at this point in the history
  13. prdoc

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b4dbfda View commit details
    Browse the repository at this point in the history
  14. fmt

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3d71ed1 View commit details
    Browse the repository at this point in the history
  15. doc test fixed

    michalkucharczyk committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6ff4630 View commit details
    Browse the repository at this point in the history
  16. review comments: doc improved

    Co-authored-by: Iulian Barbu <14218860+iulianbarbu@users.noreply.github.com>
    michalkucharczyk and iulianbarbu authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    125a240 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update substrate/client/transaction-pool/src/fork_aware_txpool/multi_…

    …view_listener.rs
    
    Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
    michalkucharczyk and skunert authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4c366c7 View commit details
    Browse the repository at this point in the history
  2. fatp: verify removed

    michalkucharczyk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3237803 View commit details
    Browse the repository at this point in the history
  3. review comments

    michalkucharczyk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7d3a487 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4cba58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b82c76 View commit details
    Browse the repository at this point in the history
  6. fatp: error -> debug

    michalkucharczyk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0bf88e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e259b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae6a5a6 View commit details
    Browse the repository at this point in the history
  9. fmt

    michalkucharczyk committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7705093 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    2f4b1d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    02ee1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ddf28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3382208 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f39223 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    71cbaca View commit details
    Browse the repository at this point in the history
  2. Revert "?Sized saga: wrapper removed, TranasctionPoolImpl -> Transact…

    …ionPoolHandle"
    
    This reverts commit 02ddf28.
    michalkucharczyk committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e07b17e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77584d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    764821b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a1625f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    700aeba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    288bcd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8be61ec View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    5f46e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c0d59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17aa061 View commit details
    Browse the repository at this point in the history
  4. fmt

    michalkucharczyk committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3ee444c View commit details
    Browse the repository at this point in the history
  5. fatp: more docs

    michalkucharczyk committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    989a7a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a31e242 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    60f61c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. minor fix

    michalkucharczyk committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c28c1ee View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    81e3ce2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f4f74b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    0c4c8c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b7bb1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672ff4a View commit details
    Browse the repository at this point in the history
  3. fatp: debugs

    michalkucharczyk committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e28d1f1 View commit details
    Browse the repository at this point in the history
  4. fatp: tests: reorg

    michalkucharczyk committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6e02d08 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fatp: tests

    michalkucharczyk committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    bef72e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbce60c View commit details
    Browse the repository at this point in the history