Skip to content

Commit

Permalink
feat(svm): L-02 Missing SpeedUpV3Deposit and FillV3RelayWithUpdatedDe… (
Browse files Browse the repository at this point in the history
#848)

* feat(svm): L-02 Missing SpeedUpV3Deposit and FillV3RelayWithUpdatedDeposit Functionalities in SVM Spoke Pool

Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>

* WIP

Signed-off-by: Chris Maree <christopher.maree@gmail.com>

* Update programs/svm-spoke/src/instructions/deposit.rs

---------

Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
Signed-off-by: Chris Maree <christopher.maree@gmail.com>
Co-authored-by: Chris Maree <christopher.maree@gmail.com>
md0x and chrismaree authored Jan 23, 2025
1 parent 011f69e commit 6ca6c04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions programs/svm-spoke/src/instructions/deposit.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// 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 documentation: https://docs.across.to

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

0 comments on commit 6ca6c04

Please sign in to comment.