warp-contracts / warp

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

feat: add deterministic JSON.stringify to the contract #280

Closed asiaziola closed 7 months ago

asiaziola commented 2 years ago

..using stringify from safe-stable-stringify. Additionally - add it to vm2 configuration options:

JSON: { stringify: stringify }
ppedziwiatr commented 1 year ago

Also - block Math.random, Date...anything else?