@@ -28,7 +28,7 @@ Please:
2828- ** Do not use in production**
2929- ** Do not use a Ledger device with funds for development purposes.**
3030- ** Have a separate and marked device that is used ONLY for development and testing**
31- # Karura 1.2083 .x
31+ # Karura 1.2091 .x
3232
3333## System
3434
@@ -151,11 +151,12 @@ Please:
151151| Name | Light | XL | Nesting | Arguments |
152152| :---------- | :------------:| :--------:| :--------:| :--------|
153153| Set alternative fee swap path | | :heavy_check_mark : | | ` OptionVecCurrencyId ` fee_swap_path <br /> |
154- | Enable charge fee pool | | | | ` CurrencyId ` currency_id <br />` VecCurrencyId ` swap_path < br /> ` Balance ` pool_size <br />` Balance ` swap_threshold <br /> |
154+ | Enable charge fee pool | | | | ` CurrencyId ` currency_id <br />` Balance ` pool_size <br />` Balance ` swap_threshold <br /> |
155155| Disable charge fee pool | | :heavy_check_mark : | | ` CurrencyId ` currency_id <br /> |
156156| With fee path | | :heavy_check_mark : | | ` VecCurrencyId ` fee_swap_path <br />` Call ` call <br /> |
157157| With fee currency | | :heavy_check_mark : | | ` CurrencyId ` currency_id <br />` Call ` call <br /> |
158158| With fee paid by | | :heavy_check_mark : | | ` Call ` call <br />` AccountId ` payer_addr <br />` MultiSignature ` payer_sig <br /> |
159+ | With fee aggregated path | | :heavy_check_mark : | | ` VecSwapPath ` fee_aggregated_path <br />` Call ` call <br /> |
159160
160161## Treasury
161162
@@ -164,6 +165,7 @@ Please:
164165| Propose spend | | | | ` CompactBalance ` amount <br />` LookupasStaticLookupSource ` beneficiary <br /> |
165166| Reject proposal | | | | ` Compactu32 ` proposal_id <br /> |
166167| Approve proposal | | | | ` Compactu32 ` proposal_id <br /> |
168+ | Spend | | | | ` CompactBalance ` amount <br />` LookupasStaticLookupSource ` beneficiary <br /> |
167169| Remove approval | | | | ` Compactu32 ` proposal_id <br /> |
168170
169171## Bounties
@@ -521,6 +523,8 @@ Please:
521523| Liquidate | | | | ` CurrencyId ` currency_id <br />` LookupasStaticLookupSource ` who <br /> |
522524| Settle | | | | ` CurrencyId ` currency_id <br />` LookupasStaticLookupSource ` who <br /> |
523525| Set collateral params | | | | ` CurrencyId ` currency_id <br />` ChangeOptionRate ` interest_rate_per_sec <br />` ChangeOptionRatio ` liquidation_ratio <br />` ChangeOptionRate ` liquidation_penalty <br />` ChangeOptionRatio ` required_collateral_ratio <br />` ChangeBalance ` maximum_total_debit_value <br /> |
526+ | Register liquidation contract | | | | ` EvmAddress ` address <br /> |
527+ | Deregister liquidation contract | | | | ` EvmAddress ` address <br /> |
524528
525529## EmergencyShutdown
526530
@@ -632,6 +636,7 @@ Please:
632636| Redeem single | | :heavy_check_mark : | | ` StableAssetPoolId ` pool_id <br />` Balance ` amount <br />` PoolTokenIndex ` i <br />` Balance ` min_redeem_amount <br />` u32 ` asset_length <br /> |
633637| Redeem multi | | :heavy_check_mark : | | ` StableAssetPoolId ` pool_id <br />` VecBalance ` amounts <br />` Balance ` max_redeem_amount <br /> |
634638| Modify a | | | | ` StableAssetPoolId ` pool_id <br />` AtLeast64BitUnsigned ` a <br />` BlockNumber ` future_a_block <br /> |
639+ | Modify fees | | | | ` StableAssetPoolId ` pool_id <br />` OptionAtLeast64BitUnsigned ` mint_fee <br />` OptionAtLeast64BitUnsigned ` swap_fee <br />` OptionAtLeast64BitUnsigned ` redeem_fee <br /> |
635640
636641## ParachainSystem
637642
0 commit comments