Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

RollingSessionWindow cleanup #7204

Merged
merged 46 commits into from
May 30, 2023
Merged

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    5eb24c6 View commit details
    Browse the repository at this point in the history
  2. Fix tests in import

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b0da049 View commit details
    Browse the repository at this point in the history
  3. Fix the rest of the tests

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    93e6863 View commit details
    Browse the repository at this point in the history
  4. Remove dead code

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a7b74cc View commit details
    Browse the repository at this point in the history
  5. Fix todos

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0f84b42 View commit details
    Browse the repository at this point in the history
  6. Simplify session caching

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0e486d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6a9d98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2918b42 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    837f952 View commit details
    Browse the repository at this point in the history
  10. Remove unneeded mut usage

    tdimitrov committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6f609f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. fn session_info -> fn get_session_info() to avoid name clashes. The f…

    …unction also tries to initialize `SessionInfoProvider`
    tdimitrov committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    82a0ebc View commit details
    Browse the repository at this point in the history
  2. Fix SessionInfo retrieval

    tdimitrov committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dca7287 View commit details
    Browse the repository at this point in the history
  3. Code cleanup

    tdimitrov committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    360b96d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on Apr 27, 2023

  1. Remove earliest_session()

    tdimitrov committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    7665ecd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Remove pre-caching -> wip

    tdimitrov committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    3f2b85c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    19e9588 View commit details
    Browse the repository at this point in the history
  2. Fix all tests

    tdimitrov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    70d136f View commit details
    Browse the repository at this point in the history
  3. Fixes in tests

    tdimitrov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6e348c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa4403 View commit details
    Browse the repository at this point in the history
  5. Fix a warning

    tdimitrov committed May 2, 2023
    Configuration menu
    Copy the full SHA
    dc0542a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

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

Commits on May 6, 2023

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

Commits on May 9, 2023

  1. Code review feedback

    tdimitrov committed May 9, 2023
    Configuration menu
    Copy the full SHA
    2ed7dfd View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    dcac680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96ffefe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81acb35 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    14eb540 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0606eee View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    6a2a9e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f94664 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db120f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ffd17f View commit details
    Browse the repository at this point in the history
  5. Revert "Fix formatting in initialized.rs"

    This reverts commit 0f94664.
    tdimitrov committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7d83f95 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    b938b92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39ae191 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c134a View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on May 25, 2023

  1. Update node/service/src/parachains_db/upgrade.rs

    Co-authored-by: Andrei Sandu <[email protected]>
    tdimitrov and sandreim authored May 25, 2023
    Configuration menu
    Copy the full SHA
    2f6b33b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ccfe2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7197d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    40daf94 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    tdimitrov committed May 29, 2023
    Configuration menu
    Copy the full SHA
    44fe75a View commit details
    Browse the repository at this point in the history
  3. Fix columns usage

    tdimitrov committed May 29, 2023
    Configuration menu
    Copy the full SHA
    bbbd5ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b45afb View commit details
    Browse the repository at this point in the history