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

Various cleanups and improvements #19

Merged
merged 8 commits into from
Aug 19, 2024
Merged

Various cleanups and improvements #19

merged 8 commits into from
Aug 19, 2024

Conversation

Kixunil
Copy link
Collaborator

@Kixunil Kixunil commented Aug 19, 2024

This addresses a bunch of issues with the hastily-released version.

With the version bumped `Cargo.lock` got updated but this was not
committed.
We no longer depend on `bitcoin` and `bitcoin-units` has `serde` instead
of `use-serde`.
`hex-conservative` has a faster encoding algorithm so adding it is
useful. Sadly, we cannot use its parsing because of poor error reporting
API.

It was not made mandatory to not add the dependency needlessly. A future
breaking version might remove the impls without the feature.
The MSRV documentation was not properly updated in the last version.
This updates the number at several places and replaces the note that it
might be decreased with a note that it will be increased (planned
because of weak dependencies).
@Kixunil Kixunil added documentation Improvements or additions to documentation enhancement New feature or request code quality Makes code review easier and/or code more reliable labels Aug 19, 2024
@Kixunil Kixunil merged commit f934555 into master Aug 19, 2024
6 checks passed
@Kixunil Kixunil deleted the cleanups branch August 19, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Makes code review easier and/or code more reliable documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant