diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-04-12 22:30:41 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-04-12 22:55:56 +0200 |
| commit | 8480d41e0f9d466447f49bf5dd7c17c5337af77a (patch) | |
| tree | f3f74917b997046c908f2b3a19770818fc3e0b08 /src/script/script.cpp | |
| parent | Merge #12888: debug log number of unknown wallet records on load (diff) | |
| parent | Make DummySignatureCreator a singleton (diff) | |
| download | discoin-8480d41e0f9d466447f49bf5dd7c17c5337af77a.tar.xz discoin-8480d41e0f9d466447f49bf5dd7c17c5337af77a.zip | |
Merge #12803: Make BaseSignatureCreator a pure interface
be67831 Make DummySignatureCreator a singleton (Pieter Wuille)
190b8d2 Make BaseSignatureCreator a pure interface (Pieter Wuille)
Pull request description:
* Removes the `m_provider` field from `BaseSignatureCreator`. Instead both a `SigningProvider` (which provides keys and scripts) and a `BaseSignatureCreator` (which implements the transaction-specific (or other) signing logic) are passed into and down in `ProduceSignature`, making the two concepts orthogonal.
* Makes `BaseSignatureCreator` a pure interface without constructor, making it easier to implement new derivations of it (for example for message signing).
* As `DummySignatureCreator` now becomes a stateless object, turn it into a singleton `DUMMY_SIGNATURE_CREATOR`.
Tree-SHA512: 5f1f4512e4ea7d02a31df7b9ede55008efa716c5b74a2630ca1c2fc6599584d8bf5f5641487266127f4b3788033803539fbd22b03ef1219c83c10da2d3da3dcd
Diffstat (limited to 'src/script/script.cpp')
0 files changed, 0 insertions, 0 deletions