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

Hyperclient: Fix Wasm #294

Closed seunlanlege closed 3 weeks ago

seunlanlege commented 3 weeks ago

PR #287 broke hyperclient WASM builds by introducing a host function call for calculating the state machine update time storage key. This PR fixes this bug by calculating it manually.