Skip to content

Release 0.0.116 #2427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 21, 2023
Merged

Conversation

TheBlueMatt
Copy link
Collaborator

Still a good chunk of bindings and other work to do before we can make this final, but hopefully this week. In the mean time followups for release note tweaks live here.

`UserConfig::manually_accept_inbound_channels` (#2368).
`BumpTransactionEventHandler` (#2089). Note that in order to do so you must
ensure you always have a reserve of available unspent on-chain funds to use
for CPFP. LDK currently makes no attempt to ensure this for you.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so who is going to use anchor outputs with 0.0.116, ldk-node ? i’ve looked around negotiate_anchors_zero_fee_htlc_tx and our CoinSelectionSource, we don’t really have documentation about how to manage fee-bumping reserves, what do you think if I write some simple, conservative and over-collateralized docs for the lightningdevkit website, or do we prefer security-related doc to be under the git tree ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're not going to include it as code documentation, we should at least reference to it somewhere. Happy to have you write something if you wish, I'm also working on a post for the LDK blog introducing anchor outputs and what things one should look out for while implementing it as a LDK user.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you think the docs are insufficient we should absolutely include them in the struct/config docs. I think many downstream users will use anchor in 116, both large custodial nodes but also ldk-node and ldk-sample.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to review the post for the LDK blog introducing anchor outputs when it’s ready (don’t hesitate to tag me on it). I’ll go to write more documentation, and I think it’s more appropriate to have them on the website (even if I know long-term it’s more maintenance work), as the very least we start to have a multitude of LDK deployment (mobile / large nodes / standard wallet) and generic documentation on fee-bumping reserves might be better suited here.

@ConorOkus Happy to have your thinking here, as you might have more visibility on downstream users, and if operational and safety documentation should go on the website or in struct/config docs, what is the best way to convey important information to the LDK users.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Honestly, many of our downstream developers don't ever read the website. If documentation is only on the website I think ~everyone is going to miss it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to release 0.0.116 tomorrow. If you have any further documentation changes you'd like to see happen, we should make sure it happens by tomorrow early morning US time, at the very latest.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'll go for a doc/fee-bumping-reserve.md a la Linux and it can be copy-paste on the website if we wanna more docs there. Please go to land 0.0.116, I'll add them a posteriori during early 0.0.117 cycle.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here you go #2450

While this is generally uneccessary as users set the `no-std` or
`std` features on the `lightning` crate directly, having this
allows `lightning-background-processor` to be built by itself
without extra dep lines. Specifically, the bindings are moving to
using the `-Z avoid-dev-deps` option, which now causes
`lightning-background-processor` to fail to build directly.
@TheBlueMatt
Copy link
Collaborator Author

Should be ready to go!

@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (0fadb54) 90.24% compared to head (983f2c1) 90.23%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2427      +/-   ##
==========================================
- Coverage   90.24%   90.23%   -0.01%     
==========================================
  Files         106      106              
  Lines       55817    55817              
  Branches    55817    55817              
==========================================
- Hits        50374    50369       -5     
- Misses       5443     5448       +5     

see 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TheBlueMatt TheBlueMatt merged commit 4938be6 into lightningdevkit:main Jul 21, 2023
Copy link

@dasibcryptoidology dasibcryptoidology left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's how it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants