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

Coretime auto-renew #4424

Merged
merged 53 commits into from
Aug 5, 2024
Merged

Coretime auto-renew #4424

merged 53 commits into from
Aug 5, 2024

Commits on May 4, 2024

  1. start

    Szegoo committed May 4, 2024
    Configuration menu
    Copy the full SHA
    afb5e75 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. setup

    Szegoo committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2716e0f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. outlining the main logic

    Szegoo committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e443c9e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. bounded vec

    Szegoo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2a8a68b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. resolvinig some todos

    Szegoo committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8df2f81 View commit details
    Browse the repository at this point in the history
  2. auto-renew for legacy leases

    Szegoo committed May 11, 2024
    Configuration menu
    Copy the full SHA
    82859ad View commit details
    Browse the repository at this point in the history
  3. init test

    Szegoo committed May 11, 2024
    Configuration menu
    Copy the full SHA
    e2a4dd5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. more tests

    Szegoo committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9c1c7e3 View commit details
    Browse the repository at this point in the history
  2. enable_auto_renew_renews

    Szegoo committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c7ccf5a View commit details
    Browse the repository at this point in the history
  3. different approach

    Szegoo committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c3eaa21 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. docs

    Szegoo committed May 13, 2024
    Configuration menu
    Copy the full SHA
    edffbfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68f244c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. auto_renewal_works

    Szegoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    893fa9d View commit details
    Browse the repository at this point in the history
  2. progress

    Szegoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0b50a58 View commit details
    Browse the repository at this point in the history
  3. store account instead of task

    Szegoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9dc9b6a View commit details
    Browse the repository at this point in the history
  4. fix builds

    Szegoo committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9baa77a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. disable auto-renewal

    Szegoo committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ee7e3c4 View commit details
    Browse the repository at this point in the history
  2. disable auto renew test

    Szegoo committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e0f1c71 View commit details
    Browse the repository at this point in the history
  3. docs

    Szegoo committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1a46abc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

    Szegoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    63b6f66 View commit details
    Browse the repository at this point in the history
  3. bench enable_auto_renew

    Szegoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    aaba50d View commit details
    Browse the repository at this point in the history
  4. bench disable & auto_renew

    Szegoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7d682e6 View commit details
    Browse the repository at this point in the history
  5. weights

    Szegoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    af8f109 View commit details
    Browse the repository at this point in the history
  6. fix

    Szegoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f22c451 View commit details
    Browse the repository at this point in the history
  7. dummy weights

    Szegoo committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a6c0676 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

    Szegoo committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4f18949 View commit details
    Browse the repository at this point in the history
  3. more checks

    Szegoo committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5d29cd3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. test fixes/improvements

    Szegoo committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0d9e91d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. merge

    Szegoo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dad2b91 View commit details
    Browse the repository at this point in the history
  2. merge fix

    Szegoo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    88c9ce1 View commit details
    Browse the repository at this point in the history
  3. cleanup | benchmarks: TODO

    Szegoo committed May 30, 2024
    Configuration menu
    Copy the full SHA
    17e0ee5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Update substrate/frame/broker/src/dispatchable_impls.rs

    Co-authored-by: Dónal Murray <donalm@seadanda.dev>
    Szegoo and seadanda committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8be2d02 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/broker/src/types.rs

    Co-authored-by: Dónal Murray <donalm@seadanda.dev>
    Szegoo and seadanda committed May 31, 2024
    Configuration menu
    Copy the full SHA
    c8fa5f8 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/broker/src/lib.rs

    Co-authored-by: Dónal Murray <donalm@seadanda.dev>
    Szegoo and seadanda committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7d887ab View commit details
    Browse the repository at this point in the history
  4. resolve comments

    Szegoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    78a203f View commit details
    Browse the repository at this point in the history
  5. cleanup

    Szegoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5f02e32 View commit details
    Browse the repository at this point in the history
  6. rename

    Szegoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b0aa972 View commit details
    Browse the repository at this point in the history
  7. comment

    Szegoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    de89f30 View commit details
    Browse the repository at this point in the history
  8. fix benchmarks

    Szegoo committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7259f41 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. cleanup

    Szegoo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9a23b2f View commit details
    Browse the repository at this point in the history
  2. simplify logic

    Szegoo committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0c4e651 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix benchmarks

    Szegoo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ef9c4fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d35d2b View commit details
    Browse the repository at this point in the history
  3. merge fixes

    Szegoo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    15d9e1b View commit details
    Browse the repository at this point in the history
  4. benchmark fix

    Szegoo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    eff4ee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. resolve conflicts

    Szegoo committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    61f466d View commit details
    Browse the repository at this point in the history
  2. prdoc

    Szegoo committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d2041f1 View commit details
    Browse the repository at this point in the history
  3. improve docs

    Szegoo committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7155233 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. improve comments

    Szegoo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9a90fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf0dad View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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