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

Change ICS 20 packet data amount to be string #350

Merged
merged 12 commits into from
Sep 10, 2021

Commits on Aug 25, 2021

  1. modify proto defintions

    colin-axner committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    fb342bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5ea2af View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. fix mbt tests

    colin-axner committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    cf7f99d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1be57f1 View commit details
    Browse the repository at this point in the history
  3. fix various build issues

    fix unaddressed issues from changing amount from uint64 to string
    colin-axner committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    133c276 View commit details
    Browse the repository at this point in the history
  4. add changelog entry

    colin-axner committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    322e0ec View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. apply review suggestions

    Add check that amount is strictly positive
    Construct granular error messages to indicate invalid amount value or failure to parse amount
    colin-axner committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    616c812 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6195e5b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. verify and fix telemetry bug

    Verify msg panics on amounts > int64 by adding tests
    Add checks to telemetry emission of transfer amounts to handle when the amount cannot be casted to float32
    colin-axner committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e2f78d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'colin/329-bigint-ics20-amount' of github.com:cosmos/ibc…

    …-go into colin/329-bigint-ics20-amount
    colin-axner committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    69c3600 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Sep 9, 2021

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