oxheadalpha / TZComet

Contract Metadata Viewer on Tezos
https://www.oxheadalpha.com/TZComet/
MIT License
25 stars 3 forks source link

included new version of Jsonm to fix stack overflow #80

Closed marklnichols closed 2 years ago

marklnichols commented 2 years ago

Jsonm module copied from github.com/hhugo/jsonm.git (branch: jsoo-friendly). This fixes the stack overflow error from parsing large objects in JSOO.

smondet commented 2 years ago

Pushed to staging:

https://tzcomet.io/#/explorer%3Fexplorer-input%3DKT1WwEZ98PyXu6BqGrDVBZJYbzCRUbPduuT8

screenshot-20220119-163354

https://tzcomet.io/staging/#/explorer%3Fexplorer-input%3DKT1WwEZ98PyXu6BqGrDVBZJYbzCRUbPduuT8

screenshot-20220119-163436

This fixes #60 (and #62).