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(statemachine)!: Add allow all client wildcard to AllowedClients param (backport #5429) #5609

Merged
merged 8 commits into from
Jan 15, 2024

Commits on Jan 15, 2024

  1. feat(statemachine)!: Add allow all client wildcard to AllowedClients …

    …param (#5429)
    
    * add wildcard allow all client
    
    * minor
    
    * fix lint
    
    * minor and doc update
    
    * review comments
    
    * if allow all clients is present, no other client types should be in the allow list
    
    * clean up code to allow wasm client type
    
    * remove unused variable
    
    * Fix build failures, tweak err message.
    
    * modify allow clients list in genesis with feature releases
    
    * chore: adding v8.1 to minor versions in e2e feat releases struct
    
    * update docs
    
    * chore: doc lint fixes
    
    ---------
    
    Co-authored-by: GnaD <89174180+GNaD13@users.noreply.github.com>
    Co-authored-by: Du Nguyen <61083705+lichdu29@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Đỗ Việt Hoàng <hoangdv2429@gmail.com>
    Co-authored-by: Charly <charly@interchain.io>
    (cherry picked from commit d5949b1)
    
    # Conflicts:
    #	docs/docs/03-light-clients/04-wasm/03-integration.md
    #	e2e/tests/wasm/grandpa_test.go
    #	e2e/testsuite/testconfig.go
    #	e2e/testvalues/values.go
    #	modules/core/02-client/types/params.go
    #	modules/core/02-client/types/params_test.go
    #	modules/light-clients/08-wasm/keeper/keeper_test.go
    #	modules/light-clients/08-wasm/testing/wasm_endpoint.go
    #	modules/light-clients/08-wasm/types/types_test.go
    sontrinh16 authored and mergify[bot] committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f44b60c View commit details
    Browse the repository at this point in the history
  2. chore: rm -rf e2e

    damiannolan committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d406f3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb2de98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e165073 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4b0f1c View commit details
    Browse the repository at this point in the history
  6. chore: rm -rf docs

    damiannolan committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    620150d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eef3d54 View commit details
    Browse the repository at this point in the history
  8. add changelog

    crodriguezvega committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    884bb4d View commit details
    Browse the repository at this point in the history