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

pallet call decompressor #145

Closed dharjeezy closed 5 months ago

dharjeezy commented 5 months ago

Introduces a new Pallet which decompresses Runtime calls that are unsigned and also executes them.

Wizdave97 commented 5 months ago

Using wasm time in release mode to decompresses 209kb to 1mb:

image

Wizdave97 commented 5 months ago

Comparing to release mode in native which uses approximately 3ms, wasm has a relatively good performance image