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

Bifrost v0.13.0 #1346

Merged
merged 48 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b5fb590
Bifrost v0.13.0
SunTiebing Aug 9, 2024
9220513
Remove getter in buy-back. (#1354)
MJLNSN Aug 12, 2024
f034bd6
Remove getters in xcm-interface (#1352)
MJLNSN Aug 12, 2024
386ba16
Remove getters in salp. (#1351)
MJLNSN Aug 12, 2024
9301b33
Remove getter in evm-accounts (#1350)
MJLNSN Aug 12, 2024
cf89c76
Remove getters in slp (#1353)
MJLNSN Aug 12, 2024
49c184c
Merge branch 'develop' into v0.13.0
ark930 Aug 12, 2024
2918f26
Remove getters in slpx (#1360)
MJLNSN Aug 14, 2024
13c85ae
Remove getters in vstoken-conversion. (#1362)
MJLNSN Aug 14, 2024
3183ee3
Remove getters in vtoken-minting. (#1363)
MJLNSN Aug 14, 2024
6da58e5
Remove getter in system-maker. (#1364)
MJLNSN Aug 14, 2024
53efdc6
Remove getter in fee-share (#1365)
MJLNSN Aug 14, 2024
be28046
Remove getters in prices (#1367)
MJLNSN Aug 15, 2024
06e5903
Remove getters in lend-market (#1366)
MJLNSN Aug 15, 2024
1d4b994
Remove getters in ve-minting (#1368)
MJLNSN Aug 15, 2024
a13ddce
Optimize clippy (#1369)
hqwangningbo Aug 16, 2024
982912f
Deprecated unused pallets (#1383)
MJLNSN Aug 20, 2024
036119e
Review format (#1386)
yooml Aug 20, 2024
aea421d
Update buy back (#1387)
yooml Aug 20, 2024
442550e
EVM flexible fee logic optimization (#1370)
SunTiebing Aug 29, 2024
018d080
Update fee share (#1395)
yooml Aug 29, 2024
e3aca4b
Feat/change evm address convert rule (#1396)
SunTiebing Aug 29, 2024
0d93690
refactor: 💡 move to TechAdmin (#1398)
yooml Aug 29, 2024
cd64970
refactor: 💡 transfer to BuyBackAccount (#1399)
yooml Aug 29, 2024
fef48ec
Fix mint_with_channel_id weights (#1400)
hqwangningbo Aug 29, 2024
c1ecd6f
Recoverd imgs of banner and logo (#1401)
MJLNSN Aug 30, 2024
0155fa1
feat: 🎸 add fn set_swap_out_min (#1389)
yooml Aug 30, 2024
74f6896
Optimize the `channel-commission` code. (#1390)
SunTiebing Sep 1, 2024
7ec6731
Remove getters in cross-in-out (#1402)
MJLNSN Sep 3, 2024
7e5beea
Removed getters in channel-commission. (#1404)
MJLNSN Sep 3, 2024
78f69a7
Removed getters in flexible-fee. (#1405)
MJLNSN Sep 3, 2024
c8aa954
Removed getters in parachain-staking. (#1406)
MJLNSN Sep 3, 2024
32d0d2f
Update buy back (#1407)
yooml Sep 3, 2024
399a071
Update ve minting (#1408)
yooml Sep 3, 2024
0fcd3d7
Removed getters in stable-asset and system-staking. (#1409)
MJLNSN Sep 4, 2024
24bf5f8
Removed getters in token-issuer. (#1410)
MJLNSN Sep 4, 2024
010a3bb
Moved PrarachainId to primitives. (#1394)
MJLNSN Sep 4, 2024
a7af175
Removed getters in vsbond-auction. (#1412)
MJLNSN Sep 4, 2024
b7de491
Fix evm TransferEvmFees (#1411)
hqwangningbo Sep 4, 2024
26f8abc
Add slp v2 (#1397)
hqwangningbo Sep 5, 2024
3994093
Feat/vbnc convert (#1413)
SunTiebing Sep 7, 2024
74f858a
Updated (#1416)
MJLNSN Sep 9, 2024
3db3205
Add more slp v2 docs (#1419)
hqwangningbo Sep 9, 2024
b30fab0
Optimize xcm config (#1417)
hqwangningbo Sep 9, 2024
8e2b7c5
Update fee share (#1418)
yooml Sep 10, 2024
7bcc93f
Optimize slp v2 (#1423)
hqwangningbo Sep 11, 2024
b26c6bc
fix: 🐛 redefine system pool id (#1421)
yooml Sep 11, 2024
4abb64c
change VBNC_P_TOKEN_ID to 5 (#1425)
SunTiebing Sep 12, 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
219 changes: 132 additions & 87 deletions Cargo.lock

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,26 @@ members = [
"pallets/token-issuer",
"pallets/vesting",
"pallets/vsbond-auction",
"pallets/call-switchgear",
"pallets/cross-in-out",
"pallets/evm-accounts",
"pallets/xcm-interface",
"pallets/slp",
"pallets/slp-v2",
"pallets/vstoken-conversion",
"pallets/vtoken-minting",
"pallets/vtoken-voting",
"pallets/system-staking",
"pallets/system-maker",
"pallets/fee-share",
"pallets/parachain-staking",
"pallets/ve-minting",
"pallets/bb-bnc",
"pallets/stable-pool",
"pallets/lend-market",
"pallets/prices",
"pallets/leverage-staking",
"pallets/channel-commission",
"pallets/clouds-convert",
"pallets/vbnc-convert",

"runtime/bifrost-kusama",
"runtime/bifrost-polkadot/src/evm/evm-utility/macro",
Expand All @@ -52,7 +53,7 @@ bifrost-flexible-fee-rpc = { path = "pallets/flexible-fee/rpc" }
bifrost-rpc = { path = "node/rpc" }
bifrost-salp-rpc = { path = "pallets/salp/rpc" }
bifrost-stable-pool-rpc = { path = "pallets/stable-pool/rpc" }
bifrost-ve-minting-rpc = { path = "pallets/ve-minting/rpc" }
bb-bnc-rpc = { path = "pallets/bb-bnc/rpc" }
lend-market-rpc = { path = "pallets/lend-market/rpc" }
bifrost-vtoken-minting-rpc = { path = "pallets/vtoken-minting/rpc" }

Expand All @@ -79,15 +80,17 @@ bifrost-salp = { path = "pallets/salp", default-featur
bifrost-salp-rpc-runtime-api = { path = "pallets/salp/rpc/runtime-api", default-features = false }
bifrost-service = { path = "node/service", default-features = false }
bifrost-slp = { path = "pallets/slp", default-features = false }
bifrost-slp-v2 = { path = "pallets/slp-v2", default-features = false }
bifrost-slpx = { path = "pallets/slpx", default-features = false }
bifrost-stable-asset = { path = "pallets/stable-asset", default-features = false }
bifrost-stable-pool = { path = "pallets/stable-pool", default-features = false }
bifrost-stable-pool-rpc-runtime-api = { path = "pallets/stable-pool/rpc/runtime-api", default-features = false }
bifrost-system-maker = { path = "pallets/system-maker", default-features = false }
bifrost-system-staking = { path = "pallets/system-staking", default-features = false }
bifrost-token-issuer = { path = "pallets/token-issuer", default-features = false }
bifrost-ve-minting = { path = "pallets/ve-minting", default-features = false }
bifrost-ve-minting-rpc-runtime-api = { path = "pallets/ve-minting/rpc/runtime-api", default-features = false }
bifrost-vbnc-convert = { path = "pallets/vbnc-convert", default-features = false }
bb-bnc = { path = "pallets/bb-bnc", default-features = false }
bb-bnc-rpc-runtime-api = { path = "pallets/bb-bnc/rpc/runtime-api", default-features = false }
bifrost-vesting = { path = "pallets/vesting", default-features = false }
bifrost-vsbond-auction = { path = "pallets/vsbond-auction", default-features = false }
bifrost-vstoken-conversion = { path = "pallets/vstoken-conversion", default-features = false }
Expand Down Expand Up @@ -330,7 +333,7 @@ proc-macro2 = { version = "1.0.40" }
quote = { version = "1.0.20" }
scale-info = { version = "2.11.3", default-features = false }
serde = { version = "1.0.205", default-features = false }
serde_json = { version = "1.0.122", default-features = false }
serde_json = { version = "1.0.120", default-features = false }
sha3 = { version = "0.10.6", default-features = false }
similar-asserts = { version = "1.1.0" }
smallvec = { version = "1.13.1" }
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ format-check:

.PHONY: clippy # cargo clippy
clippy: format-check
SKIP_WASM_BUILD= cargo clippy --all --all-targets --features=with-all-runtime -- -D warnings
cargo clippy --all --all-targets --features "with-all-runtime,runtime-benchmarks,try-runtime" -- -D warnings

.PHONY: benchmarking-staking # benchmarking staking pallet
benchmarking-staking:
Expand Down
29 changes: 29 additions & 0 deletions docs/res/readme/bifrost-banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/res/readme/bifrost-black-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/res/readme/substrate-builder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/res/readme/web3-bootcamp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading