v2.2.0
davidatwhiletrue
released this
20 Feb 19:22
·
32 commits
to master
since this release
Casper .NET SDK v2.2.0
Added
- Changes to QueryGlobalState and GetAccountInfo methods to support changes in Casper node v1.5.5 PR#50.
Fixed
- We use
ToLowerInvariant()
instead ofToLower()
to avoid problems with some CultureInfos PR#52. - XML Documentation included into the nuget packages PR#53.
isSystem
property in the Block Proposer class marked obsolete and replaced withIsSystem
PR#51.
Changed
- The SDK now links with
BouncyCastle.Cryptography
package instead ofBouncyCastle.NetCore
which was based on a
mirror of the official package. - Testnet node in the examples updated to a working URL.