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 Fee Delegation #5768

Closed
wants to merge 85 commits into from
Closed

Enable Fee Delegation #5768

wants to merge 85 commits into from

Commits on Oct 16, 2019

  1. Add docs

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    abce938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea6fe7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c46153c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42c17f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c137cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67cb830 View commit details
    Browse the repository at this point in the history
  7. Add delegation module

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f6ba9bc View commit details
    Browse the repository at this point in the history
  8. Add basic querier

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    a002366 View commit details
    Browse the repository at this point in the history
  9. Add types tests

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    15c6361 View commit details
    Browse the repository at this point in the history
  10. Add types tests

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    410d1f1 View commit details
    Browse the repository at this point in the history
  11. More internal test coverage

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    f65db09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e0f6327 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    93c9b7e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7968441 View commit details
    Browse the repository at this point in the history
  15. Fix all tests in x/auth

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    7e82fb8 View commit details
    Browse the repository at this point in the history
  16. All tests pass

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    64d5159 View commit details
    Browse the repository at this point in the history
  17. Appease the Golang Linter

    ethanfrey committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    8b2b64b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4e22edd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    be12b44 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

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

    ethanfrey committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    907776f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    005afd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45c64d2 View commit details
    Browse the repository at this point in the history
  5. Table tests for deduct fees

    ethanfrey committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    87fd0ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d03c650 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e476c03 View commit details
    Browse the repository at this point in the history
  8. Start genesis

    ethanfrey committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    182eb34 View commit details
    Browse the repository at this point in the history
  9. Implement Genesis

    ethanfrey committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    071e111 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a362b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    98b88a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376e9cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    529764f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d293aae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8b3e31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e939e98 View commit details
    Browse the repository at this point in the history
  7. Appease scopelint

    ethanfrey committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    6aef5c8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1212772 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f688116 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Address PR comments

    ethanfrey committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    61df0c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d684f92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aacf6fb View commit details
    Browse the repository at this point in the history
  4. Clean up message sign bytes

    ethanfrey committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    92f64cc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Minor PR comments

    ethanfrey committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4daf4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a497575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73eab92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    546fa8f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f9e391 View commit details
    Browse the repository at this point in the history
  6. More cleanup

    ethanfrey committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c45dc71 View commit details
    Browse the repository at this point in the history
  7. More doc cleanup

    ethanfrey committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    2be48ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8a624f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6756099 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    320bad4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a625fd0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Add PeriodicFeeAllowance

    ethanfrey committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4b4391b View commit details
    Browse the repository at this point in the history
  2. Update aliases

    ethanfrey committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    9ec284b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b34cf6 View commit details
    Browse the repository at this point in the history
  4. Et tu scopelint?

    ethanfrey committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    78f1f7a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Update docs as requested

    ethanfrey committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    a1951b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c39ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c399bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b9e06e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21b0ac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2222d0e View commit details
    Browse the repository at this point in the history
  7. Clean up alias.go file

    ethanfrey committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    eda42d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a56b472 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be29328 View commit details
    Browse the repository at this point in the history
  10. Improve godoc, Logger

    ethanfrey committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    786bf01 View commit details
    Browse the repository at this point in the history
  11. Cleaned up ExpiresAt

    ethanfrey committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    5f2bcb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    314b099 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    29958e0 View commit details
    Browse the repository at this point in the history
  14. Add events

    ethanfrey committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    fb5b97a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eedb8d8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    88df255 View commit details
    Browse the repository at this point in the history
  17. Move types/tx to types

    ethanfrey committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    dbf3578 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    375f114 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9af9f43 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c390e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

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

    alexanderbez committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    720e9f4 View commit details
    Browse the repository at this point in the history
  3. Linting...

    alexanderbez committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    eb46dd0 View commit details
    Browse the repository at this point in the history
  4. Update errors

    alexanderbez committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    63cca04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8eddbb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

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

Commits on May 27, 2020

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

Commits on Jun 8, 2020

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