-
Older versions of solana-sdk and solana-program are largely broken, and the advice seems to be upgrade old versions to the latest v1.18.0 version:
https://github.com/coral-xyz/anchor/issues/2953
C…
-
This is a copy of https://github.com/solana-labs/solana/issues/30400
#### Problem
If a stake is delegated, becomes active, and then gets deactivated, the `delegation` is always present in its `S…
-
Anchor:
anchor-cli 0.24.2
Rust:
rustc 1.60.0 (7737e0b5c 2022-04-04)
```
`yokoiakiomini2@yokoiakiomini2s-Mac-mini solana-twitter % anchor build
BPF …
-
When running a manual transfer using the wormhole connect sdk for CCTP, Use this example https://github.com/wormhole-foundation/wormhole-sdk-ts/blob/develop/examples/src/cctp.ts. The transaction fails…
-
```[TypeError: undefined is not a function]``` with other requests work fine for example: ```sdk.threads.findSummaryAll()``` or ``` sdk.dapps.findAll()```
-
# Problem description
The current [SignTransaction](https://github.com/coral-xyz/backpack/blob/master/packages/provider-core/src/provider-solana-xnft.ts#L109) (Solana implementation) only accepts a…
-
Is it possible to use this program to deploy a smart contract/program? Thanks.
-
#### Problem
This is a response to issues like https://github.com/solana-labs/solana/issues/32503 -- the upgrade to 1.16 was very painful for program developers because of the breaking changes betw…
-
Bug report
RPC url devnet + Wallet adapter devnet + Solflare devnet = I have this error when I try to sign a message in devnet:
Code example:
``` ts
const { signMessage } = use…
-
**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`…