diff options
author | Jeremy Rubin <j@rubin.io> | 2022-01-10 19:55:26 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 19:55:26 -0800 |
commit | 7845a2a79924836cbd1a24d99c98615cafba5bce (patch) | |
tree | 0172b959744b354e04abb0780574ca24349c9c3f /bip-0119.mediawiki | |
parent | 3693cdfd192dacdac89cd742f68cd1bb96bf7f7e (diff) |
[BIP-119] Link Reference implementation to current PR in Bitcoin Core
Diffstat (limited to 'bip-0119.mediawiki')
-rw-r--r-- | bip-0119.mediawiki | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki index e887caf..8381b80 100644 --- a/bip-0119.mediawiki +++ b/bip-0119.mediawiki @@ -248,8 +248,12 @@ standardized later as policy changes. ==Reference Implementation== -A reference implementation and tests are available here: -https://github.com/JeremyRubin/bitcoin/tree/checktemplateverify. +A reference implementation and tests are available here in the PR to Bitcoin Core https://github.com/bitcoin/bitcoin/pull/21702. + +It is not ideal to link to a PR, as it may be rebased and changed, but it is the best place to find +the current implementation and review comments of others. +A recent commit hash in that PR including tests and vectors can be found here https://github.com/jeremyrubin/bitcoin/commit/3109df5616796282786706738994a5b97b8a5a38. +Once the PR is merged, this BIP should be updated to point to the specific code released. ==Rationale== |