dedotdev / dedot

Delightful JavaScript client for Polkadot & Substrate
https://dedot.dev
Apache License 2.0
30 stars 4 forks source link

Fix eval inline js issue in `subshape` #155

Closed sinzii closed 2 months ago

sinzii commented 2 months ago

The object codec from subshape is currently using inline js.

This breaks the chrome extension on manifest v3, since inline js eval is not allowed as a security measure.

This is a good time for us to make a fork of subshape and put all of our customizations (@dedot/shape) there.