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

Broker new price adapter #4521

Merged
merged 39 commits into from
May 29, 2024
Merged

Broker new price adapter #4521

merged 39 commits into from
May 29, 2024

Commits on May 10, 2024

  1. Price adjustements should be based on price

    not on number of cores. I have to think a bit more about this, but I
    believe we will arrive
    have been sold at almost the base price
    eskimor committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d598a1e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. AllowedRenewal -> PotentialRenewal

    The old type was very misleading as an entry in `AllowedRenewals` does
    not mean that a renewal is actually allowed.
    eskimor committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ae90650 View commit details
    Browse the repository at this point in the history
  2. WIP: New price based AdaptPrice trait.

    eskimor committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2855832 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Pub

    eskimor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    627acf7 View commit details
    Browse the repository at this point in the history
  2. Also adjust sellout_price on renew.

    eskimor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    31ea3a9 View commit details
    Browse the repository at this point in the history
  3. Adapt price implementation.

    eskimor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    63f5856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3630ccc View commit details
    Browse the repository at this point in the history
  5. Fix tests.

    eskimor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b615fbe View commit details
    Browse the repository at this point in the history
  6. More linear tests.

    eskimor committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fd03dc1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add prdoc.

    eskimor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6fdc11b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Put base price in the middle of the range.

    h = 10 * o
    o = 10 * b
    eskimor committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cb5485d View commit details
    Browse the repository at this point in the history
  2. new leadin curve.

    eskimor committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9299010 View commit details
    Browse the repository at this point in the history
  3. price -> base_price

    eskimor committed May 23, 2024
    Configuration menu
    Copy the full SHA
    28f13f4 View commit details
    Browse the repository at this point in the history
  4. Fmt

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

Commits on May 24, 2024

  1. base_price -> min_price

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

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    4979fbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5869882 View commit details
    Browse the repository at this point in the history
  3. Fix kitchensink

    eskimor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    baeab0e View commit details
    Browse the repository at this point in the history
  4. Some logging + test.

    eskimor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    aa4defc View commit details
    Browse the repository at this point in the history
  5. Fix prdoc

    eskimor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d5992b4 View commit details
    Browse the repository at this point in the history
  6. regular_price -> end_price

    eskimor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    03db451 View commit details
    Browse the repository at this point in the history
  7. Fixes.

    eskimor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d67dfc4 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/master' into rk-broker-new-price…

    …-adapter
    eskimor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    edeaf69 View commit details
    Browse the repository at this point in the history
  9. Fix benchmarks

    eskimor committed May 27, 2024
    Configuration menu
    Copy the full SHA
    890e6ca View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Update prdoc/pr_4521.prdoc

    Co-authored-by: Dónal Murray <[email protected]>
    eskimor and seadanda committed May 29, 2024
    Configuration menu
    Copy the full SHA
    66bce5a View commit details
    Browse the repository at this point in the history
  2. min_price -> end_price

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fbe5241 View commit details
    Browse the repository at this point in the history
  3. Better docs for target_price.

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    fdf764e View commit details
    Browse the repository at this point in the history
  4. Improved prdoc

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    86ec07c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/rk-broker-new-price-adapter' int…

    …o rk-broker-new-price-adapter
    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1ca75af View commit details
    Browse the repository at this point in the history
  6. Make change major again.

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2a940a5 View commit details
    Browse the repository at this point in the history
  7. One more test.

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    52e0b80 View commit details
    Browse the repository at this point in the history
  8. Add migration for name change PotentialRenewals.

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    812f66c View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/master' into rk-broker-new-price…

    …-adapter
    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    ae20d3c View commit details
    Browse the repository at this point in the history
  10. Fix prdoc?

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7e2992c View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed May 29, 2024
    Configuration menu
    Copy the full SHA
    654d1e4 View commit details
    Browse the repository at this point in the history
  12. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=dev --target_dir=substrate --pallet=pallet_broker
    command-bot committed May 29, 2024
    Configuration menu
    Copy the full SHA
    4cc238a View commit details
    Browse the repository at this point in the history
  13. Change bump to minor again to make CI happy.

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d6857aa View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/rk-broker-new-price-adapter' int…

    …o rk-broker-new-price-adapter
    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c98a945 View commit details
    Browse the repository at this point in the history
  15. prdoc fix

    eskimor committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d179b89 View commit details
    Browse the repository at this point in the history