mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Dex improvements (#422)
* remove dex traits&balance types * remove liq tokens pallet in favor of coins-pallet instance * fix tests & benchmarks * remove liquidity tokens trait * fix CI * fix pr comments * Slight renamings * Add burn_with_instruction as a negative to LiquidityTokens CallFilter * Remove use of One, Zero, Saturating taits in dex pallet --------- Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
This commit is contained in:
@@ -508,7 +508,12 @@ async fn mint_and_burn_test() {
|
||||
serai
|
||||
.publish(
|
||||
&serai
|
||||
.sign(serai_pair, &SeraiCoins::burn(out_instruction), nonce, Default::default())
|
||||
.sign(
|
||||
serai_pair,
|
||||
&SeraiCoins::burn_with_instruction(out_instruction),
|
||||
nonce,
|
||||
Default::default(),
|
||||
)
|
||||
.unwrap(),
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user