applies cleanly
[0.13 backport] Precompute sighashes #8648
pull gmaxwell wants to merge 3 commits into bitcoin:0.13 from gmaxwell:precompute_backport changing 8 files +159 −38-
gmaxwell commented at 12:43 AM on September 2, 2016: contributor
-
403ced9fbd
Precompute sighashes
Original version by Nicolas Dorier. Precomputing version by Pieter Wuille.
-
Unit test for sighash caching 055c1d6df8
-
Rename to PrecomputedTransactionData 991751f675
- fanquake added the label Backport on Sep 2, 2016
- fanquake added this to the milestone 0.13.1 on Sep 2, 2016
-
in src/main.h:None in 991751f675
37 | @@ -38,7 +38,7 @@ class CScriptCheck; 38 | class CTxMemPool; 39 | class CValidationInterface; 40 | class CValidationState; 41 | -class CachedHashes; 42 | +class PrecomputedTransactionData;
paveljanik commented at 6:30 AM on September 2, 2016:This will be changed to
struct PrecomputedTransactionData;in the master soon (@sipa).
sipa commented at 1:28 PM on September 2, 2016: memberI believe the arguments to CheckInputs changed, so this is not a clean cherry-pick.
gmaxwell commented at 9:20 AM on September 3, 2016: contributorwill fix.
gmaxwell closed this on Sep 3, 2016MarcoFalke locked this on Sep 8, 2021
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-18 21:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-18 21:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me