-
I faced an error `Bad log line` when parsing log with pattern: `Program consumption...`. The transaction signature is https://solana.fm/tx/4WGGLsseFyt3gyw4NNXAZnAEpFSq5r9uq8N4aHLefrGueacbgtb4DTmLNwY7D…
-
Currently priority fees are only enabled in developer mode. We should use them automatically when not in developer mode. We will need some type of heuristic or retry logic for this. Related API that w…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Platform
all
### App version
_No response_
### Feature
[PayNym](https://bitcoiner.guide/payn…
-
![image](https://github.com/solana-playground/solana-playground/assets/75632120/e313d695-c8ac-4f7b-b44f-5afe4b2b679e)
Hello there!
I need help related to the deployment, I deployed my contract Y…
-
Hi, can we get updated version for this repo `example-helloworld` since building latest throws error when running `cargo build-bpf`.
```
❯ cargo build-bpf
info: uninstalling toolchain 'solana'
in…
-
Is there any way to derive PDAs using this package ?
-
There is no Etherscan on Solana that we could use to publicly verify deployed contracts, but maybe we could add a public helper script using Anchor Verifiable Builds so users could verify themselves, …
-
It would be useful to have RPC client-side snippets in golang for the existing recipes. Here is the go library https://github.com/portto/solana-go-sdk
Update: Use https://github.com/gagliardetto/sol…
-
There are a few corners of the current RPC spec that requires knowledge about onchain programs and the ability to interpret them (or rely on some kind of indexed data store) - in particular to support…
-
Since `v1.10.0` at `@solana/web3.js`, `Account` was deprecated. So we should update `@solana/web3.js` package and replace `Account` with `KeyPair`.