-
I'm running through the example now on Windows 10 and when I get to the build step (https://github.com/solana-labs/example-helloworld#build-the-on-chain-program), when building the rust version (>npm …
-
It would be good to add support for the Solana C SDK
riptl updated
3 months ago
-
#### 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…
-
Hey i have the error mentioned in the title, do someone know how to fix it ? details down
```
node_modules/@orca-so/sdk/node_modules/@solana/spl-token/lib/index.d.ts:28:28 - error TS2709: Cannot…
-
### Problem
The following `Cargo.toml` cannot resolve a version of a dependency:
```toml
[package]
name = "dependency-resolution"
version = "0.1.0"
edition = "2021"
[dependencies]
# Buil…
-
I'm getting a resolution issue related to the `"@solana/buffer-layout": "4.0.0"` resolution and breaking changes to the lib.
There's an extensive thread related to this issue located at https://git…
h4rkl updated
2 years ago
-
I keep encountering this error whenever I try to send transactions for creating associated token account
```
Error sending transaction: {
"code":-32002,
"message":"Transaction simulation faile…
-
Hi,
Thanks for your work on the go sdk library support for solana. Is there a plan on supporting SPL token program 2022 - https://spl.solana.com/token-2022? What's the timeline for including this s…
-
When using the `pinenacl` package version 0.5.1 with the current Dart SDK, a build error occurs due to the method `UnmodifiableUint8ListView` not being found. This issue appears to be related to cha…
-
Hi, i follow solana bootcamp lecture from youtube and trying to run some code from this repo.
got error when running `cargo build-bpf`
rustup show:
```
Default host: x86_64-apple-darwin
rustup …