git.delta.rocks / unique-network / refs/commits / 37e76bc01ac1

difftreelog

source

pallets/app-promotion/CHANGELOG.md1002 Bsourcehistory
1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->6## [0.2.0] - 2023-05-1978### Changed910- **Breaking:** migration from `Currency` traits to `Fungible` ones in constraints11  for `Config::Currency` associated type.1213## [0.1.6] - 2023-04-191415- ### Fixed1617- Useless `on_runtime_upgrade()` has been removed1819## [0.1.5] - 2023-02-142021### Added2223- `unstake_partial` extrinsic.2425## [0.1.4] - 2023-01-312627### Changed2829- Balance reservation when calling the unstake method is removed.30  Now the locked balance (by AppPromo) does not change until the unlock interval expires.3132## [0.1.3] - 2022-12-253334### Fixed3536- Benchmarks for `payoutStakers` and `unstake` extrinsics.3738## [0.1.2] - 2022-12-203940### Fixed4142- The behaviour of the `payoutStakers` extrinsic43  in which only one stake is calculated for the last processed staker.4445## [0.1.1] - 2022-12-134647### Added4849- The ability to configure pallet `app-promotion` via the `configuration` pallet.