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

chore: upgrade v0.45.5 #131

Merged
merged 18 commits into from
Jul 18, 2022
Merged

chore: upgrade v0.45.5 #131

merged 18 commits into from
Jul 18, 2022

Conversation

daeMOn63
Copy link
Contributor

  • fix: decrement types.Dec max length to keep decimal bits in DecimalPrecisionBits (backport #11772) (#11805)
  • fix: Bug reading password from a buffer when reader returns EOF (backport #11796) (#11810)
  • refactor: improve error messages (backport #11762) (#11887)
  • feat: add feegrant query to see allowances from a given granter (backport #10947) (#11885)
  • fix: grants by granter pagination total (#11813) (#11828)
  • refactor: remove redacted message (backport #11960) (#12002)
  • fix: index ante events for failed tx (backport: #12013) (#12017)
  • fix: Make rechecking a tx check the sequence number #12060 (#12062)
  • fix: cli grants-by-grantee, grants-by-granter cmds (backport #11983) (#12025)
  • fix: add base account getter (backport #12154) (#12161)
  • refactor: Simplify SimulationManager setup (backport #12153) (#12159)
  • perf: modify DelegatorSharesInvariant for better performance (#12170) (#12179)
  • chore: remove direct reliance on staking from slashing (backport #12177) (#12181)
  • fix(upgrades): perform no-op if 'from' and 'to' migration version are equal (#12174) (#12192)
  • chore(types): add MustAccAddressFromBech32 util func (backport #12201) (#12205)
  • Revert "fix: add base account getter (backport #12154) (#12161)" (#12213)
  • chore: prep release notes + cl (#12207)

mergify bot and others added 17 commits June 17, 2022 09:58
* refactor: improve error messages (#11762)

## Description

Closes: #XXXX
(cherry picked from commit 8eaff8f)

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
…83) (#12025)

* fix: cli `grants-by-grantee`, `grants-by-granter` cmds (#11983)

## Description

ref: #11362
* fix: add base account getter (#12154)

(cherry picked from commit a39be7b)

# Conflicts:
#	CHANGELOG.md

* fix conflict

Co-authored-by: mmsqe <tqd0800210105@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
* refactor: Simplify SimulationManager setup (#12153)

(cherry picked from commit 544afb6)

# Conflicts:
#	CHANGELOG.md
#	simapp/app.go

* fix conflict

* fix conflict

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
@codecov-commenter
Copy link

Codecov Report

Merging #131 (933589f) into master (61366e1) will increase coverage by 0.08%.
The diff coverage is 60.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage   60.73%   60.81%   +0.08%     
==========================================
  Files         594      595       +1     
  Lines       38304    38363      +59     
==========================================
+ Hits        23264    23331      +67     
- Misses      13062    13077      +15     
+ Partials     1978     1955      -23     
Impacted Files Coverage Δ
simapp/export.go 13.79% <0.00%> (+0.60%) ⬆️
types/address.go 63.63% <0.00%> (-1.13%) ⬇️
types/module/configurator.go 17.85% <0.00%> (ø)
types/module/simulation.go 0.00% <0.00%> (ø)
x/bank/keeper/msg_server.go 2.22% <0.00%> (+0.09%) ⬆️
x/bank/legacy/v040/keys.go 0.00% <0.00%> (ø)
x/distribution/keeper/genesis.go 9.82% <0.00%> (+0.49%) ⬆️
x/distribution/keeper/proposal_handler.go 0.00% <0.00%> (ø)
x/distribution/module.go 59.09% <ø> (ø)
x/distribution/types/keys.go 0.00% <0.00%> (ø)
... and 44 more

@daeMOn63 daeMOn63 mentioned this pull request Jun 21, 2022
7 tasks
@daeMOn63 daeMOn63 changed the title upgrade v0.45.5 chore: upgrade v0.45.5 Jul 12, 2022
@daeMOn63 daeMOn63 merged commit 9be8f9f into master Jul 18, 2022
@daeMOn63 daeMOn63 deleted the upgrade_v0.45.5 branch July 18, 2022 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants