-
Notifications
You must be signed in to change notification settings - Fork 19
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
chore: upgrade v0.45.6 #132
Merged
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
Contributor
daeMOn63
commented
Jul 12, 2022
•
edited
Loading
edited
- feat: add query.GenericFilteredPaginated (backport #12253) (#12371)
- chore: update release notes (#12377)
- fix: edit validator bug from cli (#12317)
- fix: defaultGenTxGas to 10 times (#12314)
- fix: Refactor GetLastCompletedUpgrade [v0.45.x] (#12264)
- fix: update index of crisis invariant check logs (backport #12208) (#12210)
- Update tag.yml
- Revert "fix: add base account getter (backport #12154) (#12161)" (#12213)
- fix: add base account getter (backport #12154) (#12161)
- refactor: improve error messages (backport #11762) (#11887)
* refactor: improve error messages (#11762) Closes: #XXXX
* fix: add base account getter (#12154) (cherry picked from commit a39be7b) # Conflicts: # CHANGELOG.md * fix conflict Co-authored-by: mmsqe <[email protected]> Co-authored-by: Julien Robert <[email protected]>
…12210) * fix: update index of crisis invariant check logs (#12208) ## Description the info log messages describing invariant checks use the index to state progress (eg. `asserting crisis invariants inv=0/15`). this simple change makes them 1-indexed (eg. `asserting crisis invariants inv=1/15`). example before: <img width="374" alt="Screen Shot 2022-06-09 at 12 06 58 PM" src="https://user-images.githubusercontent.com/14897503/172925006-8810706c-0948-4e36-85b8-22813ccc9311.png"> Closes: #XXXX
699e358
to
b70611a
Compare
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.