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

Bump blst 3900e #72

Closed dapplion closed 2 years ago

dapplion commented 2 years ago

Update upstream to apply https://github.com/supranational/blst/commit/3900e30a092a4a9432fc37909ab37633e5e81fec

Closes https://github.com/ChainSafe/blst-ts/issues/70

faustbrian commented 2 years ago

@dapplion any ETA on when this will land on NPM? 👀

dapplion commented 2 years ago

@dapplion any ETA on when this will land on NPM? eyes

Will try today, arm builds are so slow :laughing:

faustbrian commented 2 years ago
❯ pnpm i @chainsafe/blst
../..                                    |  +96 ++++++++++
Downloading registry.npmjs.org/@chainsafe/blst/0.2.6: 6.5 MB/6.5 MB, done
../../node_modules/.pnpm/@chainsafe+blst@0.2.6/node_modules/@chainsafe/blst: Running install script, done in 4.6s
../..                                    | Progress: resolved 102, reused 101, downloaded 1, added 10, done

dependencies:
+ @chainsafe/blst 0.2.6

@dapplion looking good. thanks 🎉