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

fix: --max-msgs with generate-only should not throw error #10842

Merged
merged 31 commits into from
Jan 18, 2022
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e4c093d
fix: max msgs (WIP)
atheeshp Dec 14, 2021
ce38f34
Merge branch 'master' of github.com:cosmos/cosmos-sdk into ap/max-msg…
atheeshp Dec 14, 2021
7620a56
Merge branch 'master' of github.com:cosmos/cosmos-sdk into ap/max-msg…
atheeshp Dec 27, 2021
267ed83
add tests
atheeshp Dec 27, 2021
bdf7046
fix tests
atheeshp Dec 28, 2021
11b3014
Merge branch 'master' into ap/max-msgs-all-rewards
atheeshp Jan 3, 2022
9912321
Merge branch 'master' into ap/max-msgs-all-rewards
alexanderbez Jan 3, 2022
daa339a
Merge branch 'master' into ap/max-msgs-all-rewards
atheeshp Jan 5, 2022
cbe7eff
fix tess
atheeshp Jan 5, 2022
986eeb2
Merge branch 'master' of github.com:cosmos/cosmos-sdk into ap/max-msg…
atheeshp Jan 5, 2022
32d4a88
Merge branch 'ap/max-msgs-all-rewards' of github.com:cosmos/cosmos-sd…
atheeshp Jan 5, 2022
3ec48fe
udpate tests
atheeshp Jan 6, 2022
5469613
update tests
atheeshp Jan 6, 2022
6101381
Merge branch 'master' of github.com:cosmos/cosmos-sdk into ap/max-msg…
atheeshp Jan 6, 2022
862fc09
update tests
atheeshp Jan 6, 2022
fa554db
update changelog
atheeshp Jan 6, 2022
bb03e6d
update tests
atheeshp Jan 6, 2022
967766e
revert tests
atheeshp Jan 6, 2022
24e4a3a
udpate tests
atheeshp Jan 6, 2022
d6a72d2
Merge branch 'master' into ap/max-msgs-all-rewards
atheeshp Jan 6, 2022
44c9361
Merge branch 'master' into ap/max-msgs-all-rewards
atheeshp Jan 6, 2022
a23e0ec
update tests
atheeshp Jan 6, 2022
c8adb66
Merge branch 'ap/max-msgs-all-rewards' of github.com:cosmos/cosmos-sd…
atheeshp Jan 6, 2022
0340a08
fix tests
atheeshp Jan 7, 2022
2c8ad69
Merge branch 'master' of github.com:cosmos/cosmos-sdk into ap/max-msg…
atheeshp Jan 7, 2022
6ad9160
add separate suite for withdraw all msg
atheeshp Jan 7, 2022
410800e
Merge branch 'master' of github.com:cosmos/cosmos-sdk into ap/max-msg…
atheeshp Jan 8, 2022
bf2d705
fix tests
atheeshp Jan 8, 2022
e7621c8
Merge branch 'master' into ap/max-msgs-all-rewards
atheeshp Jan 11, 2022
b765c02
Merge branch 'master' into ap/max-msgs-all-rewards
alexanderbez Jan 17, 2022
16d7ebd
Merge branch 'master' into ap/max-msgs-all-rewards
mergify[bot] Jan 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of github.com:cosmos/cosmos-sdk into ap/max-msg…
…s-all-rewards
atheeshp committed Jan 8, 2022
commit 410800e1ba010e5031b4041612d37bab776e18ce
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -189,7 +189,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* [\#10593](https://github.com/cosmos/cosmos-sdk/pull/10593) Update swagger-ui to v4.1.0 to fix xss vulnerability.
* [\#10674](https://github.com/cosmos/cosmos-sdk/pull/10674) Fix issue with `Error.Wrap` and `Error.Wrapf` usage with `errors.Is`.
* [\#10842](https://github.com/cosmos/cosmos-sdk/pull/10842) Fix error when `--generate-only`, `--max-msgs` fags set while executing `WithdrawAllRewards` command.
.
* [\#10897](https://github.com/cosmos/cosmos-sdk/pull/10897) Fix: set a non-zero value on gas overflow.

### State Machine Breaking

You are viewing a condensed version of this merge commit. You can view the full changes here.