Releases: msanlisavas/CSPR.Cloud.Net
Releases · msanlisavas/CSPR.Cloud.Net
1.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 withScore
ordering checks.
Updated CasperCloudRestClient.cs
:
- Changed return type of
GetHistoricalValidatorsAveragePerformanceAsync
toPaginatedResponse<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.
1.0.6
- Fixed mainnet baseUrl
1.0.2
- Fixed an issue where mainnet endpoints were using testnet baseurl.
Changes: - GetAccountInfo endpoint replaced with GetAccountInfoAsync
1.0.0
Initial release