Skip to content

Releases: msanlisavas/CSPR.Cloud.Net

1.0.7

11 Nov 13:46
24265dd
Compare
Choose a tag to compare

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.

1.0.6

01 Jul 13:17
ca8a144
Compare
Choose a tag to compare
  • Fixed mainnet baseUrl

1.0.2

01 Jul 13:16
ca8a144
Compare
Choose a tag to compare
  • Fixed an issue where mainnet endpoints were using testnet baseurl.
    Changes:
  • GetAccountInfo endpoint replaced with GetAccountInfoAsync

1.0.0

26 Jun 08:53
90306bd
Compare
Choose a tag to compare

Initial release