-
Notifications
You must be signed in to change notification settings - Fork 1
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(ethereum): <- add PTokenRouter Metadata event parser to that #21
Conversation
06d0a9e
to
9541b20
Compare
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.
Could you please bump the minor version number in ./common/ethereum/Cargo.toml
Also, given this receipt here, can you grab that as a sample and write a test for this mod to make sure we correctly parse the event from it?
9541b20
to
6b4dede
Compare
Oh, and also could you re-export |
6b4dede
to
fd1f827
Compare
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.
Couple more changes.
fd1f827
to
9e1e228
Compare
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.
Rebasing what I'm currently on which relies on this is working as expected, so LGTM!
Following pnetwork-association/ptokens-router#8, a new
struct
and parser for theMetadata
event are added to theethereum
package.