You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while deploying the mpl-hybrid program on the Solana Devnet. The initEscrowV1 function works successfully, but I am getting an error with the captureV1 function. Below are the versions I am using and the error message.
There is a stack memory regression in Solana 1.18, so I'd recommend using Solana CLI 1.17.22 to match the project's Cargo.lock. You can also Box some of the accounts e.g. escrow which should help the situation.
#2939 should also help the instruction you shared since it uses multiple init_if_needed constraints.
Hello,
I encountered an issue while deploying the mpl-hybrid program on the Solana Devnet. The
initEscrowV1
function works successfully, but I am getting an error with thecaptureV1
function. Below are the versions I am using and the error message.Thank you for your assistance.
https://github.com/metaplex-foundation/mpl-hybrid/
https://github.com/metaplex-foundation/mpl-hybrid/blob/main/programs/mpl-hybrid/src/lib.rs#L24
https://github.com/metaplex-foundation/mpl-hybrid/blob/main/programs/mpl-hybrid/src/instructions/capture.rs#L104
The text was updated successfully, but these errors were encountered: