Skip to content

Commit 918689f

Browse files
committed
move treasury from pallets to vendor
1 parent f23e38e commit 918689f

File tree

9 files changed

+18
-3425
lines changed

9 files changed

+18
-3425
lines changed

.github/license-check/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"exclude": [
77
"pallets/collator-selection/**",
88
"pallets/custom-signatures/**",
9-
"pallets/treasury/**",
109
"precompiles/utils/**",
1110
"precompiles/utils_v2/**",
1211
"vendor/**"

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ members = [
2828
"vendor/rpc-core/types",
2929
"vendor/runtime/evm-tracer",
3030
"vendor/runtime/ext",
31+
"vendor/treasury",
3132
]
3233

3334
resolver = "2"
@@ -294,7 +295,7 @@ pallet-static-price-provider = { path = "./pallets/static-price-provider", defau
294295
pallet-price-aggregator = { path = "./pallets/price-aggregator", default-features = false }
295296
pallet-collective-proxy = { path = "./pallets/collective-proxy", default-features = false }
296297
vesting-mbm = { path = "./pallets/vesting-mbm", default-features = false }
297-
pallet-treasury = { path = "./pallets/treasury", default-features = false }
298+
pallet-treasury = { path = "./vendor/treasury", default-features = false }
298299

299300
dapp-staking-runtime-api = { path = "./pallets/dapp-staking/rpc/runtime-api", default-features = false }
300301

pallets/treasury/Cargo.toml

Lines changed: 0 additions & 59 deletions
This file was deleted.

pallets/treasury/README.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)