mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 03:05:44 +00:00
break sp-api dependency cycle (#4352)
* move benches into tests, ignore non-passing doctests * Rename sr-api folder * Move test-primitives to primitives, use that for sp-api doctests
This commit is contained in:
committed by
Bastian Köcher
parent
f6f0f1cc16
commit
8721d98dd6
@@ -115,9 +115,9 @@ members = [
|
||||
"primitives/runtime-interface/test-wasm",
|
||||
"primitives/serializer",
|
||||
"primitives/session",
|
||||
"primitives/sr-api",
|
||||
"primitives/sr-api/proc-macro",
|
||||
"primitives/sr-api/test",
|
||||
"primitives/api",
|
||||
"primitives/api/proc-macro",
|
||||
"primitives/api/test",
|
||||
"primitives/sr-arithmetic",
|
||||
"primitives/io",
|
||||
"primitives/runtime",
|
||||
@@ -127,12 +127,12 @@ members = [
|
||||
"primitives/sr-version",
|
||||
"primitives/state-machine",
|
||||
"primitives/timestamp",
|
||||
"primitives/test-primitives",
|
||||
"primitives/transaction-pool",
|
||||
"primitives/trie",
|
||||
"primitives/wasm-interface",
|
||||
"test/utils/chain-spec-builder",
|
||||
"test/utils/client",
|
||||
"test/utils/primitives",
|
||||
"test/utils/runtime",
|
||||
"test/utils/runtime/client",
|
||||
"test/utils/transaction-factory",
|
||||
|
||||
Reference in New Issue
Block a user