mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 05:05:41 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user