Alex Bosworth

Results 260 comments of Alex Bosworth

I'm not sure, pending in the result maps to "first stage" outcome in the response, normally when it was resolved it would map to "claimed" or "timeout"

Can you paste the output of the lncli closedchannels to see if it is mapping ok?

I don't think you can force delete a channel aside from abandonchannel

It seems weird that it says it's in FIRST STAGE forever yeah, I could see it if it were a very small amount

It sounds good to me, I am working on abstracting some components to a new repository so maybe I could establish a pattern for this there, could you look at...

Errors are interesting, I'll try to figure out how to define types for those. I usually have a pattern where I use two types of errors: a callback type and...

This should actually still work as a JS lib as well due to the typescript compilation step before npm publish

@iangregsondev check out this repo: https://github.com/alexbosworth/lightning I am working on typescript definitions there

I'm planning to move some methods there that don't need so much integration testing but can be covered by unit tests, and I'll do more stuff like typescript types on...

> Hello, > Any news on this? I can't find any types. > Thank you! I'm continuing to move methods over, still could use some examples of how you'd like...