AcalaNetwork / chopsticks

Create parallel reality of your Substrate network.
Apache License 2.0
134 stars 80 forks source link

use parent block for wasm and metadata #493

Closed xlc closed 11 months ago

xlc commented 11 months ago

a block is executed with its parent's wasm. the only exception is genesis

xlc commented 11 months ago

This is very unlikely going to make difference as the runtime upgrade blocks usually (100% of the time so far) doesn't include user tx and it really shouldn't break scheduled tasks without a migration

xlc commented 11 months ago

we need a review of usage of wasm