mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 07:47:57 +00:00
fc253e6e4d
* CI: add spellcheck * revert me * CI: explicit command for spellchecker * spellcheck: edit misspells * CI: run spellcheck on diff * spellcheck: edits * spellcheck: edit misspells * spellcheck: add rules * spellcheck: mv configs * spellcheck: more edits * spellcheck: chore * spellcheck: one more thing * spellcheck: and another one * spellcheck: seems like it doesn't get to an end * spellcheck: new words after rebase * spellcheck: new words appearing out of nowhere * chore * review edits * more review edits * more edits * wonky behavior * wonky behavior 2 * wonky behavior 3 * change git behavior * spellcheck: another bunch of new edits * spellcheck: new words are koming out of nowhere * CI: finding the master * CI: fetching master implicitly * CI: undebug * new errors * a bunch of new edits * and some more * Update node/core/approval-voting/src/approval_db/v1/mod.rs Co-authored-by: Andronik Ordian <write@reusable.software> * Update xcm/xcm-executor/src/assets.rs Co-authored-by: Andronik Ordian <write@reusable.software> * Apply suggestions from code review Co-authored-by: Andronik Ordian <write@reusable.software> * Suggestions from the code review * CI: scan only changed files Co-authored-by: Andronik Ordian <write@reusable.software>
29 lines
907 B
TOML
29 lines
907 B
TOML
[lib]
|
|
name = "malus"
|
|
path = "src/lib.rs"
|
|
|
|
[[bin]]
|
|
name = "malus-variant-a"
|
|
path = "src/variant-a.rs"
|
|
|
|
[package]
|
|
name = "polkadot-test-malus"
|
|
description = "Misbehaving nodes for local testnets, system and Simnet tests."
|
|
license = "GPL-3.0-only"
|
|
version = "0.9.8"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
polkadot-cli = { path = "../../cli", default-features = false, features = [ "cli", "malus" ] }
|
|
polkadot-node-subsystem = { path = "../subsystem" }
|
|
polkadot-node-subsystem-util = { path = "../subsystem-util" }
|
|
polkadot-node-core-candidate-validation = { path = "../core/candidate-validation" }
|
|
parity-util-mem = { version = "0.10.0", default-features = false, features = ["jemalloc-global"] }
|
|
color-eyre = { version = "0.5.11", default-features = false }
|
|
assert_matches = "1.5"
|
|
structopt = "0.3.21"
|
|
async-trait = "0.1.50"
|