Skip to content

Commit 5bbf8a0

Browse files
Merge pull request #103 from make-software/rc-3.0.0
prepare 3.0 release
2 parents 36bb573 + fe781bc commit 5bbf8a0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ All notable changes to this project will be documented in this file. The format
99
[comment]: <> (Fixed: any bug fixes)
1010
[comment]: <> (Security: in case of vulnerabilities)
1111

12+
## [3.0.0]
13+
14+
This version is identical to `3.0.0-beta4`. Please review the changes in the previous beta releases, and refer to the [Migration guide](https://github.com/make-software/casper-net-sdk/blob/master/Docs/Articles/Casper20MigrationGuide.md) if you’re updating a project from `v2.x`.
15+
16+
## [3.0.0-beta4]
17+
18+
### Added
19+
20+
* Added the `Unbond` bid kind to the `Bids` list in the get auction info response.
21+
1222
## [3.0.0-beta3]
1323

1424
### Added
@@ -182,6 +192,8 @@ This new type permits to parse correctly the value `"00"` used for system blocks
182192
### Added
183193
* Initial release of Casper .NET SDK.
184194

195+
[3.0.0]: https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0
196+
[3.0.0-beta4]: https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0-beta4
185197
[3.0.0-beta3]: https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0-beta3
186198
[3.0.0-beta2]: https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0-beta2
187199
[3.0.0-beta1]: https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0-beta1

Casper.Network.SDK/Casper.Network.SDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<LangVersion>9.0</LangVersion>
66
<NoWarn>CS1591</NoWarn>
77
<AssemblyVersion>3.0.0.0</AssemblyVersion>
8-
<FileVersion>3.0.0-beta3</FileVersion>
9-
<PackageVersion>3.0.0-beta3</PackageVersion>
8+
<FileVersion>3.0.0</FileVersion>
9+
<PackageVersion>3.0.0</PackageVersion>
1010
<Title>Casper.Network.SDK</Title>
1111
<Authors>make-software</Authors>
1212
<PackageProjectUrl>https://github.com/make-software/casper-net-sdk</PackageProjectUrl>

Docs/Articles/Casper20MigrationGuide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ if (finalitySignature.Version == 2) {
179179
}
180180
```
181181

182+
### Auction info
183+
184+
The response from `GetAuctionInfo()` has changed. In v2.x, it returned a list of validators, each containing a list of delegators assigned to them. In v3.0, the SDK now returns a flat list that includes all validators and delegators, along with additional bid entries such as Reservation and Unbond.
185+
182186
## Other changes
183187

184188
### Last switch block hash

0 commit comments

Comments
 (0)