-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: pio/v0.44.5 #21
Conversation
feat: Upgrade Rosetta to v0.7.2
…os-sdk into release-pio/v0.44.3.1
release: update release notes
* convert message router to interface * Add setter for msg service interface * Adding a custom fee charging handler, so that if provenance want's they can charge fees for certain msg types. * refactored variable name. * Fixing comments on changed files. * Return transaction context from runTx * emitting events from AdditionalMsgFeeHandler, since authz and wasm calls need the event too. * test: Fix comppile issues on existing tests * handling error on failure to charge additional fee. * fixing err while deliverTx. * Update return values to have err at end * Fix tests * Refactor to remove pio specific stuff Co-authored-by: arnabmitra <[email protected]>
RELEASE_NOTES.md
Outdated
See the [Cosmos SDK v0.44.5 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.5/CHANGELOG.md) for the exhaustive list of all changes. | ||
|
||
**Full Changelog**: https://github.com/cosmos/cosmos-sdk/compare/v0.44.4...v0.44.5 | ||
This release adds the fixes from cosmos-sdk upstream v0.44.4 and v0.44.5 to the updated Provenanced version v0.44.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: Need to update the wording on this.
CHANGELOG.md
Outdated
|
||
## [v0.44.3-rosetta-fix](https://github.com/provenance-io/cosmos-sdk/tag/v0.44.3-rosetta-fix) | ||
|
||
### Improvements |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ugh..we forgot to add the msg fee Improvement here, i will work on adding it :(
@@ -2,7 +2,6 @@ FROM golang:1.17-alpine AS build | |||
RUN apk add build-base git linux-headers | |||
WORKDIR /work | |||
COPY go.mod go.sum /work/ | |||
COPY db/go.mod db/go.sum /work/db/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was deleted as the db/ folder does not exist in cosmos-sdk v0.44.5
and thus causes a make localnet-start
to fail as well as failing tests.
RELEASE_NOTES.md
Outdated
See the [Cosmos SDK v0.44.5 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.44.5/CHANGELOG.md) for the exhaustive list of all changes. | ||
|
||
**Full Changelog**: https://github.com/cosmos/cosmos-sdk/compare/v0.44.4...v0.44.5 | ||
This release adds the updates from cosmos-sdk upstream v0.44.4 and v0.44.5 to the msg fee and rosetta fixes added into the Provenanced version v0.44.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: Can we say provenance fork instead of provenanced version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…t takes care of the order of ante and base events, since ante events are charged before all events and fee events are charged at the end.
…-sdk into release-pio/v0.44.5
Codecov Report
@@ Coverage Diff @@
## release-pio/v0.44.5.x #21 +/- ##
========================================================
Coverage ? 60.83%
========================================================
Files ? 589
Lines ? 37611
Branches ? 0
========================================================
Hits ? 22881
Misses ? 12789
Partials ? 1941 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Closes: #XXXX
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change