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

chores: upgrade v042.7 -> v0.42.9 #108

Merged
merged 10 commits into from
Aug 20, 2021
Merged

chores: upgrade v042.7 -> v0.42.9 #108

merged 10 commits into from
Aug 20, 2021

Conversation

daeMOn63
Copy link
Contributor

No description provided.

mergify bot and others added 10 commits August 18, 2021 09:45
* docs: add v0.43 version option (#9506)

Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com>
(cherry picked from commit 325dabd)

# Conflicts:
#	docs/versions

* fix conflicts

Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
* fix: support output flag on tx commands (#9717)

<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->

## Description

Closes: #9684

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->
* feat: Query txs by signature and by address+seq (#9750)

<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->

## Description

Closes: #9741

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->
* fix: hardcoded ledger algo on `keys add` (#9766)

<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->

## Description

Closes: #9734

cc: @jleni

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->
* chore: Add Changelog and Release Notes for v0.42.8

* Change date
* feat: Improve withdraw-all-rewards UX (#9781)

## Description
Related to #9489, this PR improves the UX when using the `withdraw-all-rewards` command by forcing the broadcast mode to `block` if the chunk size is greater than 0. This will ensure that the transactions do not fail even if the user uses invalid broadcast modes for this command (`sync` and `async`).
* implement BeginBlock fix

* add changelog

* fix lint

* address reviews

* Update CHANGELOG.md

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* address reviews

* Apply suggestions from code review

Co-authored-by: Robert Zaremba <robert@zaremba.ch>

* move store check

* add api breaking changelog

* fix lint

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
… (#9201) (#9850)

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
(cherry picked from commit fdbc32e)

Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
* prepare 0.42.9 release

* add 9201 to changelog
@codecov-commenter
Copy link

Codecov Report

Merging #108 (e1be32d) into master (ce05d64) will decrease coverage by 0.03%.
The diff coverage is 65.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
- Coverage   63.06%   63.03%   -0.04%     
==========================================
  Files         631      633       +2     
  Lines       41470    41636     +166     
==========================================
+ Hits        26154    26246      +92     
- Misses      12909    12972      +63     
- Partials     2407     2418      +11     
Impacted Files Coverage Δ
client/flags/flags.go 20.75% <0.00%> (-0.40%) ⬇️
crypto/ledger/ledger_secp256k1.go 58.87% <0.00%> (ø)
types/events.go 85.03% <ø> (ø)
x/capability/types/keys.go 100.00% <ø> (ø)
x/auth/ante/sigverify.go 70.81% <41.02%> (-5.99%) ⬇️
x/distribution/client/cli/tx.go 74.01% <50.00%> (+0.01%) ⬆️
x/capability/keeper/keeper.go 73.57% <70.58%> (-6.43%) ⬇️
x/auth/client/cli/query.go 49.39% <79.31%> (+12.64%) ⬆️
crypto/keyring/keyring.go 64.47% <80.00%> (+0.28%) ⬆️
client/keys/add.go 63.21% <100.00%> (ø)
... and 8 more

@daeMOn63 daeMOn63 merged commit 3e017e7 into master Aug 20, 2021
@daeMOn63 daeMOn63 deleted the upgrade_v0.42.9 branch August 20, 2021 12:36
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.

6 participants