kuutamolabs / kld

A Lightning Service Provider router by kuutamo
Apache License 2.0
26 stars 3 forks source link

build(deps): bump lightning-rapid-gossip-sync from 0.0.121 to 0.0.122 #1000

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps lightning-rapid-gossip-sync from 0.0.121 to 0.0.122.

Release notes

Sourced from lightning-rapid-gossip-sync's releases.

v0.0.122

0.0.122 - Apr 09, 2024 - "That Which Is Untested Is Broken"

Bug Fixes

  • Route objects did not successfully round-trip through de/serialization since LDK 0.0.117, which has now been fixed (#2897).
  • Correct deserialization of unknown future enum variants. This ensures downgrades from future versions of LDK do not result in read failures or corrupt reads in cases where enums are written (#2969).
  • When hitting lnd bug 6039, our workaround previously resulted in ChannelManager persistences on every round-trip with our peer. These useless persistences are now skipped (#2937).

In total, this release features 4 files changed, 99 insertions, 55 deletions in 6 commits from 1 author, in alphabetical order:

  • Matt Corallo
Changelog

Sourced from lightning-rapid-gossip-sync's changelog.

0.0.122 - Apr 09, 2024 - "That Which Is Untested Is Broken"

Bug Fixes

  • Route objects did not successfully round-trip through de/serialization since LDK 0.0.117, which has now been fixed (#2897).
  • Correct deserialization of unknown future enum variants. This ensures downgrades from future versions of LDK do not result in read failures or corrupt reads in cases where enums are written (#2969).
  • When hitting lnd bug 6039, our workaround previously resulted in ChannelManager persistences on every round-trip with our peer. These useless persistences are now skipped (#2937).

In total, this release features 4 files changed, 99 insertions, 55 deletions in 6 commits from 1 author, in alphabetical order:

  • Matt Corallo
Commits
  • 27e5519 Merge pull request #2985 from TheBlueMatt/2024-03-fix-upgradable-enum-121
  • 66ebe7e Bump LDK to 0.0.122/invoice 0.30
  • bcea4fa Keep newlines between releases in CHANGELOG consistent
  • 84bc535 Add release note for 0.0.122 with just one PR.
  • 271103d Avoid writing ChannelManager when hitting lnd bug 6039
  • 72c4eb8 Fix Route serialization round-trip
  • d429065 Fix blinded path serialization in Route
  • f8b0800 Allow MaybeReadable to not fully read in upgradable_option
  • bdf5a6f Ensure we read the full TLV stream length when maybe-reading None
  • 499ca93 Fix unknown handling in impl_writeable_tlv_based_enum_upgradable
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
yanganto commented 5 months ago

in #1013

dependabot[bot] commented 5 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.