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 v2 feat branch #1319

Merged

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] <support@github.com>
    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] <support@github.com>
    
    * add changelog entries
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mpoke <marius.poke@posteo.de>
    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] <support@github.com>
    
    * add changelog entries
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mpoke <marius.poke@posteo.de>
    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 <57488781+p-offtermatt@users.noreply.github.com>
    
    * adr 12 not 11
    
    * correct that we use postfix not prefix
    
    * explanation on example release flow
    
    ---------
    
    Co-authored-by: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com>
    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

Commits on Sep 7, 2023

  1. docs: update CHANGELOG.md for v3.2.0-consumer release (#1268)

    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    shaspitz authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    27e7368 View commit details
    Browse the repository at this point in the history
  2. chore: remove legacy_ibc_testing (rebased on main) (#1185)

    * chore: remove legacy_ibc_testing
    
    * fix import
    
    * introduce provider.UnmarshalConsumerPacketData
    
    * use patched ibc-go
    
    * fix annoying import order
    
    * test: ignore key ordering
    
    Seems like ibctesting.GenerateKeys can returns keys in different orders
    when test cover is enabled.
    
    * fix after rebase
    
    * replace allinbits/ibc-go with patched cosmos/ibc-go
    
    Also fix panic in TestRedelegationNoConsumer
    
    * fix lint
    
    * use released ibc-go 7.3.0
    
    * add newPacketFromConsumer/Provider helper funcs
    
    * constructPacket method return ccv type instead of []byte
    tbruyelle authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4f9d35a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    24b89ed View commit details
    Browse the repository at this point in the history
  2. test: Add light client attack to e2e tests (#1249)

    * Add light client attack to e2e tests
    
    * Add details about the attack types
    
    * Rename validatorAddress to validatorPrivateKeyAddress
    
    * Add URL to CometMock to flag
    
    * Improve wording for light client attack run
    
    * Add submitting equivocation proposals and change consu->consumerName
    p-offtermatt authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    57b96ca View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. build(deps): bump google.golang.org/grpc from 1.57.0 to 1.58.0 (#1284)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.58.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.57.0...v1.58.0)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d0dda4b View commit details
    Browse the repository at this point in the history
  2. ci: update mergify and dependabot for v2.x-lsm (#1281)

    update mergify and dependabot for v2.x-lsm
    mpoke authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    67bb558 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/oxyno-zeta/gomock-extra-matcher from 1.1…

    ….0 to 1.2.0 (#1286)
    
    build(deps): bump github.com/oxyno-zeta/gomock-extra-matcher
    
    Bumps [github.com/oxyno-zeta/gomock-extra-matcher](https://github.com/oxyno-zeta/gomock-extra-matcher) from 1.1.0 to 1.2.0.
    - [Release notes](https://github.com/oxyno-zeta/gomock-extra-matcher/releases)
    - [Changelog](https://github.com/oxyno-zeta/gomock-extra-matcher/blob/master/release.config.js)
    - [Commits](oxyno-zeta/gomock-extra-matcher@v1.1.0...v1.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/oxyno-zeta/gomock-extra-matcher
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d842bca View commit details
    Browse the repository at this point in the history
  4. 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
    shaspitz authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    48a2186 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. docs: introduce ADR on slashing on the provider chain (#1252)

    * initial draft of the adr
    
    * small change on intro.md to avoid huge diff
    
    * clean up
    
    * take into account Marius' comments
    
    * rewrite v0.47 Cosmos SDK link because it was returning 404 and redirecting
    
    * more cleaning up
    
    * update based on comments
    
    * removed confusing sentence on voting power
    
    * add missing ADRs in the intro file
    
    * add tokens to power conversion
    
    * add paragraph on key pruning and references to light-client attacks code
    
    * Update template title
    
    * Took into account comments.
    
    * augment pseudocode to skip redelegation/undelegation entries
    
    * fix identation issue
    
    ---------
    
    Co-authored-by: Karolos Antoniadis <karolos@informal.systems>
    insumity and insumity authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1a009e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. ci: update mergify and dependabot for v3.2.x-consumer (#1297)

    * update ymls
    
    * add newline
    
    ---------
    
    Co-authored-by: mpoke <marius.poke@posteo.de>
    shaspitz and mpoke authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f23cbbb View commit details
    Browse the repository at this point in the history
  2. ci: update bots for v2.1.x-provider-lsm (#1305)

    update bots for v2.1.x-provider-lsm
    mpoke authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b3b7818 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Fix build in makefile (#1303)

    fix build in makefile
    sainoe authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    d064649 View commit details
    Browse the repository at this point in the history
  2. refactor: Vaguely named consumer structs (#1288)

    * Rename GenesisState proto
    * make proto-gen
    * proto rename: Params -> ConsumerParams
    * make proto-gen
    * App, fix type change for Param renaming
    * App, fix type change for GenesisState renaming
    * Fix unit-tests for GenesisState renaming
    * Fix unit-tests for Params renaming
    * Addressed review comments
    * Fix linter issues
    bermuell authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    df12b7e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. build(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#1306)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ee48da4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. feat: increment consensus ver and register migration (#1295)

    * increment consensus ver and register migration
    
    * Update CHANGELOG.md
    
    * Update migration.go
    
    * Update module.go
    shaspitz authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    27ef1d2 View commit details
    Browse the repository at this point in the history
  2. tests: Export struct fields in the e2e tests (#1313)

    * Make struct fields in e2e exported
    
    * Un-capitalize binary name
    
    * Remove prop type
    
    * Channel to channel in comments
    p-offtermatt authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    99a171f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    f4c45e9 View commit details
    Browse the repository at this point in the history