Skip to content

Commit

Permalink
Merge pull request #685 from Setheum-Labs/add-vesting
Browse files Browse the repository at this point in the history
start here Spec version 1
  • Loading branch information
balqaasem authored Dec 23, 2021
2 parents accb456 + 2de95e3 commit 4a9d225
Show file tree
Hide file tree
Showing 23 changed files with 1,404 additions and 674 deletions.
14 changes: 0 additions & 14 deletions lib-serml/auction-manager/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,20 +172,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
14 changes: 0 additions & 14 deletions lib-serml/cdp-engine/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,20 +258,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
14 changes: 0 additions & 14 deletions lib-serml/cdp-treasury/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,20 +256,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
14 changes: 0 additions & 14 deletions lib-serml/currencies/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,20 +243,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
14 changes: 0 additions & 14 deletions lib-serml/emergency-shutdown/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,20 +251,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
14 changes: 0 additions & 14 deletions lib-serml/loans/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,20 +220,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
14 changes: 0 additions & 14 deletions lib-serml/nft/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,20 +235,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
14 changes: 0 additions & 14 deletions lib-serml/serp-setmint/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,20 +261,6 @@ impl SerpTreasury<AccountId> for MockSerpTreasury {
unimplemented!()
}

fn get_treasury_serpup(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_treasury_serplus(
_amount: Balance,
_currency_id: CurrencyId
) -> DispatchResult {
unimplemented!()
}

fn get_cashdrop_serplus(
_amount: Balance,
_currency_id: CurrencyId
Expand Down
Loading

0 comments on commit 4a9d225

Please sign in to comment.