Changelog for v0.10.1 release#4675
Merged
rustyrussell merged 3 commits intoElementsProject:masterfrom Jul 23, 2021
Merged
Conversation
| - Protocol: We now assume nodes support TLV onions (non-legacy) unless we have a `node_announcement` which says they don't. ([#4646]) | ||
| - Protocol: Use a more accurate fee for mutual close negotiation. ([#4619]) | ||
| - Protocol: channel feerates reduced to bitcoind's "6 block ECONOMICAL" rate. ([#4507]) | ||
| - keysend now uses 22 for the final CTLV, making it rust-lightning compatible. ([#4548]) |
Collaborator
There was a problem hiding this comment.
Maybe rust-lightning it is out of the dictionary (if any exist)?
2e41917 to
9ad704b
Compare
shesek
reviewed
Jul 22, 2021
|
|
||
| ### Added | ||
|
|
||
| - JSON-RPC: `invoice` now outputs explicit `payment_secret` it its own field. ([#4646]) |
rustyrussell
approved these changes
Jul 23, 2021
Contributor
rustyrussell
left a comment
There was a problem hiding this comment.
Ack 9ad704b
Wow, this is big release!
| ## [v0.10.1rc1] - 2021-07-21: "<awaiting name selection>" | ||
|
|
||
| This release named by @nalinbhardwaj. | ||
|
|
Contributor
There was a problem hiding this comment.
NOTE: dual funding and offers protocols have changed, and are incompatible with older releases (they're both still draft)
Contributor
|
Also, need to note that rebalance and drain plugins will no longer work with this release due to payment_secret being compulsory, so they should be re-downloaded! |
4 tasks
Suggested-By: @shesek Suggested-By: @rustyrussell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Notes for the release
Changelog-None.