timaiv

Results 6 issues of timaiv

- **What version of the product are you using?** v85.3.130 - **What architecture x86 or x64?** Both - **On what operating system?** Win10 - **Are you using `WinForms`, `WPF` or...

wpf
up-for-grabs

#### Problem Using `onLogs` and rpc `https://api.devnet.solana.com` i rarely get transactions with missed signature. Example (from app logs): ![image](https://user-images.githubusercontent.com/36565658/183598904-ebed250d-3d4f-422d-b852-09b9b75283d5.png) Using program logs data, i found this transaction exists in blockchain...

**Version** 6.0.1 **Exception message:** `The parameterized query '(@p0 bigint,@p1 datetime2(7),@p2 int,@p3 int,@p4 varchar(100),@p' expects the parameter '@p5', which was not supplied.` **How to reproduce:** ```cs .WhenMatched((dbTx, upTx) => new TransactionInfo()...

`CancellationTokenSource` **should** be disposed. Since we use timer (`CancelAfter`) it **must** be disposed properly. https://github.com/Nethereum/Nethereum/blob/d1edf622614fb935ac8809a4b344b1b94d3a1820/src/Nethereum.JsonRpc.RpcClient/RpcClient.cs#L116C17-L117C1 https://stackoverflow.com/questions/6960520/when-to-dispose-cancellationtokensource http://web.archive.org/web/20160203062224/http://blogs.msdn.com/b/pfxteam/archive/2012/03/25/10287435.aspx https://github.com/dotnet/runtime/blob/aaab1701493d2e3bf392cac79f95a167039c9250/src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs#L427 https://github.com/dotnet/runtime/blob/aaab1701493d2e3bf392cac79f95a167039c9250/src/libraries/System.Private.CoreLib/src/System/Threading/CancellationTokenSource.cs#L539 ## Expected Behavior **using** var cancellationTokenSource = new CancellationTokenSource(); or cancellationTokenSource.Dispose()...

Misleading timeout exception message (different time). ex.Message = "Rpc timeout after 20000 milliseconds" ex.InnerException.Message = "The request was canceled due to the configured HttpClient.Timeout of 6 seconds elapsing." ![image](https://user-images.githubusercontent.com/36565658/229293438-069dfc4c-e017-45cc-8a31-e4bc0ae7d327.png) ##...

**Describe the bug** {"Specified argument was out of the range of valid values. (Parameter 'offset')"} exception in `ParseData`. **Reproduce** Create nft without `creators` but with `primarySaleHappened`. **Why** `(binData.GetU16(MetadataAccountLayout.creatorsOffset)` gives `256`...

bug