nazbrok

Results 5 issues of nazbrok

Hi, I have this error whenever i try to add a xbmc server in the settings. I am on a synology, could it be read/write access issue to some file...

bug
research

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...

bug

Hi, it's actually impossible to use the latest packages of CryptoExchange.Net the version is fixed in the dependency of the nuget package (actually binded to version 0.0.44). Any reason for...

enhancement
question

Solana introduced [versioned transaction]( https://edge.docs.solana.com/developing/versioned-transactions) currently Solnet support only LEGACY transaction because the optional parameter `maxSupportedTransactionVersion` is not set on getBlock and getTransaction to my understanding we just need to...

bug

This PR aim to fix the issue #426 Solana added versionned transaction since EPOCH 358. Current version of solnet only support `getTransaction` and `getBlock` on LEGACY version. To be able...