-
Notifications
You must be signed in to change notification settings - Fork 693
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
Fix rocksdb build tag usage #1135
Conversation
I don't understand the purpose of this PR? |
It looks like adding an unused dependency to go.mod |
Codecov Report
@@ Coverage Diff @@
## main #1135 +/- ##
=======================================
Coverage 12.78% 12.78%
=======================================
Files 9 9
Lines 1259 1259
=======================================
Hits 161 161
Misses 1092 1092
Partials 6 6 |
it is true! It looks that way. However, without that.... go install -tags rocksdb ./... does not work because tecbot/rocksdb is quite out of date and imported by tm-db v0.6.6. Also, I am making several of these currently and firing them off undocumented like: gh pr create |
Probably would also help if I were to say: Works towards: #1134 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK, did test this? I know cosmos is on a newer version of rocks.
I've tested it. I think all it sidesteps is the outdated version in the newest release of tm-db. So could be solved with a new release of tm-db or also using the latest commit hash of tm-db. Adding one more bit now, just using v1.1.1 of gorocksdb from cosmos. mildly cleaner. |
Feels dangerous to be overwriting upstream dependencies. As you mentioned the correct way would be for tm-db to update and to incorporate those updates. Is there any reason why this can't wait for then? |
tm-db has merged the work just not cut a release. Not sure when that will happen, that repo is deprecated more or less |
Marko, tm-db is deprecated? Can you tell me more? Thanks! @okwme -- this has been used on several chains successfully. It dramatically improves sync speed and query rate. For gaia, we can hit the trifecta-- state sync with rocksdb. And then it utterly flies. For me, my specific use case for this has been ibc relaying. The difference is pretty extreme. |
gitpod has been adding these.... don't want it of course.
I'm feeling more in favor of merging this based on other usage of rocksdb I see in the ecosystem. |
* main: Update cosmos-hub-roadmap-2.0.md (cosmos#1224) Fix rocksdb build tag usage (cosmos#1135) versions (cosmos#1100) Update cosmos-hub-roadmap-2.0.md Liquidity (cosmos#1220) Updates to Validator Docs (cosmos#1207) Update joining mainnet documentation (cosmos#1146) Update Ledger doc with Keplr (cosmos#1205) # Conflicts: # go.sum
* 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 <billy.rennekamp@gmail.com>
* app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
* Release/v6.0.1 (#1255) * app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * 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 <69694322+yaruwangway@users.noreply.github.com> Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com> Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
* app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
* app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
* app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
* app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
* 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 <billy.rennekamp@gmail.com>
* 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 <69694322+yaruwangway@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com> Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com> * Release/v6.0.1 (#1255) * app.toml template gRPCWeb port conflict fix (#1230) Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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 <billy.rennekamp@gmail.com> * 1159 update state sync configs (#1160) * Update default snapshot configs * Refactor * Fix override to include default template Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * tm-db version 0.6.4 * chore: update changelog Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com> * 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 <billy.rennekamp@gmail.com> * versions (#1100) * Updates to core cosmos library versions * tidy * Version bumps * Fix home flag Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com> * replace strangelove packetmiddleware to ibc v2.0.3 compatible Co-authored-by: dongsam <dongsamb@gmail.com> Co-authored-by: yaruwangway <69694322+yaruwangway@users.noreply.github.com> Co-authored-by: Mariya <RaspiRepo@users.noreply.github.com> Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lg <8335464+glnro@users.noreply.github.com> Co-authored-by: Marko <marbar3778@yahoo.com>
this replaces the obsolete tecbot/gorocksdb library with the cosnmosified version.
Alternative to this is an update + release to tm-db. Maybe just a release.