John Cantrell

Results 44 comments of John Cantrell

oh that's pretty cool, seems useful for testing for sure. need to get sensei support in nigiri :)

working on an integration "smoke test" that runs in rust using `bitcoind` crate. it will exercise the AdminService and NodeService directly without needing to use the http/grpc apis. can be...

yeah we definitely need to add support for some grpc stream apis but for each one we add it needs to also have a websocket equivalent.

similar to how there is the generic NodeRequest/NodeResponse and AdminRequest/AdminResponse enums we will probably want generic mpsc::Channel's for sending/receiving this data over. I think there probably needs to be an...

Hm, I guess we could add it explicitly to the payments table. Technically it's encoded in the invoice which is already included in the table, right? I guess some of...

A dockerfile was written as part of v0.0.2 release. Should be trivial to implement the umbrel app now. Though they told me that they are waiting until Umbrel 0.5 release...

PR is open :) https://github.com/getumbrel/umbrel/pull/1339

Tried to make it happen for the Umbrel release tomorrow but we discovered a handful of issues around hostname (localhost vs umbrel.local). I think they are all fixed now but...

There's been a little progress but not too much. I'm willing to put a couple million sat bounty on this. We need to get x86 and arm docker builds working...

Getting closer! You shouldn't need (or require) the admin access token for accessing the individual node apis as those are completely authenticated by the macaroon. Happy to merge this since...