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

refactor(gov)!: use collections for deposit state management #16127

Merged
merged 42 commits into from
May 15, 2023

Commits on May 11, 2023

  1. move constitution to collections

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    dddd529 View commit details
    Browse the repository at this point in the history
  2. move params to collections

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3d8306b View commit details
    Browse the repository at this point in the history
  3. chore: CHANGELOG.md

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    e559d41 View commit details
    Browse the repository at this point in the history
  4. address PR reviews

    unknown unknown committed May 11, 2023
    Configuration menu
    Copy the full SHA
    41d8e73 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. be consistent

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6bb70e6 View commit details
    Browse the repository at this point in the history
  2. more test fixes

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c503920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bf4d8c View commit details
    Browse the repository at this point in the history
  4. use assert and not require

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0cd34ed View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/tip/gov/coll-params-constitution…

    …' into tip/gov/coll-params-constitution
    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    8fc50d7 View commit details
    Browse the repository at this point in the history
  6. fix prefixes numbers

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    915618b View commit details
    Browse the repository at this point in the history
  7. move deposit to collections1

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d291e99 View commit details
    Browse the repository at this point in the history
  8. move another part of deposits to use collections

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6932323 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into tip/gov/coll-deposit

    # Conflicts:
    #	x/gov/keeper/keeper.go
    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0792749 View commit details
    Browse the repository at this point in the history
  10. add panic in genesis

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a9cc7ba View commit details
    Browse the repository at this point in the history
  11. remove unused func

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    f29f12e View commit details
    Browse the repository at this point in the history
  12. more cleanups + format

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4e53600 View commit details
    Browse the repository at this point in the history
  13. remove improt

    unknown unknown committed May 12, 2023
    Configuration menu
    Copy the full SHA
    99066f3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. change the collections API to error on walking

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    b23e38d View commit details
    Browse the repository at this point in the history
  2. chore: CHANGELOG.md

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    6af4aa9 View commit details
    Browse the repository at this point in the history
  3. lint bank

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    5191de7 View commit details
    Browse the repository at this point in the history
  4. remove unused error

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    4f9bea7 View commit details
    Browse the repository at this point in the history
  5. remove unused errors

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    3ee570e View commit details
    Browse the repository at this point in the history
  6. fix some minor thing

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    64bf12f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39c3c4a View commit details
    Browse the repository at this point in the history
  8. more minor things

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    a4fe45c View commit details
    Browse the repository at this point in the history
  9. remove another method yet again

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    66b7866 View commit details
    Browse the repository at this point in the history
  10. fmt

    unknown unknown committed May 13, 2023
    Configuration menu
    Copy the full SHA
    730116e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    3a04628 View commit details
    Browse the repository at this point in the history
  2. chore: changelog

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    44906b0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/tip/gov/coll-deposit' into tip/g…

    …ov/coll-deposit
    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    abbe962 View commit details
    Browse the repository at this point in the history
  4. supress lint

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a69ed21 View commit details
    Browse the repository at this point in the history
  5. fix lint maybe

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9aa0be4 View commit details
    Browse the repository at this point in the history
  6. fix lint 2

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    21efcb5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c295c8f View commit details
    Browse the repository at this point in the history
  8. go mod tidy all

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7f8b066 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'origin/tip/gov/coll-deposit' into tip/g…

    …ov/coll-deposit
    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    667c4e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2830f8a View commit details
    Browse the repository at this point in the history
  11. remove dependency on another error pkg

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    72dd01b View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/tip/gov/coll-deposit' into tip/g…

    …ov/coll-deposit
    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d400342 View commit details
    Browse the repository at this point in the history
  13. tidy again

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    98195ea View commit details
    Browse the repository at this point in the history
  14. try fix confix

    unknown unknown committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f5eb34c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b60262f View commit details
    Browse the repository at this point in the history