-
Hi, I am having errors when trying to run the examples, is the sdk broken on a certain version of a package?
Output:
src/sdk/rpc/connection.ts:38:20 - error TS2614: Module '"./fetch-impl"' has no …
-
Hi
I am currently trying to use your swap api to perform basic token swaps on raydium. I am using the python example code as the base. I have discovered that the api and code work well, but not alw…
-
## Issue Description
I've noticed significantly higher transaction fees when using this library for PumpFun purchases compared to using PumpFun's interface directly.
## Fee Comparison
### Using…
-
Hi there. I am currently studying more about Solana, Rust, and Anchor - so I am still in the early stages of becoming a dApp developer. Even if I am new, I do want to surround myself around the Solana…
-
#### Problem
A node crashed.
It was running Solana version 1.16.21-jito with the --cuda flag.
The operating system is Ubuntu 22.04.3 LTS
The CPU -- Threadripper PRO 5995WX 64-Cores
There were …
-
Thanks for providing the gpu miner implementation for ore, but I meet a runtime error and can't solve it with ease. Is it a environment setup error or platform support issue?
### Environments
* …
-
when i run npm install ,it's can't find package.json
![20241027-183029](https://github.com/user-attachments/assets/e2db415e-a5ec-4787-b505-7524261b0c63)
-
failed to get info about account 27gHNrVJRJZGxAXoCXvimSAsyrwUzrgXxHMJhvJabqXZ: Error: 429 Too Many Requests: {"jsonrpc":"2.0","error":{"code":-32429,"message":"max usage reached"}}
I only used the …
-
#### Problem
When running `solana program deploy` with solana v1.18.8, the process will hang indefinitely and not resign/resend transactions after a while. There's no 5 retries like previous versio…
-
I'm sending bundles successfuly with:
```
func SendBundle(ctx context.Context, txs []*solana.Transaction) (*jito_pb.SendBundleResponse, error) {
logger.Sugar.Info("Sending Bundle...")
if len(t…