Skip to content

@cardano-sdk/[email protected]

Compare
Choose a tag to compare
@lace-bot lace-bot released this 29 Nov 09:00
· 1304 commits to master since this release
02a0eff

0.22.0 (2023-11-29)

⚠ BREAKING CHANGES

  • stake registration and deregistration certificates now take a Credential instead of key hash
  • core: remove unused type EpochSlots
  • core: deprecate QueryStakePoolsArgs.apyEpochsBackLimit
  • deprecate StakePoolMetrics.apy
  • deprecate and make optional StakePoolMetrics.epoch
  • deprecate and make optional StakePoolMetrics.memberROI

Features

  • core: add era summary to epoch slots calc return value (44f2216)
  • core: update serialization for resign committee cold certificate (1ecd4a3)
  • stake registration and deregistration certificates now take a Credential instead of key hash (49612f0)

Bug Fixes

  • core: fix invalid serialization of stakeVoteDelegation certificate (cebf485)
  • core: script hash credentials are now encoded correctly when converted to addresses (af8743b)
  • core: update length argument errors for certificate serialization (866d81c)

Code Refactoring

  • core: prepare the types for typeorm stake pool provider with ros interface (ff2d9ca)