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

Update ICA on main + add app version negotiation stub #403

Merged
merged 36 commits into from
Sep 14, 2021

Commits on Jul 19, 2021

  1. Bump github.com/cosmos/cosmos-sdk from 0.43.0-rc1 to 0.43.0-rc2 (#269)

    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.43.0-rc1 to 0.43.0-rc2.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.43.0-rc2/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.43.0-rc1...v0.43.0-rc2)
    
    ---
    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>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    cde1e0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c92e0d6 View commit details
    Browse the repository at this point in the history
  3. Reject Redundant Tx Antedecorator (#235)

    * writeup simple antedecorator
    
    * only do antehandler on checkTx
    
    * Update modules/core/04-channel/ante.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * enable 2 antehandler strategies, and write tests
    
    * remove strict decorator and pass on non-packet/update type
    
    * move ante logic into its own package
    
    * changelog
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    AdityaSripal and colin-axner committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    76ad03e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. perform a no-op on redundant relay messages (#268)

    * create initial changes for delivertx handling
    
    * handle closed channel no-ops, fix tests
    
    * self review nits
    
    * add changelog
    
    * add events for no op messages
    
    * add back comment
    colin-axner committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    4a83b05 View commit details
    Browse the repository at this point in the history
  2. Bump codecov/codecov-action from 1.5.2 to 2.0.1 (#273)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v1.5.2...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    dependabot[bot] and colin-axner committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    c623ad7 View commit details
    Browse the repository at this point in the history
  3. remove ChanCloseInit function from transfer keeper (#275)

    * remove CloseChanInit from transfer
    
    * add changelog
    
    Co-authored-by: Aditya <adityasripal@gmail.com>
    colin-axner and AdityaSripal committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    0afa15a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#296)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.1 to 2.0.2.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.0.1...v2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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] committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    6f10a68 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Bump github.com/spf13/cast from 1.3.1 to 1.4.0 (#301)

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.3.1 to 1.4.0.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.3.1...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      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] committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    da40d55 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Bump technote-space/get-diff-action from 4.2 to 5 (#306)

    Bumps [technote-space/get-diff-action](https://github.com/technote-space/get-diff-action) from 4.2 to 5.
    - [Release notes](https://github.com/technote-space/get-diff-action/releases)
    - [Changelog](https://github.com/technote-space/get-diff-action/blob/main/.releasegarc)
    - [Commits](technote-space/get-diff-action@v4.2...v5)
    
    ---
    updated-dependencies:
    - dependency-name: technote-space/get-diff-action
      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] committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    11da3d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. bump to SDK v0.43.0-rc3 (#308)

    * SDK v0.43.0-rc3
    
    * add capability fixes
    colin-axner committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    bf508c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3642983 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Bump google.golang.org/grpc from 1.39.0 to 1.39.1 (#320)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.0 to 1.39.1.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.39.0...v1.39.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] committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    6c3b582 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Bump github.com/cosmos/cosmos-sdk from 0.43.0-rc3 to 0.43.0 (#325)

    Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.43.0-rc3 to 0.43.0.
    - [Release notes](https://github.com/cosmos/cosmos-sdk/releases)
    - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/master/CHANGELOG.md)
    - [Commits](cosmos/cosmos-sdk@v0.43.0-rc3...v0.43.0)
    
    ---
    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>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    1160f56 View commit details
    Browse the repository at this point in the history
  2. module: improve 04-channel logging (#323)

    * module: improve 04-channel logging
    
    * update log
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    alexanderbez and colin-axner committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3dade92 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. update changelog (#326)

    colin-axner committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    632d71f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Bump google.golang.org/grpc from 1.39.1 to 1.40.0 (#332)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.39.1 to 1.40.0.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.39.1...v1.40.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] committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    2c5ea11 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Bump github.com/spf13/cast from 1.4.0 to 1.4.1 (#338)

    Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.4.0 to 1.4.1.
    - [Release notes](https://github.com/spf13/cast/releases)
    - [Commits](spf13/cast@v1.4.0...v1.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cast
      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] committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f6eb414 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/tendermint/tendermint from 0.34.11 to 0.34.12 (#341)

    Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.11 to 0.34.12.
    - [Release notes](https://github.com/tendermint/tendermint/releases)
    - [Changelog](https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md)
    - [Commits](tendermint/tendermint@v0.34.11...v0.34.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tendermint/tendermint
      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>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    dependabot[bot] and colin-axner committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    f4a017e View commit details
    Browse the repository at this point in the history
  3. fix broken links in integration.md (#340)

    * fix broken link in integration.md
    
    * fix: broken link to simulator.md file in cosmos-sdk docs
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    crodriguezvega and Carlos Rodriguez committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    7b5a19f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Created helper functions for emitting packet events (#343)

    * Created helper functions for emitting packet events
    
    * Fixed comments and re-ordered helper functions
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    lukerhoads and colin-axner committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    e86cdbe View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

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

Commits on Aug 26, 2021

  1. Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#346)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.0.2...v2.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    dependabot[bot] and colin-axner committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    662f4dd View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-go from 2.1.3 to 2.1.4 (#349)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v2.1.3...v2.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      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] committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    950b92d View commit details
    Browse the repository at this point in the history
  3. increase port identifier limit to 128 characters (#344)

    * increase port identifier limit to 128 characters
    
    increase port limit and add tests for port validation
    
    * add changelog
    
    * fix tests
    colin-axner committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    358bfa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. update codeowners to include new team members and granular ownership (#…

    …354)
    
    * update codeowners
    
    * add proto files to ownership
    colin-axner committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    9d5da17 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. bump SDK dependency (#367)

    * update SDK dependency and fix changes
    
    Removes tests from sdk_test.go which are no longer needed to upstream changes in the SDK
    Fixes client_test.go due to inclusion of the fee in tx events
    
    * bump SDK version to v0.44.0
    colin-axner committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a6bf50d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. adding client status cli query (#372)

    * adding client status cli query
    
    * adding query client status cli to changelog
    
    * updating long CLI help usage
    damiannolan committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    74182d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

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

Commits on Sep 7, 2021

  1. packet acknowledgment filtering (#375)

    * adding packet commitments to QueryPacketAcknowledgementsRequest for filtering
    
    * adding testcase for filtered packet ack query
    
    * adding changelog entry for packet ack filtering
    
    * updating packet sequences type to repeated uint64
    
    * updating to query specific packet acks outside bounds of paginated req
    
    * updating changelog field naming, removing redundant pagination in query test
    
    * continue in favour of returning an error on query PacketAcknowledgements
    
    * updating to return empty array of acks if none of the provided commitments are found
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    damiannolan and colin-axner committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    760d15a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Bump github.com/tendermint/tendermint from 0.34.12 to 0.34.13 (#386)

    Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.12 to 0.34.13.
    - [Release notes](https://github.com/tendermint/tendermint/releases)
    - [Changelog](https://github.com/tendermint/tendermint/blob/v0.34.13/CHANGELOG.md)
    - [Commits](tendermint/tendermint@v0.34.12...v0.34.13)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tendermint/tendermint
      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] committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a647546 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Change ICS 20 packet data amount to be string (#350)

    * modify proto defintions
    
    * fix non string usage in code and various tests
    
    * fix mbt tests
    
    * fix bug in data validation
    
    * fix various build issues
    
    fix unaddressed issues from changing amount from uint64 to string
    
    * add changelog entry
    
    * apply review suggestions
    
    Add check that amount is strictly positive
    Construct granular error messages to indicate invalid amount value or failure to parse amount
    
    * verify and fix telemetry bug
    
    Verify msg panics on amounts > int64 by adding tests
    Add checks to telemetry emission of transfer amounts to handle when the amount cannot be casted to float32
    colin-axner committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    06c2d76 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. fix: ibc build docs (#361)

    * initial fix commit
    
    * add release v1.0.1 to versions
    
    * improvements for docs website
    
    * add new version
    
    * address review comments
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    2fbe682 View commit details
    Browse the repository at this point in the history
  2. feat: scalable version queries (#384)

    * adding protos for port query interface
    
    * adding NegotiateAppVersion method to IBCModule interface
    
    * adding grpc port query implementation and module surrounds
    
    * adding NegotiateAppVersion implementation to apps/transfer and mocks
    
    * updating ErrInvalidVersion error code
    
    * adding grpc query tests for 05-port
    
    * updating grpc naming, adding godocs, removing redundant query cli
    
    * updating grpc query tests
    
    * adding changelog entry for #384 app version negotiation
    
    * fixing error formatting in transfer version negotiation
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * removing client/cli query
    
    * updating grpc query naming, adding new fields and associated surrounds
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    damiannolan and colin-axner committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    85b4383 View commit details
    Browse the repository at this point in the history
  3. Bump codecov/codecov-action from 2.0.3 to 2.1.0 (#399)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v2.0.3...v2.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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] committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    7a6507b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    526b7e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bddef53 View commit details
    Browse the repository at this point in the history