Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor homa #1648

Merged
merged 36 commits into from
Jan 2, 2022
Merged

refactor homa #1648

merged 36 commits into from
Jan 2, 2022

Conversation

wangjj9219
Copy link
Member

No description provided.

modules/homa/src/lib.rs Outdated Show resolved Hide resolved
modules/homa/src/lib.rs Show resolved Hide resolved
@wangjj9219 wangjj9219 changed the title refactor homa [WIP] refactor homa Dec 8, 2021
@wangjj9219
Copy link
Member Author

still need to add some integration tests

@wangjj9219 wangjj9219 marked this pull request as ready for review December 8, 2021 15:56
@wangjj9219
Copy link
Member Author

/bench runtime mandala module_homa

@ghost
Copy link

ghost commented Dec 20, 2021

Finished benchmark for branch: refactor-homa

Benchmark: Benchmark Runtime Mandala Module

cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_homa --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/

Results

Pallet: "module_homa", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa BumpEraPrefix (r:1 w:0)
Storage: Homa BumpEraFrequency (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 5.902
µs

Reads = 2
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 5.902
µs

Reads = 2
Writes = 0

Pallet: "module_homa", Extrinsic: "on_initialize_with_bump_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa BumpEraPrefix (r:1 w:0)
Storage: Homa BumpEraFrequency (r:1 w:0)
Storage: Homa RelayChainCurrentEra (r:1 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:1 w:0)
Storage: Homa StakingLedgers (r:2 w:1)
Storage: Homa CommissionRate (r:1 w:0)
Storage: Tokens TotalIssuance (r:2 w:2)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:2 w:2)
Storage: HomaXcm XcmDestWeightAndFee (r:4 w:0)
Storage: ParachainInfo ParachainId (r:1 w:0)
Storage: ParachainSystem HostConfiguration (r:1 w:0)
Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
Storage: Homa UnclaimedRedemption (r:1 w:1)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa MintThreshold (r:1 w:0)
Storage: Homa SoftBondedCapPerSubAccount (r:1 w:0)
Storage: UnknownTokens ConcreteFungibleBalances (r:1 w:0)
Storage: Homa RedeemRequests (r:2 w:1)
Storage: Homa Unbondings (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 429.6
µs

Reads = 29
Writes = 15

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 429.6
µs

Reads = 29
Writes = 15

Pallet: "module_homa", Extrinsic: "mint", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa MintThreshold (r:1 w:0)
Storage: Homa StakingLedgers (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa SoftBondedCapPerSubAccount (r:1 w:0)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:1 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 147.3
µs

Reads = 11
Writes = 7

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 147.3
µs

Reads = 11
Writes = 7

Pallet: "module_homa", Extrinsic: "request_redeem", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RedeemRequests (r:1 w:1)
Storage: Homa RedeemThreshold (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 83.22
µs

Reads = 5
Writes = 4

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 83.22
µs

Reads = 5
Writes = 4

Pallet: "module_homa", Extrinsic: "fast_match_redeems", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RedeemRequests (r:1 w:1)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa StakingLedgers (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:1 w:0)
Storage: Homa FastMatchFeeRate (r:1 w:0)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:2 w:2)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 27.8
+ n 109.6
µs

Reads = 8 + (3 * n)
Writes = 5 + (3 * n)

Min Squares Analysis

-- Extrinsic Time --

Data points distribution:
n mean µs sigma µs %
1 145 0.638 0.4%
2 255.4 0.794 0.3%
3 360.8 1.401 0.3%
4 481 10.54 2.1%
5 575.6 5.131 0.8%
6 683.2 3.551 0.5%
7 787.1 2.842 0.3%
8 957.4 54.41 5.6%
9 1026 16.69 1.6%
10 1117 5.764 0.5%
11 1224 6.145 0.5%
12 1331 6.881 0.5%
13 1443 10.2 0.7%
14 1545 4.192 0.2%
15 1652 5.99 0.3%
16 1784 7.317 0.4%
17 1897 19.14 1.0%
18 1996 6.064 0.3%
19 2108 5.193 0.2%
20 2299 69.97 3.0%
21 2367 24 1.0%
22 2431 6.781 0.2%
23 2539 9.048 0.3%
24 2660 10.35 0.3%
25 2738 7.572 0.2%
26 2853 3.559 0.1%
27 2971 7.779 0.2%
28 3081 8.876 0.2%
29 3208 36.86 1.1%
30 3295 14.22 0.4%
31 3411 8.698 0.2%
32 3662 86 2.3%
33 3718 23.68 0.6%
34 3744 9.678 0.2%
35 3918 33.27 0.8%
36 3958 10.36 0.2%
37 4080 6.976 0.1%
38 4210 17.84 0.4%
39 4303 11.63 0.2%
40 4424 7.823 0.1%
41 4522 7.645 0.1%
42 4637 11.02 0.2%
43 4730 8.224 0.1%
44 4835 5.856 0.1%
45 5048 82.19 1.6%
46 5070 18.62 0.3%
47 5209 24.45 0.4%
48 5417 181.9 3.3%
49 5456 55.74 1.0%
50 5499 11.43 0.2%

Quality and confidence:
param error
n 0.155

Model:
Time ~= 22.87
+ n 110.2
µs

Reads = 8 + (3 * n)
Writes = 5 + (3 * n)

Pallet: "module_homa", Extrinsic: "claim_redemption", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RelayChainCurrentEra (r:1 w:0)
Storage: Homa Unbondings (r:2 w:1)
Storage: Homa UnclaimedRedemption (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EVM Accounts (r:1 w:0)
Storage: EvmAccounts Accounts (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 129.5
µs

Reads = 10
Writes = 7

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 129.5
µs

Reads = 10
Writes = 7

Pallet: "module_homa", Extrinsic: "update_homa_params", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa MintThreshold (r:0 w:1)
Storage: Homa SoftBondedCapPerSubAccount (r:0 w:1)
Storage: Homa FastMatchFeeRate (r:0 w:1)
Storage: Homa CommissionRate (r:0 w:1)
Storage: Homa RedeemThreshold (r:0 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 57.41
µs

Reads = 0
Writes = 6

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 57.41
µs

Reads = 0
Writes = 6

Pallet: "module_homa", Extrinsic: "update_bump_era_params", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa BumpEraFrequency (r:0 w:1)
Storage: Homa BumpEraPrefix (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 25.8
µs

Reads = 0
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 25.8
µs

Reads = 0
Writes = 2

Pallet: "module_homa", Extrinsic: "reset_ledgers", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa StakingLedgers (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 11.49
+ n 17.76
µs

Reads = 0 + (1 * n)
Writes = 0 + (1 * n)

Min Squares Analysis

-- Extrinsic Time --

Data points distribution:
n mean µs sigma µs %
0 2.249 0.014 0.6%
1 29.8 0.346 1.1%
2 47.35 0.2 0.4%
3 65.44 0.361 0.5%
4 82.67 0.395 0.4%
5 100.2 0.302 0.3%
6 121.4 6.73 5.5%
7 135.2 0.254 0.1%
8 152.9 0.42 0.2%
9 182.4 9.64 5.2%
10 187.6 0.896 0.4%

Quality and confidence:
param error
n 0.16

Model:
Time ~= 8.289
+ n 18.47
µs

Reads = 0 + (1 * n)
Writes = 0 + (1 * n)

Pallet: "module_homa", Extrinsic: "reset_current_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RelayChainCurrentEra (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 20.31
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 20.31
µs

Reads = 1
Writes = 1

…hmarks --features=with-mandala-runtime -- benchmark --chain=dev --steps=50 --repeat=20 --pallet=module_homa --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/mandala/src/weights/
@wangjj9219
Copy link
Member Author

/bench runtime karura module_homa

@ghost
Copy link

ghost commented Dec 20, 2021

Finished benchmark for branch: refactor-homa

Benchmark: Benchmark Runtime Karura Module

cargo run --release --color=never --bin=acala --features=runtime-benchmarks --features=with-karura-runtime -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_homa --extrinsic="*" --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/

Results

Pallet: "module_homa", Extrinsic: "on_initialize", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa BumpEraPrefix (r:1 w:0)
Storage: Homa BumpEraFrequency (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 5.884
µs

Reads = 2
Writes = 0

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 5.884
µs

Reads = 2
Writes = 0

Pallet: "module_homa", Extrinsic: "on_initialize_with_bump_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa BumpEraPrefix (r:1 w:0)
Storage: Homa BumpEraFrequency (r:1 w:0)
Storage: Homa RelayChainCurrentEra (r:1 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:1 w:0)
Storage: Homa StakingLedgers (r:2 w:1)
Storage: Homa CommissionRate (r:1 w:0)
Storage: Tokens TotalIssuance (r:2 w:2)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:2 w:2)
Storage: HomaXcm XcmDestWeightAndFee (r:4 w:0)
Storage: ParachainInfo ParachainId (r:1 w:0)
Storage: PolkadotXcm SupportedVersion (r:1 w:0)
Storage: PolkadotXcm VersionDiscoveryQueue (r:1 w:1)
Storage: PolkadotXcm SafeXcmVersion (r:1 w:0)
Storage: ParachainSystem HostConfiguration (r:1 w:0)
Storage: ParachainSystem PendingUpwardMessages (r:1 w:1)
Storage: Homa UnclaimedRedemption (r:1 w:1)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa MintThreshold (r:1 w:0)
Storage: Homa SoftBondedCapPerSubAccount (r:1 w:0)
Storage: UnknownTokens ConcreteFungibleBalances (r:1 w:0)
Storage: Homa RedeemRequests (r:2 w:1)
Storage: Homa Unbondings (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 490.3
µs

Reads = 32
Writes = 16

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 490.3
µs

Reads = 32
Writes = 16

Pallet: "module_homa", Extrinsic: "mint", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa MintThreshold (r:1 w:0)
Storage: Homa StakingLedgers (r:1 w:0)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa SoftBondedCapPerSubAccount (r:1 w:0)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:1 w:1)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:1 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:1 w:0)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 150
µs

Reads = 11
Writes = 7

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 150
µs

Reads = 11
Writes = 7

Pallet: "module_homa", Extrinsic: "request_redeem", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RedeemRequests (r:1 w:1)
Storage: Homa RedeemThreshold (r:1 w:0)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 84.39
µs

Reads = 5
Writes = 4

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 84.39
µs

Reads = 5
Writes = 4

Pallet: "module_homa", Extrinsic: "fast_match_redeems", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RedeemRequests (r:1 w:1)
Storage: Homa ToBondPool (r:1 w:1)
Storage: Homa StakingLedgers (r:1 w:0)
Storage: Tokens TotalIssuance (r:1 w:1)
Storage: Homa TotalVoidLiquid (r:1 w:0)
Storage: Homa FastMatchFeeRate (r:1 w:0)
Storage: Tokens Accounts (r:3 w:3)
Storage: System Account (r:2 w:2)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 25.74
+ n 112.4
µs

Reads = 8 + (3 * n)
Writes = 5 + (3 * n)

Min Squares Analysis

-- Extrinsic Time --

Data points distribution:
n mean µs sigma µs %
1 149.1 0.508 0.3%
2 260.3 1.569 0.6%
3 373.2 5.905 1.5%
4 478.5 3.518 0.7%
5 585.8 2.245 0.3%
6 706 9.458 1.3%
7 813.1 9.632 1.1%
8 928.5 14.04 1.5%
9 1036 8.37 0.8%
10 1146 6.573 0.5%
11 1256 8.386 0.6%
12 1365 8.778 0.6%
13 1485 7.897 0.5%
14 1607 13.86 0.8%
15 1729 64.12 3.7%
16 1823 12.45 0.6%
17 1931 10.16 0.5%
18 2046 4.171 0.2%
19 2156 6.928 0.3%
20 2261 6.162 0.2%
21 2389 10.37 0.4%
22 2483 3.418 0.1%
23 2601 13.22 0.5%
24 2718 7.934 0.2%
25 2830 6.896 0.2%
26 2932 6.565 0.2%
27 3063 12.47 0.4%
28 3166 7.981 0.2%
29 3318 23.16 0.6%
30 3386 5.438 0.1%
31 3493 4.905 0.1%
32 3626 10.48 0.2%
33 3739 5.362 0.1%
34 3854 8.23 0.2%
35 3961 10.64 0.2%
36 4083 11.93 0.2%
37 4189 8.403 0.2%
38 4292 13.6 0.3%
39 4406 8.35 0.1%
40 4514 8.368 0.1%
41 4650 16.85 0.3%
42 4762 10.92 0.2%
43 4856 13.34 0.2%
44 4968 6.706 0.1%
45 5263 64.17 1.2%
46 5241 38.98 0.7%
47 5321 11.88 0.2%
48 5759 58.75 1.0%
49 5515 6.892 0.1%
50 5850 269.8 4.6%

Quality and confidence:
param error
n 0.217

Model:
Time ~= 0.593
+ n 114
µs

Reads = 8 + (3 * n)
Writes = 5 + (3 * n)

Pallet: "module_homa", Extrinsic: "claim_redemption", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RelayChainCurrentEra (r:1 w:0)
Storage: Homa Unbondings (r:2 w:1)
Storage: Homa UnclaimedRedemption (r:1 w:1)
Storage: Tokens Accounts (r:2 w:2)
Storage: System Account (r:2 w:2)
Storage: EvmAccounts EvmAddresses (r:1 w:0)
Storage: EVM Accounts (r:1 w:0)
Storage: EvmAccounts Accounts (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 132.1
µs

Reads = 10
Writes = 7

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 132.1
µs

Reads = 10
Writes = 7

Pallet: "module_homa", Extrinsic: "update_homa_params", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa MintThreshold (r:0 w:1)
Storage: Homa SoftBondedCapPerSubAccount (r:0 w:1)
Storage: Homa FastMatchFeeRate (r:0 w:1)
Storage: Homa CommissionRate (r:0 w:1)
Storage: Homa RedeemThreshold (r:0 w:1)
Storage: Homa EstimatedRewardRatePerEra (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 63.2
µs

Reads = 0
Writes = 6

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 63.2
µs

Reads = 0
Writes = 6

Pallet: "module_homa", Extrinsic: "update_bump_era_params", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa BumpEraFrequency (r:0 w:1)
Storage: Homa BumpEraPrefix (r:0 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 26.98
µs

Reads = 0
Writes = 2

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 26.98
µs

Reads = 0
Writes = 2

Pallet: "module_homa", Extrinsic: "reset_ledgers", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa StakingLedgers (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 12.39
+ n 19.1
µs

Reads = 0 + (1 * n)
Writes = 0 + (1 * n)

Min Squares Analysis

-- Extrinsic Time --

Data points distribution:
n mean µs sigma µs %
0 2.269 0.019 0.8%
1 31.07 0.227 0.7%
2 88.63 2.605 2.9%
3 70.02 0.406 0.5%
4 89.18 0.44 0.4%
5 158.4 28.82 18.1%
6 128.5 1.395 1.0%
7 145.8 0.331 0.2%
8 165.4 1.033 0.6%
9 183.6 0.701 0.3%
10 202.9 0.568 0.2%

Quality and confidence:
param error
n 0.604

Model:
Time ~= 22.59
+ n 18.5
µs

Reads = 0 + (1 * n)
Writes = 0 + (1 * n)

Pallet: "module_homa", Extrinsic: "reset_current_era", Lowest values: [], Highest values: [], Steps: 50, Repeat: 20
Raw Storage Info

Storage: Homa RelayChainCurrentEra (r:1 w:1)

Median Slopes Analysis

-- Extrinsic Time --

Model:
Time ~= 21.18
µs

Reads = 1
Writes = 1

Min Squares Analysis

-- Extrinsic Time --

Model:
Time ~= 21.18
µs

Reads = 1
Writes = 1

Acala Benchmarking Bot and others added 4 commits December 20, 2021 10:38
…hmarks --features=with-karura-runtime -- benchmark --chain=karura-dev --steps=50 --repeat=20 --pallet=module_homa --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --template=./templates/runtime-weight-template.hbs --output=./runtime/karura/src/weights/
@wangjj9219 wangjj9219 requested review from xlc and syan095 December 29, 2021 06:01
modules/homa/src/lib.rs Outdated Show resolved Hide resolved
modules/homa/src/lib.rs Outdated Show resolved Hide resolved
modules/homa/src/lib.rs Outdated Show resolved Hide resolved
modules/homa/src/lib.rs Outdated Show resolved Hide resolved
modules/homa/src/lib.rs Outdated Show resolved Hide resolved
modules/homa/src/lib.rs Outdated Show resolved Hide resolved
@wangjj9219 wangjj9219 requested a review from xlc December 31, 2021 07:51
modules/homa/src/lib.rs Outdated Show resolved Hide resolved
@wangjj9219 wangjj9219 merged commit b2b101c into master Jan 2, 2022
@wangjj9219 wangjj9219 deleted the refactor-homa branch January 2, 2022 04:24
syan095 pushed a commit that referenced this pull request Jan 7, 2022
* origin/master: (102 commits)
  Fix collect_fee (#1754)
  Update HEADER-GPL3
  Update extrinsic-ordering-check-from-bin.yml (#1752)
  Update HEADER-GPL3
  bump version (#1751)
  Remove homa-lite from karura runtime (#1744)
  off-by-one (#1747)
  Revert "simulate exchange rate (#1742)" (#1746)
  simulate exchange rate (#1742)
  bump version (#1743)
  refactor homa (#1648)
  Update stable asset (#1741)
  add more info to events (#1740)
  Fix mandala swap path error (#1736)
  update stable asset (#1738)
  remove unnecessary code (#1735)
  fix currency id testing (#1733)
  rework fee payment (#1687)
  Add Deposit for Setting Alternative Fee Swap Path (#1730)
  Add register_erc20_asset and update_erc20_asset (#1731)
  ...

# Conflicts:
#	.github/workflows/coverage.yml.disabled
#	Cargo.lock
#	Cargo.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants