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

Named reserve #7778

Merged
merged 43 commits into from
Jun 4, 2021
Merged

Named reserve #7778

merged 43 commits into from
Jun 4, 2021

Commits on Dec 22, 2020

  1. add NamedReservableCurrency

    xlc committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    d0b265b View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

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

    xlc committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    597b342 View commit details
    Browse the repository at this point in the history
  3. remove empty reserves

    xlc committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    47643ad View commit details
    Browse the repository at this point in the history
  4. Update frame/support/src/traits.rs

    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    xlc and shawntabrizi authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    91e0b59 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

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

Commits on Jan 6, 2021

  1. fix build

    xlc committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    281bd90 View commit details
    Browse the repository at this point in the history
  2. bump year

    xlc committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    52cb8b1 View commit details
    Browse the repository at this point in the history
  3. add MaxReserves

    xlc committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    59e9b01 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Configuration menu
    Copy the full SHA
    747c318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd63175 View commit details
    Browse the repository at this point in the history
  3. add tests

    xlc committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e504b60 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    b029920 View commit details
    Browse the repository at this point in the history
  2. add some docs

    xlc committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    3f9a057 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

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

    xlc committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    995dac0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

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

Commits on Feb 26, 2021

  1. Update lib.rs

    gavofyork authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    e1644d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ce677e View commit details
    Browse the repository at this point in the history
  3. fix test

    xlc committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ddfc2b0 View commit details
    Browse the repository at this point in the history
  4. fix test

    xlc committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    66a2517 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

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

    xlc committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    dcaf864 View commit details
    Browse the repository at this point in the history
  3. fix

    xlc committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    772258c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. triggier CI

    xlc committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    b107903 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

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

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    b6c55e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77ccea7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5942996 View commit details
    Browse the repository at this point in the history
  4. Fix test.

    shaunxw committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4f9154a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from shaunxw/sw/named-reserve-fix

    Update named reserve
    xlc authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    baf4a0f View commit details
    Browse the repository at this point in the history
  6. remove duplicated file

    xlc committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b19dc12 View commit details
    Browse the repository at this point in the history
  7. trigger CI

    xlc committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    72fb670 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d852a81 View commit details
    Browse the repository at this point in the history
  9. add helpers

    xlc committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    73a0d6f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ee5092 View commit details
    Browse the repository at this point in the history
  11. fix

    xlc committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7614ecc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6a1d9d View commit details
    Browse the repository at this point in the history
  13. update

    xlc committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    643110f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. trigger CI

    xlc committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    49e18f1 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
    xlc and shawntabrizi authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    44d9823 View commit details
    Browse the repository at this point in the history
  3. trigger CI

    xlc committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    28ff17f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

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