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

withdraw Ring/Kton automatically #92

Merged
merged 32 commits into from
Nov 20, 2019
Merged

withdraw Ring/Kton automatically #92

merged 32 commits into from
Nov 20, 2019

Commits on Nov 14, 2019

  1. update: change LockableCurrency::Moment from BlockNumber to `Time…

    …Stamp(u64)` for Ring/Kton
    AurevoirXavier committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    f3b316c View commit details
    Browse the repository at this point in the history
  2. update: kton tests

    AurevoirXavier committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    aad5db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1de2b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cf10b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Merge remote-tracking branch 'upstream/develop' into chainrelay

    # Conflicts:
    #	srml/staking/src/lib.rs
    #	srml/staking/src/tests.rs
    AurevoirXavier committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ff7d278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0cc605 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    AurevoirXavier committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    554fa7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0272998 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    3f5119f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7885eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f26ef0 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    ad5028d View commit details
    Browse the repository at this point in the history
  2. update: move ensure_can_withdraw logic to LockableCurrency's `can…

    …_withdraw`
    
    fix: adjust `total_ring`/`total_kton` in `bond_extra`
    AurevoirXavier committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    4fdd232 View commit details
    Browse the repository at this point in the history
  3. update: move ensure_can_withdraw logic to LockableCurrency's `can…

    …_withdraw`
    
    fix: adjust `total_ring`/`total_kton` in `bond_extra`
    AurevoirXavier committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    9554a52 View commit details
    Browse the repository at this point in the history
  4. fix: doc

    AurevoirXavier committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    7f0ed10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc95b8a View commit details
    Browse the repository at this point in the history
  6. add: Ring test

    AurevoirXavier committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    6a51c51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    171c023 View commit details
    Browse the repository at this point in the history
  8. hanging: bakcup

    AurevoirXavier committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    b9f12a7 View commit details
    Browse the repository at this point in the history
  9. hanging: hanging

    AurevoirXavier committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c69838e View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. fix: pass cargo fmt

    AurevoirXavier committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    4f39b0d View commit details
    Browse the repository at this point in the history
  2. remove: unused macro

    AurevoirXavier committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    c2642a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    425099b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/develop' into chainrelay

    # Conflicts:
    #	Cargo.lock
    #	srml/staking/src/lib.rs
    #	srml/staking/src/phragmen.rs
    #	srml/staking/src/tests.rs
    
    fix: staking tests
    AurevoirXavier committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    85291fd View commit details
    Browse the repository at this point in the history
  5. add: tests for Ring

    AurevoirXavier committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    85966d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1698c2c View commit details
    Browse the repository at this point in the history
  7. fix: missing PartialEq

    AurevoirXavier committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    912c9d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9cdfc9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e13138b View commit details
    Browse the repository at this point in the history
  10. remove: phragmen

    AurevoirXavier committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    be17217 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    695d740 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b9c1a1 View commit details
    Browse the repository at this point in the history