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!: key assignment checking key in use #1339

Merged
merged 26 commits into from
Nov 28, 2023
Merged

Commits on Oct 2, 2023

  1. feat!: store proposed chainID before voting finishes (#1289)

    * feat: store chain in proposal
    
    * add govHook
    
    * delete GetChainsInProposal
    
    * check proposal type
    
    * update key
    
    * feat: add query proposed chainIDs
    
    * feat: set govhook
    
    * feat: parse key
    
    * refactor: names
    
    * feat: add list proposed consumer chains
    
    * test: add e2e test
    
    * add e2e test
    
    * update comments
    
    * update ProposeConsumerChains in e2e test
    
    * remove wait for block
    
    * docs: update changelog
    
    * fix: lint
    
    * add  TestParseProposedConsumerChainKey
    
    * refactor gov hook
    
    * Update proto/interchain_security/ccv/provider/v1/query.proto
    
    Co-authored-by: MSalopek <[email protected]>
    
    * update proto
    
    * add test for set kv
    
    * refactor key to be prefix_proposalID
    
    * formatting
    
    * update e2e test
    
    * format
    
    * Update x/ccv/provider/keeper/gov_hook.go
    
    Co-authored-by: Shawn <[email protected]>
    
    * Update x/ccv/provider/keeper/keeper.go
    
    Co-authored-by: Shawn <[email protected]>
    
    * Update x/ccv/provider/keeper/keeper.go
    
    Co-authored-by: Shawn <[email protected]>
    
    * fix e2e test
    
    * fix gosec
    
    * remove type url check
    
    * test: add unit test
    
    * lint
    
    * fix lint
    
    * fix err
    
    ---------
    
    Co-authored-by: MSalopek <[email protected]>
    Co-authored-by: Shawn <[email protected]>
    3 people authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    67ec715 View commit details
    Browse the repository at this point in the history
  2. fix test

    Yaru Wang committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3a3e157 View commit details
    Browse the repository at this point in the history
  3. feat: update GetAllValidatorsByConsumerAddr for fast find consensus k…

    …ey in use (#1279)
    
    * update GetAllValidatorsByConsumerAddr
    
    * fix test
    
    * update ValidatorConsensusKeyInUse
    yaruwangway authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9fb3871 View commit details
    Browse the repository at this point in the history
  4. update changelog

    Yaru Wang committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    35b4a5c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    e09d930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b97c1cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ae0649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    880eaef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c95faea View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix gov hooks

    sainoe committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    584ce4e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix bug and add tests

    sainoe committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b26b453 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    a240ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    326423c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. nit

    sainoe committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    94fd342 View commit details
    Browse the repository at this point in the history
  2. update changelog

    sainoe committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f196cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10441bd View commit details
    Browse the repository at this point in the history
  4. lint

    sainoe committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    642ca29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1cb6b3 View commit details
    Browse the repository at this point in the history
  6. update changelog entry

    sainoe committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4b3b8ed View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Update .changelog/unreleased/features/provider/1339-check-key-assignm…

    …ent-in-use.md
    
    Co-authored-by: Marius Poke <[email protected]>
    sainoe and mpoke authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    50cb42a View commit details
    Browse the repository at this point in the history
  2. fix #1282

    sainoe committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    441bcee View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. remove todos and update doc

    sainoe committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    167a74d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. tests: fix broken unit tests

    MSalopek committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    efc3f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29528b2 View commit details
    Browse the repository at this point in the history
  3. tests: update names

    MSalopek committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4a38b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    431b706 View commit details
    Browse the repository at this point in the history