Closed crnbarr93 closed 6 hours ago
[!CAUTION]
Review failed
The pull request is closed.
The changelog has been updated to document several significant changes in the project. New features include Curve ADO, IBC Registry ADO, and Denom Validation in IBC Registry ADO, among others. The vesting contract has undergone modifications, including the removal of staking and a change in time measurement from seconds to milliseconds. Additionally, validation has been added to the vesting instantiation process, and fixes have been implemented for precision issues and the Crowdfund message handler. The tracking of schemas has been removed, while the overall structure of the changelog remains intact.
File | Change Summary |
---|---|
CHANGELOG.md | - Added features: Curve ADO, IBC Registry ADO, Denom Validation in IBC Registry ADO, Kernel ICS20 Transfer with Optional ExecuteMsg, IBC Denom Wrap/Unwrap. - Fixed: Added validation to the vesting instantiation process, fixed precision issue with vestings claim batch method, fixed Crowdfund error related to QueryMsg::Tiers message handler. - Removed: Staking from vesting contract. - Changed: Vesting to use milliseconds instead of seconds and removed unnecessary is_multi_batch_enabled flag. |
🐇 In the garden of code, changes bloom bright,
New features sprout, a marvelous sight!
Vesting now ticks in milliseconds' grace,
With fixes and removals, we quicken the pace.
Hooray for the updates, let’s hop with delight,
In CodeRabbit's burrow, everything feels right! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Motivation
Fixes the changelog for v1.1 release
Summary by CodeRabbit
New Features
Bug Fixes
QueryMsg::Tiers
message handler.Changes
is_multi_batch_enabled
flag.