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

Enable/disable coin transfers by denom #6527

Merged

Commits on Jun 26, 2020

  1. initial implementation of per denom sendenabled

    Ira Miller committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3c3a232 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Fix for accidentally removed keyword

    Ira Miller committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5cb0357 View commit details
    Browse the repository at this point in the history
  2. Validate individual param in param array

    Ira Miller committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    b1ea0e2 View commit details
    Browse the repository at this point in the history
  3. Lint fix

    Ira Miller committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    03ae118 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Refactor bank params to use protobuf

    Modified SendEnabled property to be part of generic Params object
    Updated genesis functions to use default params structure
    Ira Miller committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    fba1a1a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Configuration menu
    Copy the full SHA
    fe4844b View commit details
    Browse the repository at this point in the history
  2. Refactor simulation genesis for clarity

    Ira Miller committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    dbf96c3 View commit details
    Browse the repository at this point in the history
  3. update changelog for bank sendenable per denom

    Ira Miller committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    d05321f View commit details
    Browse the repository at this point in the history
  4. fix NoOpMsg type in multisend test

    Ira Miller committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    8568819 View commit details
    Browse the repository at this point in the history
  5. Add a coin denom send check utility function

    Ira Miller committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    9308435 View commit details
    Browse the repository at this point in the history
  6. Additional godoc comments and clarification

    Ira Miller committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    a76d751 View commit details
    Browse the repository at this point in the history
  7. Add default send enabled parameter to bank.

    Remove empty denom capability from SendEnabled parameters
    Update simulation to exercise both configuration options independently
    Ira Miller committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    42d8c08 View commit details
    Browse the repository at this point in the history
  8. Minor suggested improvements.

    Ira Miller committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    fc3bd0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba1853c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

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

Commits on Jul 3, 2020

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

Commits on Jul 4, 2020

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

Commits on Jul 6, 2020

  1. simulation fix

    Ira Miller committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1f753e6 View commit details
    Browse the repository at this point in the history
  2. bank proto sendenabled package name removed

    Ira Miller committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f06e854 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e11d1d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    7d63967 View commit details
    Browse the repository at this point in the history
  2. Remove extra gogo proto yaml tags

    Ira Miller committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    23494e8 View commit details
    Browse the repository at this point in the history
  3. Params rename IsSendEnabled to SendEnabledDenom

    Ira Miller committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d25c8f9 View commit details
    Browse the repository at this point in the history
  4. Refactor to SendEnabledCoin(s)

    Ira Miller committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    9c8918d View commit details
    Browse the repository at this point in the history
  5. Merge branch '6518-enable-disable-coin-transfers-by-denom' of github.…

    …com:iramiller/cosmos-sdk into 6518-enable-disable-coin-transfers-by-denom
    Ira Miller committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c7f1902 View commit details
    Browse the repository at this point in the history
  6. update slashing test to use bank params

    Ira Miller committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    78b521b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    9458c82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8778d26 View commit details
    Browse the repository at this point in the history
  3. Clean up change log entry for feature.

    Ira Miller committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    eda215b View commit details
    Browse the repository at this point in the history