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

Support node 19 #81

Closed dapplion closed 8 months ago

dapplion commented 1 year ago

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

dapplion commented 1 year ago

@maschad macos-latest 19 tests are failing but I don't have any environment to debug

maschad commented 1 year ago

Looking into this

maschad commented 1 year ago

This is currently blocked by https://github.com/swig/swig/issues/2506 which is preventing us from generating the correct bindings for node 19

maschad commented 1 year ago

Turns out it was an issue with the incorrect toolchain being used in blst, created a PR https://github.com/supranational/blst/pull/149, this should generate the correct bindings.

wemeetagain commented 8 months ago

closing this node 19 is no longer supported