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

Introduce sdk.NewCoins #3813

Merged
merged 9 commits into from
Mar 8, 2019
Merged

Introduce sdk.NewCoins #3813

merged 9 commits into from
Mar 8, 2019

Commits on Mar 6, 2019

  1. Add NewCoins constructor

    Replaces literal sdk.Coins{}, guarantees coins are sorted
    and panics if there are duplicates.
    Alessio Treglia committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    7b71d73 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Unwrap args

    Alessio Treglia committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    9a48d2f View commit details
    Browse the repository at this point in the history
  2. Update PENDING.md

    Co-Authored-By: alessio <quadrispro@ubuntu.com>
    alexanderbez and alessio authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c2c98d5 View commit details
    Browse the repository at this point in the history
  3. Update types/coin.go

    Co-Authored-By: alessio <quadrispro@ubuntu.com>
    alexanderbez and alessio authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    895a6ac View commit details
    Browse the repository at this point in the history
  4. Update types/coin.go

    Co-Authored-By: alessio <quadrispro@ubuntu.com>
    alexanderbez and alessio authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    faee458 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Remove cruft leftover

    Alessio Treglia committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    fa8e872 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2620957 View commit details
    Browse the repository at this point in the history
  3. Revert use of t.Run()

    Alessio Treglia committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    1333976 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'alessio/coins-constructor' of github.com:cosmos/cosmos-…

    …sdk into alessio/coins-constructor
    Alessio Treglia committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    710d564 View commit details
    Browse the repository at this point in the history