Skip to content

v2.2.0

Compare
Choose a tag to compare
@davidatwhiletrue davidatwhiletrue released this 20 Feb 19:22
· 32 commits to master since this release
bbb2883

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 of ToLower() 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 with IsSystem PR#51.

Changed

  • The SDK now links with BouncyCastle.Cryptography package instead of BouncyCastle.NetCore which was based on a
    mirror of the official package.
  • Testnet node in the examples updated to a working URL.