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 Rc0/v6.0.2 #1274

Merged
merged 7 commits into from
Feb 17, 2022
Merged

merge Rc0/v6.0.2 #1274

merged 7 commits into from
Feb 17, 2022

Conversation

okwme
Copy link
Contributor

@okwme okwme commented Feb 17, 2022

No description provided.

yaruwangway and others added 3 commits February 10, 2022 19:39
* 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]>
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #1274 (5fc45d2) into release/v6.0.2 (a31f839) will increase coverage by 0.15%.
The diff coverage is 66.66%.

❗ Current head 5fc45d2 differs from pull request most recent head 7fa5350. Consider uploading reports for the commit 7fa5350 to get more accurate results

@@                Coverage Diff                 @@
##           release/v6.0.2    #1274      +/-   ##
==================================================
+ Coverage           12.84%   13.00%   +0.15%     
==================================================
  Files                   9        9              
  Lines                 942      946       +4     
==================================================
+ Hits                  121      123       +2     
- Misses                816      817       +1     
- Partials                5        6       +1     

CHANGELOG.md Outdated Show resolved Hide resolved
@yaruwangway
Copy link
Contributor

yaruwangway commented Feb 17, 2022

since v6.0.1 is retracted, changelog v6.0.2 shall includes the changes of v6.0.1? if so, we also need to add Bump [IBC](https://github.com/cosmos/ibc-go) module to [2.0.3](https://github.com/cosmos/ibc-go/releases/tag/v2.0.3).

@okwme

CHANGELOG.md Outdated Show resolved Hide resolved
@okwme
Copy link
Contributor Author

okwme commented Feb 17, 2022

since v6.0.1 is retracted, changelog v6.0.2 shall includes the changes of v6.0.1? if so, we also need to add Bump [IBC](https://github.com/cosmos/ibc-go) module to [2.0.3](https://github.com/cosmos/ibc-go/releases/tag/v2.0.3).

@okwme

I think that the changes can stay in v6.0.1, v6.0.2 is still built from v6.0.1, we just don't want golang to automatically download v6.0.1 for people. but people can still look in the changelog for v6.0.1. I'll make a special note in the release notes that since v6.0.1 is redacted that changes for both should be considered.

@okwme
Copy link
Contributor Author

okwme commented Feb 17, 2022

i've disabled LGTM since they don't recognize the retract directive (/opt/src/go.mod:132: unknown directive: retract).

@okwme okwme merged commit 3c73d5a into release/v6.0.2 Feb 17, 2022
@okwme okwme deleted the rc0/v6.0.2 branch February 17, 2022 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants