-
#### Problem
The workspace `Cargo.toml` has a reference to `zeroize` set to 1.7:
`zeroize = { version = "1.7", default-features = false }`
And the `solana-zk-token-sdk`'s `Cargo.toml` uses a work…
-
@chitalian and I are working on [a Rust port](https://gitlab.com/solsticepay/solana-pay) of the `@solana/pay` JavaScript SDK. Many float implementations, including the one in the Rust standard library…
-
Getting errors:
Compiling spl-zk-token v0.1.0 (/Users/nicosey/projects/spl-zk-token/program)
error[E0609]: no field `balance` on type `&solana_zk_token_sdk::instruction::CloseAccountData`
--> …
-
When setting
export const CONSTANT_PRODUCT_DEFAULT_TRADE_FEE_BPS = 100; in constants.ts
I get the following error:
Simulation failed.
Message: Transaction simulation failed: Error pro…
-
Programs fail to compile when including Accounts structs from other modules than main `lib`. Not sure if this is a bug or feature. I asked on Discord but no one replied. Common use cases would be sane…
-
When Solana unlocks the Group and Member accounts on Mainnet, we will want to transition the group member structure in WNS to the native Solana Group/Member accounts.
I propose we knock this out in…
-
I try to use this SDK but it cannot work today.
The error message is
Error: failed to get info about account FGcPiq5oRXaDUZoxmDTQYPsRfxAMQUVxjNNZTWCwKzMJ: Error: 401 Unauthorized: Unauthorized
at C…
-
I hope that I only need the desktop sender's private key, the receiver's invoice, the sending amount, and the corresponding minting address to send the corresponding SPL, because I don't know how to o…
-
I am using the AccountSubscribe method to subscribe to messages from the baseVault and quoteVault accounts on Orca and Raydium, but I am not receiving any, while new SPL Transfers can already be queri…
-
A thread of Solana runtime features that would be awesome.
* Ephemeral accounts. This would allow us to generate CPI clients that can pass return values as one would expect (without requiring the c…