gagliardetto
gagliardetto
I have no relation to solscan.
You need to sign it (replacing the existing signature).
Hi @iamnotaturtle ! Sorry for the long wait, and thanks for opening a PR. I haven't been keeping up with the changes in the Solana program library; All of the...
Hi > What's the timeline for including this support in the sdk? There's currently no timeline.
that ``` "data": "J" ``` is base64 (base58?) encoded by array. If you go read the source code of the token program, you will see that `syncNative` instruction is number...
Is the transaction a "versioned" transaction with some accounts residing in an "account lookup table"?
I was able to fix the issue modifying this line of code: From this: https://github.com/jmorganca/ollama/blob/1ca484f67e6f607114496211004942013e5595eb/llm/llama.go#L299 to this: ```go layers := int(freeBytes/bytesPerLayer) * 3 / 5 ```
hey @FarinM > Does not seem to work (the tx doesn't hit solana). When trying without it hits What do you mean?
> Basically the transaction doesn't make it to the network. It just fails and never reaches when using the module. What's the error? Is it the `custom program error: 0xa7`?
Does it work with https://github.com/gagliardetto/solana-go/releases/tag/v1.7.1 ?