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: Replace Currency->fungible migration for capacity pallet #1779

Merged

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    f95a3c9 View commit details
    Browse the repository at this point in the history
  2. fix: keep Currency name and update derived trait

    Matthew Orris committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    72543fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    478ee54 View commit details
    Browse the repository at this point in the history
  4. fix: capacity pallet tests passing; update vscode with rust std sourc…

    …e maps;
    Matthew Orris committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1befab1 View commit details
    Browse the repository at this point in the history
  5. fix: lint changes;

    Matthew Orris committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7fbdf01 View commit details
    Browse the repository at this point in the history
  6. fix: benchmarks updates for Currency trait

    Matthew Orris committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7eceac4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1dad909 View commit details
    Browse the repository at this point in the history
  8. fix: time-release runtime-benchmarks errors

    Matthew Orris committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    02f57a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. fix: update comments; rename FreezeReason::TimeReleased

    Matthew Orris committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    225b345 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. fix: enum should be the same; updates;

    Matthew Orris committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    57d7d94 View commit details
    Browse the repository at this point in the history
  2. fix: update cargo dependencies for common-runtime;

    Matthew Orris committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    86c6e74 View commit details
    Browse the repository at this point in the history
  3. fix: Currency trait was incorrect;

    Matthew Orris committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bf228b5 View commit details
    Browse the repository at this point in the history
  4. fix: set_balance logic error;

    Matthew Orris committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    72feddc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1442a12 View commit details
    Browse the repository at this point in the history
  6. fix: lints

    Matthew Orris committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    cda4bc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

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

    Enddy Dumbrique committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    09261a6 View commit details
    Browse the repository at this point in the history
  3. lint

    Enddy Dumbrique committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e855d93 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fix: remove .only

    Matthew Orris committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6c4e44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9079373 View commit details
    Browse the repository at this point in the history
  3. fix: add expect to tests that can fail; cargo update; pass through er…

    …rors for T::Currency::set_freeze/thaw;
    Matthew Orris committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    52d5ea4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix: capacity benchmarking should handle errors from set_staking_acco…

    …unt()
    Matthew Orris committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    da2296f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge branch 'main' of https://github.com/LibertyDSNP/frequency into …

    …942-capacity-replace-currency-trait-with-fungible-trait
    Matthew Orris committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    50d5089 View commit details
    Browse the repository at this point in the history
  2. fix: changes for errors from merge from main

    Matthew Orris committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    568582b View commit details
    Browse the repository at this point in the history
  3. fix: Update spec_version to 66

    Matthew Orris committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    6052042 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Fix: thaw error handling in delete_lock function

    Matthew Orris committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9384ed3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/LibertyDSNP/frequency into …

    …942-capacity-replace-currency-trait-with-fungible-trait
    Matthew Orris committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    57cd323 View commit details
    Browse the repository at this point in the history
  3. fix: Update spec_version to 67

    Matthew Orris committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c77dd41 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fix: refactor FreezeReason to remove unnecessary values

    Matthew Orris committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e9563a6 View commit details
    Browse the repository at this point in the history
  2. fix: handle errors from set_freeze in building genesis config; update…

    … MaxFreezes; update max values
    Matthew Orris committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    650e594 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix: propagate errors correctly from set_freeze/thaw

    Matthew Orris committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b95c4ce View commit details
    Browse the repository at this point in the history
  2. fix: Remove unnecessary comments in delete_lock

    function
    Matthew Orris committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    798313c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4ae1e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/LibertyDSNP/frequency into …

    …942-capacity-replace-currency-trait-with-fungible-trait
    Matthew Orris committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    69fefed View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. reset set_balance

    Enddy Dumbrique committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    d0982c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. fix: Rename NotYetVested to TimeReleaseVesting

    Matthew Orris committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    00db19c View commit details
    Browse the repository at this point in the history
  2. fix: initial capacity storage migration setup

    Matthew Orris committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e55abb1 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    Matthew Orris committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7481392 View commit details
    Browse the repository at this point in the history
  4. fix: remove comments

    Matthew Orris committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    56f3223 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/LibertyDSNP/frequency into …

    …942-capacity-replace-currency-trait-with-fungible-trait
    Matthew Orris committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3e1bc53 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. feat: add test for v3 migration--draft

    Matthew Orris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    cf607c2 View commit details
    Browse the repository at this point in the history
  2. fix: lint

    Matthew Orris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b17da9f View commit details
    Browse the repository at this point in the history
  3. fix: lint

    Matthew Orris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4bb2fbc View commit details
    Browse the repository at this point in the history
  4. fix: lint

    Matthew Orris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d91043f View commit details
    Browse the repository at this point in the history
  5. feat: update v3 migration test for try-runtime

    Matthew Orris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    37c4e40 View commit details
    Browse the repository at this point in the history
  6. fix: add framework for time-release

    Matthew Orris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ca20e2b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. fix compile and total locked

    Enddy Dumbrique committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    31172f8 View commit details
    Browse the repository at this point in the history
  2. fix: cargo update; time release migration updates

    Matthew Orris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f3fbcb7 View commit details
    Browse the repository at this point in the history
  3. fix: remove unnecessary mod v2;

    Matthew Orris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4253049 View commit details
    Browse the repository at this point in the history
  4. fix: locked amount should be

    Matthew Orris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    2531e17 View commit details
    Browse the repository at this point in the history
  5. fix: update mock accounts for testing;

    Matthew Orris committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    1155d3f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. add more test for time-release - currently failing

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    672b4dd View commit details
    Browse the repository at this point in the history
  2. update timerelease migration test

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    b9de9e2 View commit details
    Browse the repository at this point in the history
  3. lint

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fbb6671 View commit details
    Browse the repository at this point in the history
  4. rm comment

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    bdfc0f2 View commit details
    Browse the repository at this point in the history
  5. changes

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4cf44ed View commit details
    Browse the repository at this point in the history
  6. remove module since storage data structure is not changing

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8ffb6d6 View commit details
    Browse the repository at this point in the history
  7. clean up

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8043a68 View commit details
    Browse the repository at this point in the history
  8. fix: address pr comments;

    Matthew Orris committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4c61134 View commit details
    Browse the repository at this point in the history
  9. fix: rm comments

    Matthew Orris committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    8a2c5e9 View commit details
    Browse the repository at this point in the history
  10. clean up

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    68784a0 View commit details
    Browse the repository at this point in the history
  11. weights

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0a4e5f6 View commit details
    Browse the repository at this point in the history
  12. Merge branch '942-capacity-replace-currency-trait-with-fungible-trait…

    …' of https://github.com/LibertyDSNP/frequency into 942-capacity-replace-currency-trait-with-fungible-trait
    Matthew Orris committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1ca4593 View commit details
    Browse the repository at this point in the history
  13. remove comment

    Enddy Dumbrique committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0852f9d View commit details
    Browse the repository at this point in the history
  14. Merge branch '942-capacity-replace-currency-trait-with-fungible-trait…

    …' of https://github.com/LibertyDSNP/frequency into 942-capacity-replace-currency-trait-with-fungible-trait
    Matthew Orris committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f97039b View commit details
    Browse the repository at this point in the history
  15. fix: address pr comments

    Matthew Orris committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e9ee407 View commit details
    Browse the repository at this point in the history
  16. fix: update migrations correctly

    Matthew Orris committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    aba568e View commit details
    Browse the repository at this point in the history
  17. fix: add migration debugging

    Matthew Orris committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f0abb19 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. fix: capacity typo in time release; lint

    Matthew Orris committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    578319d View commit details
    Browse the repository at this point in the history
  2. fix: lint; add upgrade_accounts.py script

    Matthew Orris committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    dd3ca32 View commit details
    Browse the repository at this point in the history
  3. fix: remove debugging notes file

    Matthew Orris committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ff58ee4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e12d616 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. fix: update translate_lock_to_freeze weights and comments

    Matthew Orris committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    3822792 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. fix: rename symbol for readability

    Matthew Orris committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    5a0fef5 View commit details
    Browse the repository at this point in the history
  2. Run benchmarks [run-benchmarks capacity,time-release]

    Matthew Orris committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1a6e122 View commit details
    Browse the repository at this point in the history
  3. Update weights for PR #1779

    Frequency CI [bot] committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    59be141 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d659eff View commit details
    Browse the repository at this point in the history
  5. fix: address pr comments

    Matthew Orris committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f009805 View commit details
    Browse the repository at this point in the history
  6. fix: refactor migration test w/o try-runtime

    Matthew Orris committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e75f8ab View commit details
    Browse the repository at this point in the history
  7. fix: refactor migration test w/o try-runtime

    Matthew Orris committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6f024a2 View commit details
    Browse the repository at this point in the history
  8. Merge branch '942-capacity-replace-currency-trait-with-fungible-trait…

    …' of https://github.com/LibertyDSNP/frequency into 942-capacity-replace-currency-trait-with-fungible-trait
    Matthew Orris committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    91485bd View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. fix: set_freeze before removing the locks; update FreezeReason; addre…

    …ss comments
    Matthew Orris committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a0070a0 View commit details
    Browse the repository at this point in the history