Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix incompatible with crate bincode. #4

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

riversyang
Copy link
Member

While using v0.1.0 implementation, the serialized bytes of type CoinId, Pubkey and Txid with crate bincode, can NOT be deserialize by bincode itself (because bincode doesn't support deserialize_any).

This pr has implemented a compatible version of these types for this issue.

@riversyang riversyang requested a review from kb1ns February 5, 2025 09:32
@kb1ns kb1ns merged commit 40dd398 into master Feb 6, 2025
@kb1ns kb1ns deleted the rivers/fix-incompatible-with-bincode branch February 6, 2025 02:23
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants