-
Notifications
You must be signed in to change notification settings - Fork 103
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(x/ecocredit): add owner to bridge event #1626
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1626 +/- ##
=======================================
Coverage 77.62% 77.62%
=======================================
Files 266 266
Lines 19480 19481 +1
=======================================
+ Hits 15121 15122 +1
Misses 3490 3490
Partials 869 869
|
|
||
// owner is the owner address. | ||
// | ||
// Since Revision 1 |
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.
Revision should be added as a package comment too
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.
We have a doc.proto
file with the comment here. Does that work?
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.
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.
I'll open a followup once v4.1.5 is released to update in progress to the latest versions and existing revision 1 comments to revision 2 and in progress (which will then be v5.0).
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.
(cherry picked from commit 9fbf67e) # Conflicts: # CHANGELOG.md # api/regen/ecocredit/v1/events.pulsar.go # x/ecocredit/core/events.pb.go # x/ecocredit/server/core/features/msg_bridge.feature
Description
Ref: https://github.com/rnd-inc/toucan-bridge-service/pull/271
This pull request adds
owner
toEventBridge
to simplify the extraction of the sender in the bridge service.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