Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
msanlisavas authored Nov 11, 2024
1 parent 4c5c8d7 commit 2edd914
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# CSPR.Cloud.Net

## Release Notes
### v1.0.7
- Update tests and client for new validator performance data

Updated `CSPRCloudNetTests.cs`:
- Added assertion to check `Score` values are not null.
- Replaced `AverageScore` ordering checks with `Score` ordering checks.

Updated `CasperCloudRestClient.cs`:
- Changed return type of `GetHistoricalValidatorsAveragePerformanceAsync` to `PaginatedResponse<RelativeValidatorPerformanceData>`.
- Updated endpoint call, method signature, and documentation to reflect new return type.

These changes ensure compatibility with updated data structures and API responses, improving the accuracy and reliability of tests and client methods.


### v1.0.6
- Fixed mainnet baseUrl
### v1.0.2
Expand Down

0 comments on commit 2edd914

Please sign in to comment.