Skip to content

Cut 0.0.112 #1798

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
Oct 25, 2022
Merged

Cut 0.0.112 #1798

merged 3 commits into from
Oct 25, 2022

Conversation

TheBlueMatt
Copy link
Collaborator

Some stuff ended up slipping, but I think its still worth shipping 0.0.112 with current git as-is.

@TheBlueMatt TheBlueMatt added this to the 0.0.112 milestone Oct 24, 2022
safe (#1678).
* Redundantly applying rapid gossip sync updates no longer `Err`s (#1764).
* Nodes which inform us via payment failures that they should no longer be
used are now removed from the network graph. Some lnd nodes spuriously
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
used are now removed from the network graph. Some lnd nodes spuriously
used are now removed from the network graph. Some LND nodes spuriously

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Is it? I thought it was stylized lowercase. eg their readme mostly lists it as lnd - https://github.com/lightningnetwork/lnd/

Copy link
Contributor

@tnull tnull Oct 25, 2022

Choose a reason for hiding this comment

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

Well, I'm in favor of following a single writing style/english grammar rules whenever possible, i.e., capitalizing proper nouns and their abbreviations, independently of third parties' styling idiosyncrasies. Plus, I think almost every resource besides the Github README has it as "LND" (e.g., https://docs.lightning.engineering/), just as the logo does? If we want to stylize it as 'the binary'/'the shell command', it should be lnd at least.

🚲🏚

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'm fine with whatever we want to do - no strong opinion.

Copy link
Contributor

Choose a reason for hiding this comment

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

Feel free to leave as is or to change. This def. should not block the release 😅

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Okay, I'm too lazy to wait for CI if I change it, then.

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2022

Codecov Report

Base: 90.72% // Head: 90.73% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (9b77a8a) compared to base (a257906).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1798      +/-   ##
==========================================
+ Coverage   90.72%   90.73%   +0.01%     
==========================================
  Files          87       87              
  Lines       47374    47364      -10     
  Branches    47374    47364      -10     
==========================================
- Hits        42979    42976       -3     
+ Misses       4395     4388       -7     
Impacted Files Coverage Δ
lightning/src/util/events.rs 38.13% <ø> (+0.73%) ⬆️
lightning/src/chain/channelmonitor.rs 90.65% <0.00%> (-0.06%) ⬇️
lightning/src/ln/functional_tests.rs 97.05% <0.00%> (-0.02%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

* `NetworkGraph::remove_stale_channels` has been renamed
`NetworkGraph::remove_stale_channels_and_tracking` as `NetworkGraph` now
refuses to re-add nodes and channels that were recently removed (#1649).
* The `lightning-rapid-gossip-sync` crate now supports `no-std` (#1708).
Copy link
Contributor

Choose a reason for hiding this comment

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

you may wanna point out that this was also backported

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yea, it was, but I'm not sure our typescript users even know what no-std is, or that they're using it lol

@TheBlueMatt TheBlueMatt merged commit ccbf330 into lightningdevkit:main Oct 25, 2022
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.

4 participants