feat: Vendor pezkuwi-subxt and pezkuwi-zombienet-sdk into monorepo
- Add pezkuwi-subxt crates to vendor/pezkuwi-subxt - Add pezkuwi-zombienet-sdk crates to vendor/pezkuwi-zombienet-sdk - Convert git dependencies to path dependencies - Add vendor crates to workspace members - Remove test/example crates from vendor (not needed for SDK) - Fix feature propagation issues detected by zepter - Fix workspace inheritance for internal dependencies - All 606 crates now in workspace - All 6919 internal dependency links verified correct - No git dependencies remaining
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
90
|
||||
|
||||
=
|
||||
CLI
|
||||
Deserialization
|
||||
Deserialized
|
||||
IFF
|
||||
IPv4
|
||||
JSON
|
||||
NetworkNode
|
||||
Ok
|
||||
P2P
|
||||
PjsResult
|
||||
PoS
|
||||
RPC
|
||||
RUN_IN_CI
|
||||
SDK
|
||||
WASM
|
||||
arg
|
||||
args
|
||||
chain_spec_command
|
||||
cmd
|
||||
declaratively
|
||||
deserialize
|
||||
deserialized
|
||||
dir
|
||||
env
|
||||
fs
|
||||
invulnerables
|
||||
ip
|
||||
js
|
||||
k8s
|
||||
msg
|
||||
multiaddress
|
||||
natively
|
||||
ns
|
||||
p2p
|
||||
parachaing
|
||||
pjs_rs
|
||||
polkadot
|
||||
polkadot_
|
||||
rococo_local_testnet
|
||||
rpc
|
||||
serde_json
|
||||
tgz
|
||||
tmp
|
||||
u128
|
||||
u64
|
||||
validator
|
||||
ws
|
||||
@@ -0,0 +1,13 @@
|
||||
[hunspell]
|
||||
lang = "en_US"
|
||||
search_dirs = ["."]
|
||||
extra_dictionaries = ["lingua.dic"]
|
||||
skip_os_lookups = true
|
||||
use_builtin = true
|
||||
|
||||
[hunspell.quirks]
|
||||
# `Type`'s
|
||||
# 5x
|
||||
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$", "[><+-]"]
|
||||
allow_concatenation = true
|
||||
allow_dashes = true
|
||||
Reference in New Issue
Block a user