Tiago Carvalho

Results 7 issues of Tiago Carvalho

Deprecate old methods when v1.9 goes live according to: https://docs.solana.com/developing/clients/jsonrpc-api#json-rpc-api-deprecated-methods

Implement transaction V2 & CU requests.

Run `dotnet format` with `end_of_line = crlf` in `.editorconfig`. run for both net5 and net6, otherwise future PR backporting becomes non-trivial.

Lack of async methods in batching requests make it unuseable with avalonia and blazor wasm

enhancement

API consumers shouldn't have access to this knowledge, this should be strictly on the wallet side. Why? Today I was investigation a couple of phishing websites, and both of them...

Problem When transactions request extra heap size via the `ComputeBudgetInstruction::RequestHeapFrame`, programs still run out of memory at the 32Kb default heap size. The culprit is the default allocator that is...