Skip to content

No labels!

There aren’t any labels for this repository quite yet.

1.0
1.0
Issues and PRs required or helping to stabilize the API
aggregate release notes mention
aggregate release notes mention
API break
API break
This PR requires a version bump for the next release
API footgun
API footgun
The API could protect against a significant usage mistake but it doesn't
API hole
API hole
Important API missing - significantly degrades usability or idiomatic usage
audit
audit
Research issues about problematic patterns that could possibly occur in our code
before edition bump
before edition bump
We want to merge this before edition is bumped
Blocked
Blocked
Some other work is required to make this possible
C-bitcoin
C-bitcoin
PRs modifying the bitcoin crate
C-consensus-encoding
C-consensus-encoding
PRs modifying the consensus-encoding crate
C-hashes
C-hashes
PRs modifying the hashes crate
C-internals
C-internals
PRs modifying the internals crate
C-io
C-io
PRs modifying the io crate
C-primitives
C-primitives
C-proc_macro_internals
C-proc_macro_internals
C-proc_macros
C-proc_macros
C-units
C-units
PRs modifying the units crate
clippy
clippy
Issues and PRs related to fixing clippy warnings
code quality
code quality
Makes code easier to understand and less likely to lead to problems
Correctness
Correctness
Improves the chance that the code will be correct - either our or consumer (via well-designed API)
crate smashing
crate smashing
Issues and PRs splitting out parts of the main crate to smaller crates
dependencies
dependencies
Pull requests that update a dependency file
epic
epic
Tracking issues for epic tasks
error handling
error handling
Issues and PRs related to error handling, mainly error refactoring epic