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

Fix up verify v17 #30

Merged
merged 4 commits into from
Dec 6, 2024
Merged

Fix up verify v17 #30

merged 4 commits into from
Dec 6, 2024

Conversation

tcharding
Copy link
Member

There are a couple of problems highlighted when one runs verify v17 - fix them. Includes fix the client and integration test around the getreceivedbyaddresses method.

Since we wrote the `verify` crate these docs are stale. `verify` was
inspired by this exact comment.
Currently the `verify` command relies on incomplete integration tests
including `todo!` on the same line as the test name - this is
sub-optimal but while its like that at least follow the rules.
Clippy warns for unused imports; add a feature gate.
Fix the integration test for `recievedbyaddress`. Requires fixing the
client method implementation also because I forgot to pass in the
address - duh.
@tcharding tcharding merged commit 0d36dee into rust-bitcoin:master Dec 6, 2024
26 checks passed
@tcharding tcharding deleted the 12-07-verify branch December 6, 2024 22:52
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.

1 participant