Vincenzo Palazzo
Vincenzo Palazzo
Glog doesn't have the logger level 3. Maybe I can use some string value to disable log, and not use the log level 3.
This could be a good first issue for the people that want to start to understand the code. The progress bars don't work as an aspect. It has the following...
Execution paralleled should not be used with the `graphpubkey`, the actual method to get the address from the scriptPubKey can not be run with the parallel function.
## Change Description While debugging bug reports like https://github.com/ElementsProject/lightning/issues/7221 it is useful to know from the info log that there is some problem of features between the two peers. In...
While using two wallets within the same federation, I sent 10 sats from Wallet A to Wallet B. Later, I wanted to send 10 sats back from Wallet B to...
This is a work in progress work that I started a while ago to support Nakamoto inside liana. The part that is missing is how to track transactions with Nakamoto...
Recent integration testing show that there is something wrong with this test, so we should diable it or fix it ``` jrcplightning_1 | Test testCommandConnectAndCloseOne FAILED jrcplightning_1 | jrcplightning_1 |...
The change implemented in the PR https://github.com/ElementsProject/lightning/pull/5306 happens from the next release, so the solution is to break the type and move all `msat` filed from String to integer. We...
We should realy start to think to make a lot of small project, and we can use the following idea with gradle https://docs.gradle.org/current/userguide/declaring_dependencies_between_subprojects.html
When I start this project I taken some decisions that today I will never take again, some of them are: - Use a singleton instance, this break the possibility to...