Prevent building invalid blocks (#430)

* Commit extrinsics changes

* Removed panic=abort

* Commit when needed

* Resotre default hook for the native call

* Revert test

* Proper test

* Sorted errors and fixed wasm build
This commit is contained in:
Arkadiy Paronyan
2018-07-27 11:11:47 +02:00
committed by GitHub
parent 1b0e3e57dd
commit 916131b073
17 changed files with 91 additions and 15 deletions
+2 -1
View File
@@ -91,4 +91,5 @@ is-it-maintained-issue-resolution = { repository = "paritytech/polkadot" }
is-it-maintained-open-issues = { repository = "paritytech/polkadot" }
[profile.release]
panic = "abort"
# Substrate runtime requires unwinding.
panic = "unwind"