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: remove swig tests and merge new/old utils #127

Closed matthewkeil closed 6 months ago

matthewkeil commented 6 months ago

Description

note: some utils still remain in rebuild folder and will get moved in with next PR that moves the rebuild test out

How to Test

git submodule update --init --recursive
cd rebuild
yarn
cd ..
npm i --no-package-lock --ignore-scripts
yarn test:perf
yarn test:memory