Skip to content

Commit 0737622

Browse files
authored
Merge pull request bitcoin#1271 from JeremyRubin/patch-3
[BIP-119] Link Reference implementation to current PR in Bitcoin Core
2 parents f59f235 + 7845a2a commit 0737622

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bip-0119.mediawiki

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,12 @@ standardized later as policy changes.
275275

276276
==Reference Implementation==
277277

278-
A reference implementation and tests are available here:
279-
https://github.com/JeremyRubin/bitcoin/tree/checktemplateverify.
278+
A reference implementation and tests are available here in the PR to Bitcoin Core https://github.com/bitcoin/bitcoin/pull/21702.
279+
280+
It is not ideal to link to a PR, as it may be rebased and changed, but it is the best place to find
281+
the current implementation and review comments of others.
282+
A recent commit hash in that PR including tests and vectors can be found here https://github.com/jeremyrubin/bitcoin/commit/3109df5616796282786706738994a5b97b8a5a38.
283+
Once the PR is merged, this BIP should be updated to point to the specific code released.
280284

281285
Test vectors are available in [/bip-0119/vectors the bip-0119/vectors
282286
directory] for checking compatibility with the refrence implementation and BIP.

0 commit comments

Comments
 (0)