Solnet
Solnet copied to clipboard
Solana's .NET SDK and integration library.
**Describe the bug** Subscribe with streaming rpc client can miss subscription result stucking the subscription state in `WaitingResult` **To Reproduce** There is no perfect scenario given this a race condition,...
| Status | Type | ⚠️ Core Change | Issue | | :---: | :---: | :---: | :--: | | Ready| Bug | No | | ## Problem Support...
> ⚠️ NOTE: Use notes like this to emphasize something important about the PR. > > This could include other PRs this PR is built on top of; API breaking...
**Describe the bug** I tried to import all the dll files to my unity project, I can write some code to invoke most of the functions, but it does't work...
When I try to deserialize a partially signed transaction (using Message.Deserialize), the existing Signers aren't deserialized. ``` var message = Message.Deserialize(compiledTransaction); var tx = Transaction.Populate(message); tx.Signers is empty ``` Example...
| Status | Type | ⚠️ Core Change | Issue | | :---: | :---: | :---: | :--: | | Hold | Feature | Yes | [Link](https://github.com/bmresearch/Solnet/issues/361) | ##...
Hi , I used Solnet.Programs 5.0.6 InstructionDecoder Error Check PLZ block.Transactions Error : blocknumber=135000024, txid=2nhm83k3LKPGaYzEZPCc1TfTbc5CwBEy7UfELMSpqfeLHuvE8NENhRHsfVxUJszixNiUQLG1wpTCz4ehGCBTTt3y, Ex=System.ArgumentException: Enum underlying type and the object must be same type or object must be...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
Deprecate old methods when v1.9 goes live according to: https://docs.solana.com/developing/clients/jsonrpc-api#json-rpc-api-deprecated-methods
**Is your feature request related to a problem? Please describe.** Custom implementation of websocket may be required to reconnect and maintain socket state alive. More effecient websockets are also available...