Goutam Verma
Goutam Verma
hey @gisupc i would like to work on it. can i change PointsSymbolizer ,TextSymbolizer with ShieldSymbolizer
> * a heatmap summarizing the distribution of values I have create a two heatmap for each actors(time in mailbox, processing-time) and also added it in PR. > * a...
Thanks mentor for providing feedbacks! > HTLCs in flight (per channel) -> a histogram plotting the channels.htlc-in-flight metric, for both directions (incoming and outgoing) I have tried to generate metrics...
> Recompile eclair with that change and run your nodes with that modified version of eclair. When you make payments, the payments will not complete and instead the HTLCs will...
> You must have done something wrong, it works on my machine. Can you push the branch with the change on your repo and send me the link? I'll verify...
> But the issue is that you haven't made any payment, so that's why you're not seeing any HTLC. Look at your logs, there's no trace of a single payment...
> You can find more samples in the repository I shared with you earlier: https://github.com/t-bast/lightning-cfg/blob/master/.eclair/setup_channels.sh I simply followed the steps: - Start node A and B - Connect node A...
> Have you looked at the logs? The most efficient way to debug this is if you send me exactly the commands that you ran and the logs of the...
> As the `channels` command tells you, the channels are not ready. It's most likely that you created blocks with `generatetoaddress` too quickly (before the funding transaction was broadcast). You...
> Don't run commands blindly, you should really take the time necessary to _understand_ them and what activity they generate (read the logs whenever you run a command, that's the...