1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-04-06 16:16:45 +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

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.