1. 11 Jun, 2022 6 commits
  2. 10 Jun, 2022 7 commits
  3. 09 Jun, 2022 7 commits
  4. 08 Jun, 2022 1 commit
  5. 07 Jun, 2022 3 commits
  6. 02 Jun, 2022 2 commits
  7. 01 Jun, 2022 5 commits
  8. 31 May, 2022 6 commits
  9. 30 May, 2022 3 commits
    • Dev Ojha's avatar
      Update changelog with more details for v9 (#1620) · a2871c42
      Dev Ojha authored
      ## What is the purpose of the change
      
      Adds changelog update for v9
      a2871c42
    • Adam Tucker's avatar
      tests: superfluid delegator voting (#1586) · 2fdfeaef
      Adam Tucker authored
      
      * change to osmo no stake
      
      * currently working
      
      * superfluid vote overwrite test
      
      * change docker file
      
      * refactor: e2e setup to be more extensible for state sync (#1565)
      
      Closes: #XXX
      
      This PR refactors e2e test setup to have an abstraction `chainConfig` that has information about which validators should not be run during initialization. This is a first step toward testing state-sync as we want to postpone running some nodes so that we can test nodes "catching up".
      
      Additionally, this PR extracts a separate package `docker` for managing and storing all information related to docker images.
      
      - create a `chainConfig` struct to encapsulate all configurations related to chains in a single abstraction
         * remove global variables `propHeightA`, `propHeightB`, `votingPeriodA`, `votingPeriodB`. Instead, these are part of the `chainConfig` struct
         * `skipRunValidatorIndexes` - this is needed to skip certain validators from being run during setup so that we can test state-sync post-initialization and upgrade
      - remove code duplication for every chain. Instead, always loop over `chainConfig`s so that if we add more chains later, the setup would work out of the box
      
      - tested running both with and without upgrade
      
        - Does this pull request introduce a new feature or user-facing behavior changes? no
        - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? no
        - How is the feature or change documented? not applicable
      
      * add extract oper address
      
      * extract val addr
      
      * new line
      
      * delete no longer needed script
      
      * Delete .bash_history
      
      * add helper functions to declutter
      
      * remove majority boilerplate
      
      * move docker file back to distroless
      
      * no longer use bash to add account
      
      * remove debugging print statements
      
      * Delete .bash_history
      
      * remove extra line in docker file
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      
      * code review suggestions
      
      * further validator abstractions
      
      Co-authored-by: default avatarRoman <roman@osmosis.team>
      2fdfeaef
    • dependabot[bot]'s avatar
      chore(deps): Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#1617) · 0857e87c
      dependabot[bot] authored
      Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0.
      - [Release notes](https://github.com/spf13/viper/releases)
      - [Commits](https://github.com/spf13/viper/compare/v1.11.0...v1.12.0
      
      )
      
      ---
      updated-dependencies:
      - dependency-name: github.com/spf13/viper
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <support@github.com>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      0857e87c