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

fix(group)!: Fix group min execution period (backport #13876) #13885

Merged
merged 4 commits into from
Nov 16, 2022

Commits on Nov 16, 2022

  1. fix(group)!: Fix group min execution period (#13876)

    * fix: don't check MinExecutionPeriod in `Allow`
    
    * Check MinExecutionPeriod on doExecuteMsgs
    
    * Fix TestExec
    
    * Fix TestExec
    
    * test exec pruned
    
    * Fix submitproposal
    
    * Add changelog
    
    * typo
    
    * revert some changes
    
    * add minExecutionPeriod
    
    * Add docs and specs
    
    (cherry picked from commit 7661f62)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/group/README.md
    #	x/group/keeper/keeper_test.go
    amaury1093 authored and mergify[bot] committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    2648256 View commit details
    Browse the repository at this point in the history
  2. fix docs

    julienrbrt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3de60ff View commit details
    Browse the repository at this point in the history
  3. fix other conflicts

    julienrbrt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9bf7002 View commit details
    Browse the repository at this point in the history
  4. fix test

    julienrbrt committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0d8d838 View commit details
    Browse the repository at this point in the history