-
Notifications
You must be signed in to change notification settings - Fork 371
fix(ckdoge): use legacy P2PKH transactions for withdrawals #8187
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
Merged
gregorydemay
merged 24 commits into
master
from
gdemay/DEFI-2168-fix-ckdoge-transaction
Dec 30, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
76a5623
DEFI-2168: add bitcoin dependency
gregorydemay 56afa78
DEFI-2168: force derived public key on 33 bytes
gregorydemay a38c4bf
DEFI-2168: derivation path as Vec<Vec<u8>>
gregorydemay 43b79a8
DEFI-2168: Dogecoin transaction using bitcoin crate
gregorydemay d2949cb
DEFI-2168: Bitcoin transaction signer
gregorydemay 3fa0636
DEFI-2168: canister runtime sign transaction
gregorydemay 6c13d13
DEFI-2168: use new sign_transaction
gregorydemay 5ef6cc2
DEFI-2168: fix do not use bitcoin:;PublicKey serialize, not compatibl…
gregorydemay 0e18f10
DEFI-2168: remove txid from UnsignedTransaction
gregorydemay 28b264c
DEFI-2168: use correct address to fetch UTXOs
gregorydemay 640e161
DEFI-2168: ensure ckDOGE minter transactions use version 1 and scriptsig
gregorydemay 1c69c88
Merge branch 'master' into gdemay/DEFI-2168-fix-ckdoge-transaction
gregorydemay b02e7d3
DEFI-2168: fix sig hash
gregorydemay 8ccc5df
DEFI-2168: unit test noop
gregorydemay abd6b43
DEFI-2168: unit test for signing
gregorydemay a0bc902
DEFI-2168: stability tests
gregorydemay 859a7f9
DEFI-2168: remove send_transaction
gregorydemay 1e3faea
DEFI-2168: typo+comment
gregorydemay a881f64
DEFI-2168: fake_sign P2PKH
gregorydemay a2322f3
DEFI-2168: test fake_sign P2PKH
gregorydemay f65f772
DEFI-2168: remove quotes
gregorydemay 7c54790
DEFI-2168: do not hardcode locktime and sequence
gregorydemay c505f6a
DEFI-2168: rename DogecoinAddress::from_compressed_public_key
gregorydemay 76e4131
DEFI-2168: remove dead execution path
gregorydemay File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.