mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 18:51:12 +00:00
contracts: Validate code before deployment (#2330)
* Validate module before storing it in code_cache. * Bump version.
This commit is contained in:
committed by
DemiMarie-parity
parent
2a463a7b2a
commit
07268022cc
@@ -12,7 +12,10 @@ crate-type = ["cdylib"]
|
||||
node-runtime = { path = "..", default-features = false }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["core"]
|
||||
core = [
|
||||
"node-runtime/core",
|
||||
]
|
||||
std = [
|
||||
"node-runtime/std",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user