alexbosworth / lightning

Lightning client methods
MIT License
126 stars 32 forks source link

bun compatibility #148

Closed nicolasburtey closed 1 year ago

nicolasburtey commented 1 year ago

just gave a try to bun as a drop in replacement to node to see if that work on the Galoy stack, but it breaks with the lightning repo.

I got this error message: [503,"FailedToConnectToDaemonToGetWalletStatus"] when trying to execute getWalletStatus.

haven't really dive into the issue yet more than encoutering this issue

bkiac commented 1 year ago

bun doesn't support HTTP/2 yet which is needed for the gRPC connection

https://github.com/oven-sh/bun/issues/887

https://github.com/oven-sh/bun/issues/159

nicolasburtey commented 1 year ago

thanks for the comment @bkiac

closing this for now, there is not much to do in this lib