Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

md0x
Copy link
Contributor

@md0x md0x commented Dec 20, 2024

Changes proposed in this PR:

  • Remove outdated TODO comments that were already addressed but not cleaned up.

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.
Copy link
Contributor Author

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.
Copy link
Contributor Author

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 )

@md0x md0x marked this pull request as ready for review December 20, 2024 09:59
Copy link
Contributor

@Reinis-FRP Reinis-FRP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants