forked from rust-bitcoin/rust-bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dogecoin #1
Open
cf
wants to merge
15
commits into
master
Choose a base branch
from
dogecoin
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Owner
cf
commented
Jun 27, 2024
- added support for dogecoin block parsing (with AuxPow)
In the 0.31.0 release we renamed the bip32 extended key types without leaving the originals in there marked as deprecated. This makes for a bad experience for devs, add them back in.
In preparation for a point release add a changelog and bump the version number to v0.31.1 Note that the changelog had an incorrect version number for the last release, fix that while we are at it.
…g deserialization 866781d merkle_block: add resource limit check during deserialization (Andrew Poelstra) Pull request description: Backport of rust-bitcoin#2607 to 0.31.x. ACKs for top commit: tcharding: ACK 866781d sanket1729: ACK 866781d Tree-SHA512: 19cd2ecf75e4cfedb8abded43571cf1fe14512807a0e5fd9925ebbc932d5208a27f72a4c450a864f4ab9d6aca89bb4062678e1516f523cb5298e4ee44cd792f4
a5650d8 release 0.31.1 (Andrew Poelstra) Pull request description: We forgot to add a release commit to the backport rust-bitcoin#2614. ACKs for top commit: sanket1729: ACK a5650d8. Tree-SHA512: da7758fed67e6fa1afd2a7558b54e91046b3cf9953aad809239d189bada77cfe0a2ccb8ee03a4a058832666972ad82a393526cd21f47b94b40c327a00d3c17d1
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.