polytope-labs / hyperbridge

Hyperbridge is a hyperscalable coprocessor for verifiable, cross-chain interoperability
https://docs.hyperbridge.network/
Apache License 2.0
107 stars 33 forks source link

Fix bug where pruned relay chain block breaks ismp parachain inherent creation #298

Closed Wizdave97 closed 3 weeks ago

Wizdave97 commented 3 weeks ago

Closes #296

Skips inherent creation if relaychain block has been pruned. Handles error in inherent execution, so block production is not broken if inherent becomes invalid during a reorg.

Update version number for ismp crates.

Kill orphaned background tasks in messaging relayer.