v1.7.0
This version was released on December 19, 2024.
Breaking Changes
- Renamed
create_timestamp
tocreated_timestamp
in theMPCProject
schema to improve consistency in naming conventions.
New features
- Added the Create claim activity operation for claiming staking rewards.
- Added a new version of the Estimate staking fees operation with improved functionality.
- Added support for staking in the CORE protocol.
- Added the
auto_fuel
property to the request payloads of the following operations to enable the use of Fee Station for automatic transaction fee payment:
Improvements
- Made several fields optional in the
BabylonValidator
schema. - Extended ETH staking functionality by adding the
beacon_validators
property to theEthStakingExtra
schema to represent the list of validator information. - Improved the
StakingPoolId
schema by making it an enum type. - Extended the
ActivityAction
schema with additional enums to cover more actions that can occur during a staking activity. - Deprecated the original version of the "Estimate staking fees" operation.
Full Changelog: v1.6.0...v1.7.0