-
Notifications
You must be signed in to change notification settings - Fork 692
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
build: bump liquidity to v1.4.6 from v1.4.4(unusable) #1308
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #1308 +/- ##
==========================================
+ Coverage 12.00% 12.78% +0.78%
==========================================
Files 9 9
Lines 933 1259 +326
==========================================
+ Hits 112 161 +49
- Misses 816 1092 +276
- Partials 5 6 +1 |
dongsam
requested review from
okwme,
alexanderbez,
zmanian,
yaruwangway,
jgimeno,
cmwaters,
jackzampolin,
mmulji-ic,
glnro and
tokamak-git
as code owners
March 1, 2022 12:13
thank you @dongsam ! |
okwme
pushed a commit
that referenced
this pull request
Mar 7, 2022
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 <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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes: #1307
Since liquidity v1.4.4 contain state-breaking changes with patch release,
so revert back to v1.4.2 and bump cosmos-sdk to v0.44.6 on v1.4.6
changelog of liquidity v1.4.6 from v1.4.2
Gravity-Devs/liquidity@v1.4.2...v1.4.6
Gravity-Devs/liquidity@v1.4.4...v1.4.6
changelog already added on #1275