You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,21 @@ All notable changes to this project will be documented in this file. The format
9
9
[comment]: <>(Fixed: any bug fixes)
10
10
[comment]: <>(Security: in case of vulnerabilities)
11
11
12
+
## [2.2.0]
13
+
14
+
### Added
15
+
* Changes to QueryGlobalState and GetAccountInfo methods to support changes in Casper node v1.5.5 [PR#50](https://github.com/make-software/casper-net-sdk/pull/50).
16
+
17
+
### Fixed
18
+
* We use `ToLowerInvariant()` instead of `ToLower()` to avoid problems with some CultureInfos [PR#52](https://github.com/make-software/casper-net-sdk/pull/52).
19
+
* XML Documentation included into the nuget packages [PR#53](https://github.com/make-software/casper-net-sdk/pull/53).
20
+
*`isSystem` property in the Block Proposer class marked obsolete and replaced with `IsSystem`[PR#51](https://github.com/make-software/casper-net-sdk/pull/51).
21
+
22
+
### Changed
23
+
* The SDK now links with `BouncyCastle.Cryptography` package instead of `BouncyCastle.NetCore` which was based on a
24
+
mirror of the official package.
25
+
* Testnet node in the examples updated to a working URL.
26
+
12
27
## [2.1.0]
13
28
14
29
### Fixed
@@ -62,6 +77,7 @@ This new type permits to parse correctly the value `"00"` used for system blocks
0 commit comments