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!: provider proposal for changing reward denoms (backport #1280) #1307

Commits on Sep 14, 2023

  1. feat!: provider proposal for changing reward denoms (#1280)

    * new provider prop type
    
    * add methods and tests for new prop, update docs
    
    * remove old tx, fix tests
    
    * e2e handling
    
    * fix command type
    
    * boilerplate
    
    * fix e2e tests
    
    * Update CHANGELOG.md
    
    * lint
    
    * validate denoms
    
    * Update proposal.go
    
    * rm msg string
    
    * fix tests
    
    * rm chain in change denom action
    
    * lint
    
    * test for invalid denom
    
    * events for both add and remove
    
    * Update proposal_test.go
    
    (cherry picked from commit 48a2186)
    
    # Conflicts:
    #	CHANGELOG.md
    #	app/provider/app.go
    #	proto/interchain_security/ccv/provider/v1/provider.proto
    #	proto/interchain_security/ccv/provider/v1/tx.proto
    #	tests/e2e/actions.go
    #	tests/integration/distribution.go
    #	x/ccv/provider/client/cli/tx.go
    #	x/ccv/provider/client/proposal_handler.go
    #	x/ccv/provider/keeper/distribution.go
    #	x/ccv/provider/keeper/distribution_test.go
    #	x/ccv/provider/proposal_handler_test.go
    #	x/ccv/provider/types/codec.go
    #	x/ccv/provider/types/proposal.go
    #	x/ccv/provider/types/provider.pb.go
    #	x/ccv/provider/types/tx.pb.go
    shaspitz authored and mergify[bot] committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e4c50ef View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    shaspitz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    dda1f07 View commit details
    Browse the repository at this point in the history
  3. fix rest handler

    shaspitz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8a26a0b View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    shaspitz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    aa5ba5a View commit details
    Browse the repository at this point in the history
  5. rm uneeded tx proto

    shaspitz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7933fa6 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    shaspitz committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    cb93141 View commit details
    Browse the repository at this point in the history