Skip to content
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

Newsletters: add 135 (2021-02-10) #515

Merged
merged 5 commits into from
Feb 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
News135: summarize HWI#433
  • Loading branch information
murchandamus authored and bitschmidty committed Feb 10, 2021
commit d778e7256f55724cbb1d5d8143a1892e76e0d418
4 changes: 2 additions & 2 deletions _posts/en/newsletters/2021-02-10-newsletter.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ repo], [Hardware Wallet Interface (HWI)][hwi repo],
[Bitcoin Improvement Proposals (BIPs)][bips repo], and [Lightning
BOLTs][bolts repo].*

- [HWI #433][] trezor: Enable processing of OP_RETURN outputs FIXME:Xekyo

- [Bitcoin Core #19509][] adds per-peer message capture between nodes as well
as the ability to produce JSON outputs from those logs. Using the newly
Copy link
Contributor

Choose a reason for hiding this comment

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

s/produce JSON outputs from those logs/parse the dumped messages into JSON/

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 like it better the way it is (though I'd probably not have pluralized "outputs"; if that's your concern, we could possibly just drop that word without otherwise changing the sentence).

Copy link
Contributor

Choose a reason for hiding this comment

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

I wanted to distinguish between logs (which I'd generally understand as a file that records specific events in the code) and what we have here, which is message dumps/message capture. It's not very important.

introduced command line argument `-capturemessages`, any message
Expand All @@ -103,6 +101,8 @@ BOLTs][bolts repo].*
Bitcoin Core's REST and RPC interfaces. Additionally, a `BlockSource`
interface is provided and can be extended to work with custom sources.

- [HWI #433][] adds support for signing PSBTs with OP_RETURN outputs.

- [BIPs #1021][] updates the [BIP8][] soft fork activation mechanism,
changing its behavior for nodes that choose to enforce the *lockin on
timeout* feature. Previously, those nodes would reject any block that
Expand Down