Skip to content

Commit 63c853c

Browse files
authored
Merge pull request #18 from Zondax/update-2091
2 parents cabef40 + ea43cc8 commit 63c853c

36 files changed

Lines changed: 23684 additions & 22590 deletions

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ APP_LOAD_PARAMS = --curve ed25519 $(COMMON_LOAD_PARAMS) --path $(APPPATH)
9999

100100
ifeq ($(TARGET_NAME),TARGET_NANOS)
101101
APP_LOAD_PARAMS += --appFlags 0x000
102-
APP_STACK_SIZE:=3144
102+
APP_STACK_SIZE:=3136
103103
ICONNAME:=$(CURDIR)/nanos_icon.gif
104104
OUTPUT_ELF ?= $(CURDIR)/output/app_s.elf
105105
OUTPUT_INSTALLER := $(CURDIR)/pkg/installer_s.sh

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the `transaction_version` field of `Runtime`
22
APPVERSION_M=1
33
# This is the `spec_version` field of `Runtime`
4-
APPVERSION_N=2083
4+
APPVERSION_N=2091
55
# This is the patch version of this release
66
APPVERSION_P=0

app/rust/Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/common/parser_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* (c) 2019 - 2022 Zondax GmbH
2+
* (c) 2019 - 2022 Zondax AG
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/parser_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* (c) 2019 - 2022 Zondax GmbH
2+
* (c) 2019 - 2022 Zondax AG
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/parser_impl_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* (c) 2019 - 2022 Zondax GmbH
2+
* (c) 2019 - 2022 Zondax AG
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/substrate/substrate_coin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* (c) 2019 - 2022 Zondax GmbH
2+
* (c) 2019 - 2022 Zondax AG
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/substrate/substrate_dispatch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* (c) 2019 - 2022 Zondax GmbH
2+
* (c) 2019 - 2022 Zondax AG
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

app/src/substrate/substrate_dispatch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* (c) 2019 - 2022 Zondax GmbH
2+
* (c) 2019 - 2022 Zondax AG
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)