Open
Conversation
luisschwab
requested changes
Feb 12, 2026
87e12ff to
5f551b0
Compare
luisschwab
requested changes
Feb 13, 2026
src/client.rs
Outdated
| } | ||
|
|
||
| /// Retrieve the `basic` BIP 157 content filter for a particular block | ||
| /// Retrieve the Compact Block Filter (BIP-158) with type `basic` for the block given its `Blockhash`. |
Member
There was a problem hiding this comment.
Sorry, missed the 0 in my previous suggestion.
Suggested change
| /// Retrieve the Compact Block Filter (BIP-158) with type `basic` for the block given its `Blockhash`. | |
| /// Retrieve the Compact Block Filter (BIP-0158) with type `basic` for the block given its `Blockhash`. |
5f551b0 to
edd6c75
Compare
README.md
Outdated
| | ----------------- | --------------------- | -------------------------------------------- | | ||
| | 30_0 (default) | v30.x and newer | Supports latest target and difficulty fields.| | ||
| | 29_0 | v29.x | Aligned with v29 schema. | | ||
| | 28_0v | 28.x and older | Omits newer fields | |
Collaborator
There was a problem hiding this comment.
Suggested change
| | 28_0v | 28.x and older | Omits newer fields | | |
| | 28_0 | 28.x and older | Omits newer fields | |
Collaborator
Author
There was a problem hiding this comment.
Thanks for catching that
edd6c75 to
3be5d5c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Readme for the library.
Checklists
All Submissions:
cargo fmtandcargo clippybefore committing