Skip to content

feat: add PSET decoding and fix genesis arg#48

Open
stringhandler wants to merge 2 commits into
BlockstreamResearch:masterfrom
stringhandler:feat/pset-run-decode
Open

feat: add PSET decoding and fix genesis arg#48
stringhandler wants to merge 2 commits into
BlockstreamResearch:masterfrom
stringhandler:feat/pset-run-decode

Conversation

@stringhandler

Copy link
Copy Markdown

The genesis arg didn't actually work previously

Comment thread Cargo.lock
dependencies = [
"memchr",
]
version = 4

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

In cdde169:

FWIW I usually manually change this back to 3 to avoid needlessly breaking old compilers. AFAICT version 4 did not introduce any actual changes.

Comment thread Cargo.toml
[lints.clippy]
# Exclude lints we don't think are valuable.
needless_question_mark = "allow" # https://github.com/rust-bitcoin/rust-bitcoin/pull/2134
needless_question_mark = "allow" # https://github.com/rust-lang/rust-clippy/pull/2134

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

In cdde169:

This change is wrong.

Comment thread Cargo.toml
http-body-util = { version = "0.1", optional = true }
tokio = { version = "1.48.0", features = ["full"], optional = true }


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

In cdde169:

Prefer not to include whitespace changes (though here it's pretty close to a real change, so doesn't enlarge the diff too much).

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.

2 participants