Skip to content

Commit

Permalink
Removed TODO:(PR#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur authored and claravanstaden committed Feb 5, 2024
1 parent 86aad7f commit 2d08e1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,6 @@ parameter_types! {
27,
"DOT_SLASH_DEFER_DURATION"
);
// TODO:(PR#137) - check MaxExposurePageSize/MaxNominators 512?
pub const MaxExposurePageSize: u32 = 512;
// Note: this is not really correct as Max Nominators is (MaxExposurePageSize * page_count) but
// this is an unbounded number. We just set it to a reasonably high value, 1 full page
Expand Down Expand Up @@ -917,7 +916,6 @@ impl claims::Config for Runtime {
parameter_types! {
// Minimum 100 bytes/KSM deposited (1 CENT/byte)
pub const BasicDeposit: Balance = 1000 * CENTS; // 258 bytes on-chain
// TODO:(PR#137) - check ByteDeposit?
pub const ByteDeposit: Balance = deposit(0, 1);
pub const SubAccountDeposit: Balance = 200 * CENTS; // 53 bytes on-chain
pub const MaxSubAccounts: u32 = 100;
Expand Down
1 change: 0 additions & 1 deletion relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ parameter_types! {
"DOT_SLASH_DEFER_DURATION"
);
pub const RewardCurve: &'static PiecewiseLinear<'static> = &REWARD_CURVE;
// TODO:(PR#137) - check MaxExposurePageSize/MaxNominators 512?
pub const MaxExposurePageSize: u32 = 512;
// Note: this is not really correct as Max Nominators is (MaxExposurePageSize * page_count) but
// this is an unbounded number. We just set it to a reasonably high value, 1 full page
Expand Down
1 change: 0 additions & 1 deletion system-parachains/gluttons/glutton-kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ construct_runtime! {
ParachainSystem: cumulus_pallet_parachain_system = 1,
ParachainInfo: parachain_info = 2,

// TODO:(PR#137) - do we still need this?
// DMP handler.
CumulusXcm: cumulus_pallet_xcm = 10,
MessageQueue: pallet_message_queue = 11,
Expand Down

0 comments on commit 2d08e1b

Please sign in to comment.