Skip to content

Commit

Permalink
feat(svm): L-02 Missing SpeedUpV3Deposit and FillV3RelayWithUpdatedDe…
Browse files Browse the repository at this point in the history
…posit Functionalities in SVM Spoke Pool

Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Jan 8, 2025
1 parent c813704 commit 7af2f24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions programs/svm-spoke/src/instructions/deposit.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Note: The `svm-spoke` does not support `speedUpV3Deposit` and `fillV3RelayWithUpdatedDeposit` due to cryptographic
// incompatibilities between Solana (Ed25519) and Ethereum (ECDSA secp256k1). Specifically, Solana wallets cannot
// generate ECDSA signatures required for Ethereum verification.
// As a result, speed-up functionality on Solana is not implemented.
// For more details, refer to the official documentation: https://docs.across.to/.

use anchor_lang::prelude::*;
use anchor_spl::token_interface::{Mint, TokenAccount, TokenInterface};

Expand Down

0 comments on commit 7af2f24

Please sign in to comment.