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

app.toml template gRPCWeb port conflict fix #1230

Merged
merged 2 commits into from
Feb 4, 2022
Merged

Conversation

RaspiRepo
Copy link
Contributor

Bug fix/update in contrib/testnets/test_platform

  • The minimum-gas-prices config in app.toml is set to the empty string. This defaults to 0 in the current version, but will error in the next version (SDK v0.45)
    change minimum-gas-prices = "" to minimum-gas-prices = "0.25stake"

  • added gRPC Web Configuration to resolve port conflict 9091 for 4 node test

Copy link
Contributor

@okwme okwme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@okwme okwme merged commit 60eff8e into cosmos:main Feb 4, 2022
yaruwangway pushed a commit that referenced this pull request Feb 10, 2022
yaruwangway added a commit that referenced this pull request Feb 10, 2022
* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

* Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
okwme added a commit that referenced this pull request Feb 17, 2022
* Release/v6.0.1 (#1255)

* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

* Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>

* cherrypicked v0.44.6 PR

* updated changelog and minor changes

* chore: update CHANGELOG

* chore: update go.mod to be in sync with simapp v0.44.6

* Update CHANGELOG.md

Co-authored-by: yaruwangway <[email protected]>

Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: Mariya <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
okwme added a commit that referenced this pull request Mar 3, 2022
* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

* Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
okwme added a commit that referenced this pull request Mar 3, 2022
okwme added a commit that referenced this pull request Mar 3, 2022
okwme added a commit that referenced this pull request Mar 3, 2022
* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

* Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
okwme added a commit that referenced this pull request Mar 3, 2022
* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

* Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
okwme added a commit that referenced this pull request Mar 3, 2022
okwme added a commit that referenced this pull request Mar 3, 2022
okwme added a commit that referenced this pull request Mar 7, 2022
* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

* Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
okwme added a commit that referenced this pull request Mar 10, 2022
* build: bump liquidity to v1.4.6 from v1.4.4(unusable) (#1308)

* R4R: Update reproducible build command (#1278)

* Update reproducible build command

to use latest reproducible build docker image from https://github.com/tendermint/images which is published on the tendermintdev dockerhub account

* Update RELEASING.md

* Update RELEASING.md

* Update join-mainnet.md

* R4R: chore: update changelog (#1275)

* chore: update changelog

* add back v5.0.8 to changelog

* add back v5.0.8 to changelog

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: yaruwangway <[email protected]>

* Update CHANGELOG.md

Co-authored-by: yaruwangway <[email protected]>

Co-authored-by: yaruwangway <[email protected]>

* Release/v6.0.1 (#1255)

* app.toml template gRPCWeb port conflict fix (#1230)

Co-authored-by: billy rennekamp <[email protected]>

* Update statesync.bash (#1208)

* Update statesync.bash

This config should only use seeds, and shouldn't have a persistent peer

* Update statesync.bash

having several rpcs is better than depending on one

Co-authored-by: billy rennekamp <[email protected]>

* build: bump liquidity to v1.4.4 from v1.4.2 (#1210)

* build: bump liquidity to v1.4.4-rc1 from v1.4.2

* build: bump liquidity to v1.4.4

* Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (#1231)

Bumps [github.com/cosmos/ibc-go/v2](https://github.com/cosmos/ibc-go) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v2.0.3/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: billy rennekamp <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* 1159 update state sync configs (#1160)

* Update default snapshot configs

* Refactor

* Fix override to include default template

Co-authored-by: billy rennekamp <[email protected]>

* Bump github.com/tendermint/tm-db from 0.6.4 to 0.6.6 (#1116)

Bumps [github.com/tendermint/tm-db](https://github.com/tendermint/tm-db) from 0.6.4 to 0.6.6.
- [Release notes](https://github.com/tendermint/tm-db/releases)
- [Changelog](https://github.com/tendermint/tm-db/blob/master/CHANGELOG.md)
- [Commits](tendermint/tm-db@v0.6.4...v0.6.6)

---
updated-dependencies:
- dependency-name: github.com/tendermint/tm-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko <[email protected]>

* tm-db version 0.6.4

* chore: update changelog

Co-authored-by: Mariya <[email protected]>
Co-authored-by: billy rennekamp <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dongsam <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>

* Fix rocksdb build tag usage (#1135)

* this paves the way for widespread rocksdb usage

* rocksdb

* Use latest cosmos/gorocksdb

* Delete .gitpod.yml

gitpod has been adding these....

don't want it of course.

* go mod tidy

Co-authored-by: billy rennekamp <[email protected]>

* versions (#1100)

* Updates to core cosmos library versions

* tidy

* Version bumps

* Fix home flag

Co-authored-by: billy rennekamp <[email protected]>

* replace strangelove packetmiddleware to ibc v2.0.3 compatible

Co-authored-by: dongsam <[email protected]>
Co-authored-by: yaruwangway <[email protected]>
Co-authored-by: Mariya <[email protected]>
Co-authored-by: Jacob Gadikian <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lg <[email protected]>
Co-authored-by: Marko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants