git.delta.rocks / unique-network / refs/commits / 6a580826c34a

difftreelog

source

pallets/app-promotion/CHANGELOG.md1.1 KiBsourcehistory
1# Change Log23All notable changes to this project will be documented in this file.45<!-- bureaucrate goes here -->67## [0.2.1] - 2023-06-2389### Changed1011- Removed types associated with support for `Currency` trait.1213### Fixed1415- Benchmarks.16  17## [0.2.0] - 2023-05-191819### Changed2021- **Breaking:** migration from `Currency` traits to `Fungible` ones in constraints22  for `Config::Currency` associated type.2324## [0.1.6] - 2023-04-192526- ### Fixed2728- Useless `on_runtime_upgrade()` has been removed2930## [0.1.5] - 2023-02-143132### Added3334- `unstake_partial` extrinsic.3536## [0.1.4] - 2023-01-313738### Changed3940- Balance reservation when calling the unstake method is removed.41  Now the locked balance (by AppPromo) does not change until the unlock interval expires.4243## [0.1.3] - 2022-12-254445### Fixed4647- Benchmarks for `payoutStakers` and `unstake` extrinsics.4849## [0.1.2] - 2022-12-205051### Fixed5253- The behaviour of the `payoutStakers` extrinsic54  in which only one stake is calculated for the last processed staker.5556## [0.1.1] - 2022-12-135758### Added5960- The ability to configure pallet `app-promotion` via the `configuration` pallet.