1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-12-22 14:45:19 +00:00

bip3: Require technical soundness

Co-authored-by: jon@atack.com
This commit is contained in:
Murch 2025-12-11 09:12:17 -08:00
parent 41fe83f750
commit a9308f362e
No known key found for this signature in database
GPG Key ID: 7BA035CA5B901713

View File

@ -491,7 +491,7 @@ For each new BIP pull request that comes in, an editor checks the following:
* Motivation, Rationale, and Backward Compatibility have been addressed * Motivation, Rationale, and Backward Compatibility have been addressed
* Specification provides sufficient detail for implementation * Specification provides sufficient detail for implementation
* The defined Layer and Type headers must be correctly assigned for the given specification * The defined Layer and Type headers must be correctly assigned for the given specification
* The BIP is ready: it is comprehensible, technically feasible, and all aspects are addressed as necessary * The BIP is ready: it is comprehensible, technically feasible and sound, and all aspects are addressed as necessary
Editors do NOT evaluate whether the proposal is likely to be adopted. Editors do NOT evaluate whether the proposal is likely to be adopted.