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

bip3: Broaden reference implementation formats

Based on Luke Dashjr’s b46e8195914fc3479760fef4c443390c01825e63
This commit is contained in:
Murch 2025-12-09 15:05:29 -08:00
parent 3d07d12de5
commit 56ac1c2686
No known key found for this signature in database
GPG Key ID: 7BA035CA5B901713

View File

@ -100,7 +100,9 @@ following list and address each as appropriate.
implementers and users should deal with these incompatibilities. implementers and users should deal with these incompatibilities.
* Reference Implementation — Where applicable, a reference implementation, test vectors, and documentation must be * Reference Implementation — Where applicable, a reference implementation, test vectors, and documentation must be
finished before the BIP can be given the status "Complete". Test vectors must be provided in the BIP or finished before the BIP can be given the status "Complete". Test vectors must be provided in the BIP or
as auxiliary files (see [Auxiliary Files](#auxiliary-files)) under an acceptable license. The reference implementation can be provided in the BIP, as an auxiliary file, or per reference to a pull request that is expected to remain available permanently. as auxiliary files (see [Auxiliary Files](#auxiliary-files)) under an acceptable license. The reference implementation
can be provided in the BIP, as an auxiliary file, or per linking another code reference that is expected to remain
available permanently such as a pull request, a dedicated branch, a new repository, or similar.
* Changelog — A section to track modifications to a BIP after reaching Complete status. * Changelog — A section to track modifications to a BIP after reaching Complete status.
* Copyright — The BIP must be placed under an acceptable license (see [BIP Licensing](#bip-licensing) below). * Copyright — The BIP must be placed under an acceptable license (see [BIP Licensing](#bip-licensing) below).