ChainSafe / blst-ts

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library
Other
18 stars 13 forks source link

feat: move rebuild folder onto master #126

Closed matthewkeil closed 6 months ago

matthewkeil commented 6 months ago

Moves the rebuild folder and comparison tests onto master. Next steps/PR's will be to piece-by-piece move the code in the rebuild folder to the root of the repo and get rid of the existing code.

NOTE turns off CI until merge is complete and will turn back on at the end once the code is fully merged over so we can start the release process again.