mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
Contract import/export validation (#2203)
* Reject validation of contract with unknown exports * Validate imports eagerly * Increment spec version
This commit is contained in:
committed by
Sergei Pepyakin
parent
decddaab0f
commit
03f3fb1442
@@ -59,7 +59,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("node"),
|
||||
impl_name: create_runtime_str!("substrate-node"),
|
||||
authoring_version: 10,
|
||||
spec_version: 57,
|
||||
spec_version: 58,
|
||||
impl_version: 59,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user