Weekly Edition for Thursday, Sep 1
bulletin
- Bitcoin Optech Newsletter #215
- release: BTC Pay Server v1.6.10
- release: btcd v0.23.1
- release: lnd v0.15.1-beta
- python-bitcoinlib: 2 releases, latest is python-bitcoinlib-v0.11.2
- 8 RFC updates
Newsletters
- Bitcoin Optech: Bitcoin Optech Newsletter #215 (August 31, 2022)
Releases
project | release | date |
---|---|---|
BTC Pay Server | v1.6.10 Bug fixes:
|
2022-08-26 |
btcd | v0.23.1 What's Changed
New Contributors
Full Changelog: https://github.com/btcsuite/btcd/compare/v0.22.0-beta...v0.23.1 |
2022-08-30 |
lnd | v0.15.1-beta This marks the first minor release of the 0.15.x cyle! This release includes support for zero conf channels, scid alisases (random scid values in the invoice), switches to using taproot addresses everywhere applicable by default, and also includes an optional database migration that can potential reclaim GBs of disk space for old or large lnd nodes. Database MigrationsThis release contains an optional migration to delete old revocation log space. The v0.15 release contained an "on the fly" migration that will start to write items in the revocation log in a more efficient manner. This release allows users to reclaim all the old disk space by converting historical records to the new format, with the old records being deleted. The migration can be activated with a new CLI command: Verifying the ReleaseIn order to verify the release, you'll need to have
Once you have the required PGP keys, you can verify the release (assuming
You should see the following if the verification was successful:
That will verify the signature of the manifest file, which ensures integrity and authenticity of the archive you've downloaded locally containing the binaries. Next, depending on your operating system, you should then re-compute the Verifying the Release TimestampFrom this new version onwards, in addition time-stamping the git tag with OpenTimeStamps, we'll also now timestamp the manifest file along with its signature. Two new files are now included along with the rest of our release artifacts: Assuming you have the opentimestamps client installed locally, the timestamps can be verified with the following commands:
Alternatively, the open timestamps website can be used to verify timestamps if one doesn't have a These timestamps should give users confidence in the integrity of this release even after the key that signed the release expires. Verifying the Release BinariesOur release binaries are fully reproducible. Third parties are able to verify that the release binaries were produced properly without having to trust the release manager(s). See our reproducible builds guide for how this can be achieved.
The release binaries are compiled with The Finally, you can also verify the tag itself with the following command:
Verifying the Docker ImagesTo verify the
Building the Contained ReleaseUsers are able to rebuild the target release themselves without having to fetch any of the dependencies. In order to do so, assuming
that
The Additionally, it's now possible to use the enclosed
⚡️⚡️⚡️ OK, now to the rest of the release notes! ⚡️⚡️⚡️ Release NotesContributors (Alphabetical Order)bitromortac Carsten Otto Elle Mouton ErikEk Eugene Siegel Jordi Montes Matt Morehouse Slyghtning Oliver Gugger Olaoluwa Osuntokun Priyansh Rastogi Tommy Volk Yong Yu Ziggie |
2022-08-30 |
python-bitcoinlib | python-bitcoinlib-v0.11.2
|
2022-08-28 |
python-bitcoinlib | python-bitcoinlib-v0.11.1
|
2022-08-26 |
RFC
type | rfc # | title | date | status |
---|---|---|---|---|
bip | bip-0047 | BIP47: Define address types explicitly | 2022-08-28 | Closed |
bolt | transactions | bolt3: Clarify order of operations for HTLC amount calculation | 2022-08-30 | Merged |
bolt | X | Add test vectors for option_anchors_zero_fee_htlc_tx | 2022-08-30 | Update |
bolt | peer protocol | BOLT 2: forget the check about `update_*` messages, and check what must not happens during `shutdown` | 2022-08-29 | Closed |
bolt | X | option_closing_rejected: turn-based fee_range coop close | 2022-08-29 | Update |
bolt | X | Lightning Specification Meeting 2022/08/15 | 2022-08-29 | Closed |
slip | slip-0044 | slip-0044: add (avian network#921) | 2022-08-29 | Merged |
slip | slip-0044 | Update slip-0044.md | 2022-08-28 | Merged |