Lounès Ksouri

Results 118 comments of Lounès Ksouri

Here is the route: https://github.com/getumbrel/umbrel-manager/blob/master/routes/v1/external.js

Thanks for your report @meeDamian (and very sorry for the late reply, it completely got out of my mind). We talked about it with @mayankchhabra @lukechilds, and it appears that...

Hey @benlarkins, thanks for this! Will test this soon.

Yep, my Sensei integration into Zeus is almost done (at least for all the basic stuff), I need to setup a Zeus dev env to test it out. @johncantrell97 has...

@Bosch-0 I think there was a misunderstanding: the exposed points concern Sensei, not Zeus. I was talking about things available in Zeus that aren't in Sensei endpoints (e.g. for zero...

Another missing thing: channel fees (`base_fee_msat` and `fee_rate`). We can either return this directly in the channel details (`/v1/node/channels`) or have a dedicated endpoint @johncantrell97.

I just tested on an Ubuntu 20.04.2 VM, same error.

Hey @vafanassieff! I've the same error manually building it from the `v0.1.0-beta.2` branch. I also tried from `master` and it couldn't compile `amplify_derive_helpers` (`error: unknown 'doc' attribute 'hide'`).

@vafanassieff I managed to build from `master`, but only on Ubuntu. Thanks!

Thanks for your answer @dr-orlovsky. Unfortunately, I'm facing the following error: ``` Compiling amplify_derive_helpers v0.0.4 error: unknown `doc` attribute `hide` --> /Users/lounesksouri/.cargo/registry/src/github.com-1ecc6299db9ec823/amplify_derive_helpers-0.0.4/src/attr.rs:492:7 | 492 | #[doc(hide)] | ^^^^ error: unknown...