FhenixProtocol / fhenix.js

The JavaScript SDK for Fhenix
https://fhenixjs.fhenix.zone/
Other
2 stars 1 forks source link

WASM Bug post ETH CC continuation #35

Open kkoshiya opened 1 month ago

kkoshiya commented 1 month ago

Had at least 3 reports of this bug preventing hackers from finishing their projects. I believe it's something to do with permissions, as they said that if they commented the sealedOutput stuff from their client in built. Link to a sample repo a dev made for replication. https://github.com/emirsoyturk/fhenix-wasm-bug

kkoshiya commented 1 month ago

replication, npm i -> npm run dev image

Cashmaney commented 1 month ago

I managed to get this fixed with a few configuration changes on the repo (with fhenixjs 0.3.0). Basically it's WASM + next + node that has to be configured just right for everything to play nice.

https://github.com/emirsoyturk/fhenix-wasm-bug/pull/1