-
Notifications
You must be signed in to change notification settings - Fork 54
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(svm): clean up fixed todos #815
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Pablo Maldonado <[email protected]>
@@ -84,7 +84,6 @@ pub struct FilledV3Relay { | |||
pub relayer: Pubkey, | |||
pub depositor: Pubkey, | |||
pub recipient: Pubkey, | |||
// TODO: update EVM implementation to use message_hash in all fill related events. |
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.
Fixed here: #772
@@ -88,7 +88,6 @@ pub fn invoke_handler<'info>( | |||
|
|||
let instruction = Instruction { program_id: message.handler, accounts, data }; | |||
|
|||
// TODO: consider if the message handler requires signed invocation. |
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.
Open question resolved: no need for the handler to authenticate the caller, as we don’t handle permissioned transactions in EVM (cc: @Reinis-FRP )
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.
Thanks!
Changes proposed in this PR: