Skip to content

Commit

Permalink
move treasury from pallets to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhavyas committed Oct 22, 2024
1 parent f23e38e commit 918689f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 3,425 deletions.
1 change: 0 additions & 1 deletion .github/license-check/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"exclude": [
"pallets/collator-selection/**",
"pallets/custom-signatures/**",
"pallets/treasury/**",
"precompiles/utils/**",
"precompiles/utils_v2/**",
"vendor/**"
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ members = [
"vendor/rpc-core/types",
"vendor/runtime/evm-tracer",
"vendor/runtime/ext",
"vendor/treasury",
]

resolver = "2"
Expand Down Expand Up @@ -294,7 +295,7 @@ pallet-static-price-provider = { path = "./pallets/static-price-provider", defau
pallet-price-aggregator = { path = "./pallets/price-aggregator", default-features = false }
pallet-collective-proxy = { path = "./pallets/collective-proxy", default-features = false }
vesting-mbm = { path = "./pallets/vesting-mbm", default-features = false }
pallet-treasury = { path = "./pallets/treasury", default-features = false }
pallet-treasury = { path = "./vendor/treasury", default-features = false }

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

Expand Down
59 changes: 0 additions & 59 deletions pallets/treasury/Cargo.toml

This file was deleted.

47 changes: 0 additions & 47 deletions pallets/treasury/README.md

This file was deleted.

Loading

0 comments on commit 918689f

Please sign in to comment.