aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-cli.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2013-05-04 19:32:33 +0200
committerPieter Wuille <[email protected]>2013-09-28 18:37:00 +0200
commitf5857e5cb5fb03bee9c05d1dd6ba2621cac49179 (patch)
tree6d5347773c08f057b056de27a79fe890023db872 /src/bitcoin-cli.cpp
parentMerge pull request #3034 from fanquake/corect-qt-download-link (diff)
downloaddiscoin-f5857e5cb5fb03bee9c05d1dd6ba2621cac49179.tar.xz
discoin-f5857e5cb5fb03bee9c05d1dd6ba2621cac49179.zip
Inline signature serializer
Instead of building a full copy of a CTransaction being signed, and then modifying bits and pieces until its fits the form necessary for computing the signature hash, use a wrapper serializer that only serializes the necessary bits on-the-fly. This makes it easier to see which data is actually being hash, reduces load on the heap, and also marginally improves performances (around 3-4us/sigcheck here). The performance improvements are much larger for large transactions, though. The old implementation of SignatureHash is moved to a unit tests, to test whether the old and new algorithm result in the same value for randomly-constructed transactions.
Diffstat (limited to 'src/bitcoin-cli.cpp')
0 files changed, 0 insertions, 0 deletions