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

add Dogecoin mod for support CKB Dogecoin SPV #1

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

EthanYuan
Copy link

This project is a fork of rust-bitcoin, modified to support [Dogecoin] SPV (Simplified Payment Verification) on [CKB] (Nervos Blockchain). It retains most of the original rust-bitcoin functionality, with the following specific changes:

  • Dogecoin Header Deserialization: Modifications to handle the deserialization of Dogecoin headers.
  • AuxPow Validation: Added logic to validate AuxPow (Auxiliary Proof-of-Work) as required by Dogecoin.

conduition and others added 12 commits November 13, 2023 09:09
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.
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.

3 participants