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

merge main into throttle feat branch #1267

Merged
merged 8 commits into from
Sep 6, 2023

Commits on Sep 5, 2023

  1. build(deps): bump actions/checkout from 3 to 4 (#1257)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f91cb70 View commit details
    Browse the repository at this point in the history
  2. build(deps)!: bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0 (#…

    …1258)
    
    * build(deps): bump github.com/cosmos/ibc-go/v7 from 7.2.0 to 7.3.0
    
    Bumps [github.com/cosmos/ibc-go/v7](https://github.com/cosmos/ibc-go) from 7.2.0 to 7.3.0.
    - [Release notes](https://github.com/cosmos/ibc-go/releases)
    - [Changelog](https://github.com/cosmos/ibc-go/blob/main/CHANGELOG.md)
    - [Commits](cosmos/ibc-go@v7.2.0...v7.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/ibc-go/v7
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * add changelog entries
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mpoke <[email protected]>
    dependabot[bot] and mpoke authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    aca8362 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/cosmos/cosmos-sdk from 0.47.4 to 0.47.5 (#…

    …1259)
    
    * build(deps): bump github.com/cosmos/cosmos-sdk from 0.47.3 to 0.47.5
    
    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.47.3 to 0.47.5.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.47.3...v0.47.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cosmos/cosmos-sdk
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * add changelog entries
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mpoke <[email protected]>
    dependabot[bot] and mpoke authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    66adc8a View commit details
    Browse the repository at this point in the history
  4. chore: Separate semver (#1217)

    separate semver
    shaspitz authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cc9064d View commit details
    Browse the repository at this point in the history
  5. docs: cleanup changelog (#1260)

    fix changelog
    mpoke authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6da7fef View commit details
    Browse the repository at this point in the history
  6. fix!: validate MsgTransfer before calling Transfer() (#1244)

    * validate MsgTransfer
    
    * add TestSendRewardsToProvider
    
    * update DefaultConsumerUnbondingPeriod to 14 days
    
    * update changelog
    
    * fix linter
    
    * fix test
    
    * apply review suggestions
    
    * update changelog
    mpoke authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    840d290 View commit details
    Browse the repository at this point in the history
  7. docs: Create adr-012-separate-releasing.md (#1229)

    * Create adr-011-separate-releasing.md
    
    * Update docs/docs/adrs/adr-011-separate-releasing.md
    
    Co-authored-by: Philip Offtermatt <[email protected]>
    
    * adr 12 not 11
    
    * correct that we use postfix not prefix
    
    * explanation on example release flow
    
    ---------
    
    Co-authored-by: Philip Offtermatt <[email protected]>
    shaspitz and p-offtermatt authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8ec7bc5 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. fix: remove addr validation for provider fee pool addr param (#1262)

    * fix: remove validation for provider chain address since we cannot validate it properly on consumer
    
    * add changelog entry
    NeverHappened authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b152c03 View commit details
    Browse the repository at this point in the history