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

feat: Add fee.{payer,granter} and tip fields to StdSignDoc #10348

Merged
merged 34 commits into from
Oct 22, 2021

Commits on Oct 12, 2021

  1. Add IsTipper

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6ec5722 View commit details
    Browse the repository at this point in the history
  2. Use addr in signer data

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6eb5a10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72a56cb View commit details
    Browse the repository at this point in the history
  4. fi error messages

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    c0bd505 View commit details
    Browse the repository at this point in the history
  5. make proto gen

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    551f5f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49987e7 View commit details
    Browse the repository at this point in the history
  7. fix build

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    76b8dff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e285150 View commit details
    Browse the repository at this point in the history
  9. Remove getSequence

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3f04021 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    031b987 View commit details
    Browse the repository at this point in the history
  11. Update x/auth/migrations/legacytx/stdtx.go

    Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
    amaury1093 and webmaster128 authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a33a5cd View commit details
    Browse the repository at this point in the history
  12. Update x/auth/migrations/legacytx/stdsign.go

    Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
    amaury1093 and webmaster128 authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a5d11b3 View commit details
    Browse the repository at this point in the history
  13. Use addressCodec

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    894a7ce View commit details
    Browse the repository at this point in the history
  14. NewTxConfig with addrCdc

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6c66bfb View commit details
    Browse the repository at this point in the history
  15. REmove simapp.NewBech32

    amaury1093 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    debee8d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

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

    amaury1093 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    dfd1d82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7092ee8 View commit details
    Browse the repository at this point in the history
  4. Fix test

    amaury1093 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    bac6349 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5a18ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80b0637 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab495df View commit details
    Browse the repository at this point in the history
  8. Rename tests

    amaury1093 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    892bff4 View commit details
    Browse the repository at this point in the history
  9. Add more tests

    amaury1093 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    2dd883c View commit details
    Browse the repository at this point in the history
  10. Empty tip test

    amaury1093 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    07ef3e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    34a4a89 View commit details
    Browse the repository at this point in the history
  2. Revert unwanted files

    amaury1093 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    d5feed5 View commit details
    Browse the repository at this point in the history
  3. Less line diff

    amaury1093 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    0071f3c View commit details
    Browse the repository at this point in the history
  4. fix test

    amaury1093 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    df19e58 View commit details
    Browse the repository at this point in the history
  5. fix another test

    amaury1093 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6c069d5 View commit details
    Browse the repository at this point in the history
  6. Fix test

    amaury1093 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7216370 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Update x/auth/migrations/legacytx/stdtx_test.go

    Co-authored-by: atheeshp <59333759+atheeshp@users.noreply.github.com>
    amaury1093 and atheeshp authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    0fa4bc0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Address reviews

    amaury1093 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    7602d4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9abab View commit details
    Browse the repository at this point in the history