Skip to content

Commit c05f20f

Browse files
muharembkchr
andauthored
Kusama Treasury: remove funding to the Kappa Sigma Mu Society and disable burn (#507)
Fixes #500 --------- Co-authored-by: Bastian Köcher <[email protected]>
1 parent 46dcafc commit c05f20f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Changelog
22

3+
Changelog for the runtimes governed by the Polkadot Fellowship.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
37
## [Unreleased]
48

59
### Added
610

711
- Location conversion tests for relays and parachains ([polkadot-fellows/runtimes#487](https://github.com/polkadot-fellows/runtimes/pull/487))
812

9-
Changelog for the runtimes governed by the Polkadot Fellowship.
13+
### Changed
1014

11-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15+
- Kusama Treasury: remove funding to the Kappa Sigma Mu Society and disable burn ([polkadot-fellows/runtimes#507](https://github.com/polkadot-fellows/runtimes/pull/507))
1216

1317
#### From [#490](https://github.com/polkadot-fellows/runtimes/pull/490)
1418

relay/kusama/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ parameter_types! {
828828
pub const ProposalBondMinimum: Balance = 2000 * CENTS;
829829
pub const ProposalBondMaximum: Balance = GRAND;
830830
pub const SpendPeriod: BlockNumber = 6 * DAYS;
831-
pub const Burn: Permill = Permill::from_perthousand(2);
831+
pub const Burn: Permill = Permill::zero();
832832
pub const TreasuryPalletId: PalletId = PalletId(*b"py/trsry");
833833
pub const PayoutSpendPeriod: BlockNumber = 30 * DAYS;
834834
// The asset's interior location for the paying account. This is the Treasury
@@ -852,7 +852,7 @@ impl pallet_treasury::Config for Runtime {
852852
type RuntimeEvent = RuntimeEvent;
853853
type SpendPeriod = SpendPeriod;
854854
type Burn = Burn;
855-
type BurnDestination = Society;
855+
type BurnDestination = ();
856856
type MaxApprovals = MaxApprovals;
857857
type WeightInfo = weights::pallet_treasury::WeightInfo<Runtime>;
858858
type SpendFunds = Bounties;

0 commit comments

Comments
 (0)