-
Notifications
You must be signed in to change notification settings - Fork 117
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(nexus): gmp events metadata #2187
Conversation
359710c
to
2180024
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2187 +/- ##
==========================================
- Coverage 49.42% 39.84% -9.59%
==========================================
Files 272 373 +101
Lines 16151 30868 +14717
==========================================
+ Hits 7983 12299 +4316
- Misses 7557 17645 +10088
- Partials 611 924 +313 ☔ View full report in Codecov by Sentry. |
5cfba64
to
9a8db9e
Compare
e856a60
to
04cf91f
Compare
@@ -57,9 +57,25 @@ message MessageReceived { | |||
|
|||
message MessageProcessing { string id = 1 [ (gogoproto.customname) = "ID" ]; } |
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.
what about this one? Let's add it here for consistency as well. I think axelarscan might have requested this at some point as well
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.
can add, they didn't ask for this
if fee == nil { | ||
return token, nil | ||
} | ||
|
||
feeAmount := funcs.MustOk(sdk.NewIntFromString(fee.Amount)) | ||
coin := sdk.NewCoin(funcs.Must(token.GetOriginalDenom()), feeAmount) | ||
recipient := funcs.Must(sdk.AccAddressFromBech32(fee.Recipient)) | ||
destinationChain = nexus.ChainName(strings.ToLower(destinationChain.String())) |
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.
why is this necessary? It's the same type. Is this about casing? If so, can you add a comment?
close in favour of #2187 |
Description
Todos
Steps to Test
Expected Behaviour
Other Notes