mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
frame-benchmarking-cli: Remove native dispatch requirement (#14474)
* frame-benchmarking-cli: Remove native dispatch requirement No need for this, we can just use the `WasmExecutor` directly. * Fixes * Pass benchmarking host functions * Ensure we can pass custom host functions
This commit is contained in:
@@ -1152,10 +1152,10 @@ where
|
||||
// Verification for imported blocks is skipped in two cases:
|
||||
// 1. When importing blocks below the last finalized block during network initial
|
||||
// synchronization.
|
||||
// 2. When importing whole state we don't calculate epoch descriptor, but rather
|
||||
// read it from the state after import. We also skip all verifications
|
||||
// because there's no parent state and we trust the sync module to verify
|
||||
// that the state is correct and finalized.
|
||||
// 2. When importing whole state we don't calculate epoch descriptor, but rather read it
|
||||
// from the state after import. We also skip all verifications because there's no
|
||||
// parent state and we trust the sync module to verify that the state is correct and
|
||||
// finalized.
|
||||
return Ok(block)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user