warp-contracts / warp

An implementation of the Arweave SmartWeave smart contracts protocol.
MIT License
159 stars 44 forks source link

feat: use wasm-isomorphic crypto lib #359

Closed koonopek closed 1 year ago

koonopek commented 1 year ago

! Before merging, require to update wasm-isomorphic version (not release yet), till then tests will be failing (passing locally).

I had to change interface of Contract::stateHash() returns promise now, in my opinion It wasn't working in browser till now.

koonopek commented 1 year ago

Tested also on browser, on teleport app

koonopek commented 1 year ago

Also I'm adding missing yarn.lock

ppedziwiatr commented 1 year ago

well done!