Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Ilariae/core contracts #8
Ilariae/core contracts #8
Changes from 47 commits
767993d
8168e05
1a886f3
b3ffb13
06c3b57
9062118
41b82a1
309c35d
1039a80
f1133cc
0e64abf
ff878ba
c3bdc36
043ca3a
6100604
fab1565
4979b68
f7e8218
ec08709
4148b17
baaed16
1671845
b6353a2
de63190
39d3492
35a3aa6
3dfe2c2
8695c95
0ca6a67
29369cb
9e0bd80
4ed22c0
29a3240
92c1da1
0b173e7
821eca0
baa6c0d
c588664
ec4e848
407b0bc
a56c0eb
5a88302
14583e8
dce18ff
d2832a9
06b8fe2
73da350
73e8cba
a6ae993
6d14294
477a7f8
e78b093
5bee745
93cb0bb
77b97c8
6527e8e
c662c93
d9b6bfc
0e8b55f
b9cf7e3
fbd0bda
340d79f
ea527ed
638b304
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Should this really be
parseAndVerifyVM
? I'm not seeing anything related toparseAndVerifyVAA
when I look through GitHub 🤔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.
in which repo did you find the parseAndVerifyVM?
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.
https://github.com/wormhole-foundation/wormhole-solidity-sdk/blob/b9e129e65d34827d92fceeed8c87d3ecdfc801d0/src/interfaces/IWormhole.sol#L83
There's also a reference to it here: https://github.com/wormhole-foundation/wormhole-solidity-sdk/blob/b9e129e65d34827d92fceeed8c87d3ecdfc801d0/src/interfaces/IWormholeReceiver.sol#L31
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 just couldn't find anything at all when searching for
parseAndVerifyVAA
, but I saw that, it could be totally unrelated. I didn't really dig into it