WavesCS
WavesCS copied to clipboard
A C# library for interacting with the Waves blockchain
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
**Аbstract** It's not possible now to pass a List as a transaction param according to STDLIB 5, **Motivation and Purposes** Update the library to manage the STDLIB 5 functions
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.9.1 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.9.1 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...
Hello, is there some plan to port this library to the newer version of .NET? For example .NET 5 ? I think there is a problem with "ServicePointManager.SecurityProtocol" where max...
In the TransactionTest.cs file I see var asset = Assets.MONERO; If you look in Assets.cs you can see different Assets (MONERO, DASH, ZEC, etc.). My question is can I use...
If I use var seed = PrivateKeyAccount.GenerateSeed(); - I get exception: System.IO.FileNotFoundException: 'Could not load file or assembly 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. The system cannot find the file specified.'
**Describe the bug** Try to convert TX from Json specifying an alternative chainId throws a "invalid chainId error" This is due to the constructor for TXs requiring a instance of...
the transaction classes have a 'GetBytes' function, is there a way to do the opposite (like 'FromBytes')?