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

Implement subkeys as a cw1 contract #24

Merged
merged 23 commits into from
Aug 7, 2020
Merged

Implement subkeys as a cw1 contract #24

merged 23 commits into from
Aug 7, 2020

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    ce37ed8 View commit details
    Browse the repository at this point in the history
  2. Add subkeys to CI

    ethanfrey committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    1e84fc3 View commit details
    Browse the repository at this point in the history
  3. Start updating to 0.10

    ethanfrey committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    561cda4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81cc586 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c17ec86 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34f23c9 View commit details
    Browse the repository at this point in the history
  7. Update schema

    ethanfrey committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e89d9e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d09db01 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    e81503b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3f6ccc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb24ec5 View commit details
    Browse the repository at this point in the history
  4. More robust sub()

    Also, implement SubAssign trait for Balance
    maurolacy committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    67d74d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bede00 View commit details
    Browse the repository at this point in the history
  6. Revert "More robust sub()"

    This reverts commit 67d74d9.
    maurolacy committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    35ec17b View commit details
    Browse the repository at this point in the history
  7. Revert "Fix: update underflow unit test"

    This reverts commit 9bede00.
    maurolacy committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    8e895ab View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    5747390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff292c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    014093b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

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

Commits on Aug 5, 2020

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

Commits on Aug 7, 2020

  1. Test increase_allowance

    maurolacy committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    71c5d87 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    maurolacy committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    3b9f52a View commit details
    Browse the repository at this point in the history
  3. Test decrease_allowance

    maurolacy committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    41e61dc View commit details
    Browse the repository at this point in the history