-
Based on experiments on my machine, the get_poseidon_parameters function lengthens the build time of solana-sdk by 37%. This isn't a mystery since it's 43,000 lines long but I wonder if it can be opti…
-
#### Problem
I'm a Rust developer coming to Solana from the EVM. My first experiences trying to use the CLI for SBF compile/test have been unsuccessful because I use the [Nix](https://nixos.org) pack…
-
Web3authのメモ
homeサイト
https://web3auth.io/docs/quick-start?product=Plug+and+Play&sdk=Plug+and+Play+Web+No+Modal+SDK&platform=React#3-initialize-web3auth-for-your-preferred-blockchain
わかんないものメモ
E…
-
stdout : error: failed to select a version for subtle.
... required by package rustls v0.22.0
... which satisfies dependency rustls = "^0.22" of package tokio-rustls v0.25.0
... which satisfies dep…
-
```
$ ./run.sh deploy
BPF SDK: /home/phil/Downloads/solana-1.10.8/bin/sdk/bpf
cargo-build-bpf child: rustup toolchain list -v
cargo-build-bpf child: cargo +bpf build --target bpfel-unknown-unknown…
-
raydium.liquidity.swap.
Signature 5A4RNPE5eXoDFKowvzK48R2umfLMsewKaduds4v5VpGf9Y1TV1qxMa8mgbXTFZSHRrJipJUpr4VRtikNGTQ4w2g8 has expired: block height exceeded. at Connection.confirmTransactionUsin…
-
eg,
![image](https://user-images.githubusercontent.com/1281082/51397477-2fef4e00-1af6-11e9-9d3b-c24516d9f3be.png)
No good STR right now beyond waiting for user reports, this could use some invest…
-
I'm on an M2 Mac, and I've been trying to create a Dockerfile for aarch64, because the `anchor build` command takes over 15 minutes on my machine when using the [current amd64 image](https://hub.docke…
-
From the [spec](https://github.com/solana-labs/solana-pay/blob/master/SPEC.md#amount):
> If the number of decimal places exceed what's supported for SOL (9) or the SPL token (mint specific), the wall…
-
#### 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…