-
Notifications
You must be signed in to change notification settings - Fork 405
Cut 0.0.109 #1582
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
Cut 0.0.109 #1582
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1582 +/- ##
==========================================
+ Coverage 91.04% 91.18% +0.14%
==========================================
Files 80 80
Lines 44095 45354 +1259
Branches 44095 45354 +1259
==========================================
+ Hits 40145 41357 +1212
- Misses 3950 3997 +47
Continue to review full report at Codecov.
|
9a9f53f
to
43ecbb0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
* `ChannelDetails` now contains a copy of the current `ChannelConfig` (#1527). | ||
* The `lightning-invoice` crate now optionally depends on `serde`, with | ||
`Invoice` implementing `serde::{Deserialize,Serialize}` if enabled (#1548). | ||
* Several fields in `UserConfig` have been renamed for clarity (#1540). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a mention of #1531, from now on transactions given to funding_transaction_generated()
must be final and ready to broadcast ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I figured skip it - we certainly already required that transactions be final, so its not a change, its just a stricter enforcement of existing preconditions.
* Jeffrey Czyz | ||
* Matt Corallo | ||
* Matt Faltyn | ||
* NicolaLS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to git log :
- Matt Faltyn -> Mateusz Faltyn
- NicolaLS -> Nicola Leonardo Susca
(o any contributor reading the releasing notes, if we mispel or get wrong the names, please accept our excuses, if you also have a preference to be listed with GH handle or other nickname, let it know I think we're fine with that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh? I see the following for NicolaLS. Where did you get the name, or the name for Mr Faltyn? I don't see Mateusz anywhere? CC @NicolaLS and @mattfaltyn.
In general I prefer to just use git shortlog
(ie what is configured with git commit --author=...
cause it makes it easy to automate things, but if someone prefers a different name we can replace.
commit 6c15de1399f2c1a3f9b1c384af17e59135d7f335 (upstream/pull/1548)
Author: NicolaLS <email omitted>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mhm I don't even know how I set the name (it's def not in my config) but it's fine for me either way :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mhm I don't even know how I set the name (it's def not in my config)
You can simply set it via git config user.name "My Name"
for each repository, but may add the --global
flag if you'd like to make it ... global.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the following when I do `git log | grep "Faltyn".
Author: Mateusz Faltyn <[email protected]>
So I dunno.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I was going based on github profile, indeed, it seems he's changed his configured name on git. I guess we should be consistent, I'm happy to pick either one. For now I'll update the 107 release notes to use just "Matt" given that's on his GH.
CHANGELOG.md
Outdated
backward compatibility wrapper is required, please open an issue. | ||
|
||
In total, this release features 32 files changed, 1839 insertions, 490 | ||
deletions in 31 commits from 9 authors, in alphabetical order: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from 15 PRs, I don't thing it matters but good for me to tick them to check we have forgotten nothing of worthy a mention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, definitely still worth checking if there's anything we missed.
43ecbb0
to
27ba14e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 27ba14e
27ba14e
to
4548b79
Compare
Updated with #1585, will need a squash after that lands. |
4548b79
to
156cc77
Compare
Rebased after #1585 and squashed, should be good to go! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 156cc77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 156cc77
No description provided.