iota.lib.csharp
iota.lib.csharp copied to clipboard
Iota.Lib.Csharp
use the same code
**Please see the below screen shot.**   **_Please give us a solution as soon as possible. Any help is worth for us._**
- All changes only affect the .NET standart library - UnitTests passed for the Pearldiver.cs version - Refactored some Testcases so they fit the "arrange act assert"-Pattern
Getting Iota.Lib.CSharp.Api.Utils.IotaApiException: 'Invalid API Version' Guessing this is due to the lib being compatible with 1.2.4 and not later versions. Any chance this could be updated? If not, is there...
Hello, Nice work by all contribs! To get the lib working with carriota field HTTPS I had to modify: private GenericIotaCoreApi.CreateBaseUrl() to: ``` private string CreateBaseUrl() { if(_host.Contains("http://") || _host.Contains("https://"))...
What's the ETA for **.NET Core 2.1** version?
This should be updated to use/implement Kerl to be compatible with the current snapshot and IRI-1.3.X(.X).
Is an update coming to support the latest IRI version? Thank you.
Exceptions while deserializing response led to wrong exception. Fixed now. Failing unit tests due to node incompatibilities.