ora-io / zkgraph

Template for zkGraph.

Home Page:https://docs.hyperoracle.io/zkgraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove custom method implementation of Bytes class

fewwwww opened this issue · comments

Custom method implementations are for MVP because native new is not provable back then. Now they are supported, so custom implementations are obsolete as they overwrites the native JS api (eg. Bytes.slice() and TypedArray.prototype.slice())

Closed based on #10