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

removed allow in channel commission #1473

Merged
merged 35 commits into from
Oct 28, 2024
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
897528a
Bifrost v0.14.0
SunTiebing Sep 19, 2024
5a6927a
Merge branch 'develop' into v0.14.0
hqwangningbo Sep 20, 2024
ef3c9ed
Feat/optimize salp (#1433)
SunTiebing Sep 23, 2024
7d34b0f
Merge branch 'develop' into v0.14.0
ark930 Sep 23, 2024
394f729
Optimised calculation of evm fee (#1434)
hqwangningbo Sep 23, 2024
1a87eec
Moved PalletId and AccountId to primitives. (#1437)
MJLNSN Sep 25, 2024
0e8f755
Optimize xcm interface (#1439)
hqwangningbo Sep 25, 2024
c6e240c
remove unnecessary call method of cross-in-out (#1440)
SunTiebing Sep 25, 2024
9237c35
Update bb bnc (#1436)
yooml Sep 25, 2024
766e60f
Optimize slpx pallet (#1444)
hqwangningbo Sep 29, 2024
0aaf2cd
Moved palletId in runtime to primitives (#1443)
MJLNSN Sep 29, 2024
c081548
Optimize asset registry (#1445)
SunTiebing Sep 29, 2024
f372dfd
Removed getters in farming (#1446)
MJLNSN Sep 29, 2024
b03a194
Merge branch 'develop' into v0.14.0
ark930 Sep 29, 2024
55c9876
Merge branch 'develop' into v0.14.0
ark930 Sep 29, 2024
72b00f4
Removed getters in vesting. (#1447)
MJLNSN Sep 30, 2024
c97cdc2
Feat/vtoken voting vbnc (#1442)
SunTiebing Sep 30, 2024
8ba3c31
Fix try-runtime (#1451)
hqwangningbo Oct 8, 2024
81f5c6d
Slpx add evm create (#1454)
hqwangningbo Oct 10, 2024
b1542d2
Update farming (#1455)
yooml Oct 10, 2024
8d19729
Remove vsbond auction pallet (#1456)
SunTiebing Oct 11, 2024
9ac8443
This version of vtoken_voting does not support VBNC. (#1459)
SunTiebing Oct 11, 2024
c62e816
Update parachain staking (#1460)
hqwangningbo Oct 12, 2024
c6f72d5
Optimize system-staking pallet. (#1461)
SunTiebing Oct 15, 2024
3f0cf67
fix: 🐛 for review (#1462)
yooml Oct 15, 2024
f1bf1c4
fix: 🐛 for review (#1463)
yooml Oct 15, 2024
d980c23
Optimize stable pool (#1465)
SunTiebing Oct 15, 2024
4196c42
fix: 🐛 for review (#1467)
yooml Oct 15, 2024
87accfb
optimize lend-market pallet (#1468)
SunTiebing Oct 16, 2024
a7b8eda
Optimize vtoken minting (#1469)
hqwangningbo Oct 16, 2024
bcd1527
Replaced bifrost-finance with bifrost-io. (#1466)
MJLNSN Oct 16, 2024
8fe2c9c
fix: 🐛 pool ID for bbBNC (#1471)
yooml Oct 16, 2024
dbe5db5
removed allow in channel commission
MJLNSN Oct 17, 2024
06489f4
removed allow in channel commission
MJLNSN Oct 17, 2024
cf34bdc
Merge branch 'develop' into remove-allow-channel-commission
ark930 Oct 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pallets/channel-commission/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use frame_system::RawOrigin;
use sp_runtime::traits::UniqueSaturatedFrom;

use super::*;
#[allow(unused_imports)]
use crate::Pallet as ChannelCommission;

benchmarks! {
Expand Down