-
Notifications
You must be signed in to change notification settings - Fork 61
common,chain,electrum: remove core2 #487
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 8000 of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 752e4a9
ACK 752e4a9 |
We are supposedly pulling the We don't get compilation errors because we use |
Good point! A quick I'll add the re-exports to |
Oh, nice! I was blessed with the new linting too. I think all pull requests will break from now if they update their branch and trigger a new CI run. |
core2 isn't really well maintained, and is only used in a few very specific cases for floresta. This commit removes it as a dependency. To acchieve that, I've - Used bitcoin::io for things like Read, Write and Cursor - Implemented the Error trait inside floresta common
Rebased after #489 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK da6dc6c
What is the purpose of this pull request?
Which crates are being modified?
Description
core2 isn't really well maintained, and is only used in a few very specific cases for floresta. This commit removes it as a de 8000 pendency.
To acchieve that, I've