git.delta.rocks / unique-network / refs/commits / 0d52e2cbc000

difftreelog

source

pallets/app-promotion/CHANGELOG.md1.2 KiBsourcehistory
1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->67## [0.2.2] - 2024-03-2189### Changed1011- Unstake of skipped blocks is now available to `Signed` origin.1213## [0.2.1] - 2023-06-231415### Changed1617- Removed types associated with support for `Currency` trait.1819### Fixed2021- Benchmarks.22  23## [0.2.0] - 2023-05-192425### Changed2627- **Breaking:** migration from `Currency` traits to `Fungible` ones in constraints28  for `Config::Currency` associated type.2930## [0.1.6] - 2023-04-193132- ### Fixed3334- Useless `on_runtime_upgrade()` has been removed3536## [0.1.5] - 2023-02-143738### Added3940- `unstake_partial` extrinsic.4142## [0.1.4] - 2023-01-314344### Changed4546- Balance reservation when calling the unstake method is removed.47  Now the locked balance (by AppPromo) does not change until the unlock interval expires.4849## [0.1.3] - 2022-12-255051### Fixed5253- Benchmarks for `payoutStakers` and `unstake` extrinsics.5455## [0.1.2] - 2022-12-205657### Fixed5859- The behaviour of the `payoutStakers` extrinsic60  in which only one stake is calculated for the last processed staker.6162## [0.1.1] - 2022-12-136364### Added6566- The ability to configure pallet `app-promotion` via the `configuration` pallet.