Restructure frame_support macro related exports (#14745)

* make reexports private

* make reexports private 2

* make reexports private for runtime-benchmarking

* make reexports private for try-runtime

* fix for try-runtime

* make reexports private for tests

* fmt

* make reexports private for tests

* make reexports private for experimental

* fix beefy

* fix ui test

* fix ui test

* fix benches

* ".git/.scripts/commands/fmt/fmt.sh"

* fix contracts use

* wip

* wip

* do not reexport sp_api::metadata_ir

* fix CI checks

* fix support tests

* ".git/.scripts/commands/fmt/fmt.sh"

* Update frame/support/src/lib.rs

Co-authored-by: Bastian Köcher <git@kchr.de>

* import codec directly

* fmt

* fix node-cli tests

---------

Co-authored-by: command-bot <>
Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Juan
2023-08-23 14:30:12 +02:00
committed by GitHub
parent 574592d1cf
commit 878c562cd4
125 changed files with 449 additions and 398 deletions
+12
View File
@@ -2915,6 +2915,7 @@ dependencies = [
"frame-support",
"frame-system",
"frame-try-runtime",
"log",
"pallet-balances",
"pallet-transaction-payment",
"parity-scale-codec",
@@ -2994,6 +2995,7 @@ dependencies = [
"sp-genesis-builder",
"sp-inherents",
"sp-io",
"sp-metadata-ir",
"sp-runtime",
"sp-staking",
"sp-state-machine",
@@ -3046,6 +3048,7 @@ version = "3.0.0"
dependencies = [
"frame-benchmarking",
"frame-executive",
"frame-metadata",
"frame-support",
"frame-support-test-pallet",
"frame-system",
@@ -3058,6 +3061,7 @@ dependencies = [
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-metadata-ir",
"sp-runtime",
"sp-state-machine",
"sp-std",
@@ -6203,6 +6207,7 @@ dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"log",
"pallet-balances",
"parity-scale-codec",
"scale-info",
@@ -6233,6 +6238,7 @@ version = "4.0.0-dev"
dependencies = [
"frame-support",
"frame-system",
"log",
"pallet-timestamp",
"parity-scale-codec",
"scale-info",
@@ -6378,6 +6384,7 @@ dependencies = [
"frame-election-provider-support",
"frame-support",
"frame-system",
"log",
"pallet-authorship",
"pallet-balances",
"pallet-offences",
@@ -6394,6 +6401,7 @@ dependencies = [
"sp-runtime",
"sp-session",
"sp-staking",
"sp-state-machine",
"sp-std",
]
@@ -6418,6 +6426,7 @@ dependencies = [
"sp-io",
"sp-runtime",
"sp-staking",
"sp-state-machine",
"sp-std",
]
@@ -6989,6 +6998,7 @@ dependencies = [
"frame-support",
"frame-system",
"itertools",
"log",
"parity-scale-codec",
"scale-info",
"sp-core",
@@ -7257,6 +7267,7 @@ dependencies = [
"scale-info",
"sp-core",
"sp-io",
"sp-metadata-ir",
"sp-runtime",
"sp-std",
]
@@ -7480,6 +7491,7 @@ dependencies = [
"sp-runtime",
"sp-session",
"sp-staking",
"sp-state-machine",
"sp-std",
"sp-trie",
]