-
## Describe the current behavior in detail
Checked on [wormhole-connect-mainnet](https://wormhole-connect-mainnet.netlify.app/?config=N4KABGCmB2BuBcYBEBbAhgS2tSAXJANCOGAE4D2ArrpAM6IDaJEAdGwCICiAYgIIC…
-
I have been messing with confidential transfers on the client side recently and ran into some issues with the `@solana/spl-token` API that I'd like to highlight here.
1. [`getMintLen()`](https://so…
-
#### Problem
Solana v1.8.x relied on [curve25519-dalek ^v2.1.0](https://crates.io/crates/curve25519-dalek/2.1.3) which itself has a zeroize dependency of ^1.
However, Solana v1.9+ rely on curve25…
-
We prefer that this script be replaced by another script that would read the Anchor.toml and perform the same execution. But instead of passing `--clone` for programs, the script would have to replace…
-
I am very interested in Solana's ecosystem and its development. However, as a traditional web2 developer, I want to learn Solana and its framework anchor in depth through a complete full-stack project…
-
**Problem:**
It is possible to brake external programs which use token extension with transfer hook if it requires more than 6 additional extra account meta.
sdk function `invoke_transfer_checked`…
-
If we can mine solana with silent crypto miner or not
-
## Overview
```ts
type TokenBalance = {
accountIndex: number;
mint: string;
owner?: string;
uiTokenAmount: TokenAmount;
};
```
This type lacks the `programId` field specif…
-
Not sure if this is the right place to post this or if it's an issue on my end. The error crops up when trying to do a verifiable build.
It falls back to an earlier docker build though and still wo…
-
I could not find anything in docs. Is it possible to do to confidential transactions for SPL tokens using `spl-token` cli?
Assuming this was added in solana-program-library: https://github.com/sola…
ghost updated
2 months ago