Abdullahi Yunus
Abdullahi Yunus
I just added a comment
In this commit, we save nodeannouncement config in the database so that we will be able to retrieve the config later and use them on retart. closes #7123 ## Change...
This commit implements the feature that lets users set custom base ports for their nodes to avoid having port conflicts with other applications running on the same machine. Closes #533...
closes #7123 replaces #8690 ## Change Description This change allows a node to retain its previously configured node announcement settings after a restart, making it more consistent. **Issue**: As mentioned...
fixes #4719 ## Change Description This PR adds pagination to getting transactions RPC calls by introducing index_offset and max_transactions to specify the number of transactions to skip and the maximum...
Fixes #9578 and #9510 ## Change Description As mentioned in the [comment](https://github.com/lightningnetwork/lnd/issues/9578#issuecomment-2725505073): > The test TestPropForEachConcOutperformsMapWhenExpensive compares the speed of Map and ForEachConc functions when executing an expensive operation on...
Closes #829 Replaces #1038 ### Description This PR is 1/2 that will integrate SimLn into Polar. As mentioned in the previous PR implementing such: >SimLN is a simulation tool that...
## Change Description Fixes #10223 This PR fixes the issue where channels with no edge policies escape pruning even though they have been stale for a while. The fix only...
fixes #10337 continues #10356 ## Change Description From the issue description: > CPU profiling reveals that IsPublicNode queries consume 62.36% of total CPU time (21.77s out of 34.91s) during gossip...
fixes #10337 (partially) ## Change Description In this PR, we rewrite the query for `IsPublicV1Node`, which returns a boolean based on if a node has a public or private channel....