aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.h
AgeCommit message (Expand)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12Refactors `keystore.h` type aliases.251
2018-07-11Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...MarcoFalke
2018-05-05Separate HaveKey function that checks whether a key is in a keystoreAndrew Chow
2018-04-29Add locking annotations for variables guarded by cs_KeyStorepracticalswift
2018-04-25Add compile time checking for all cs_KeyStore runtime locking assertionspracticalswift
2018-03-27Merge #12762: Make CKeyStore an interfaceWladimir J. van der Laan
2018-03-25Introduce interface for signing providersPieter Wuille
2018-03-24Move CKeyStore::cs_KeyStore to CBasicKeyStoreJoão Barbosa
2018-03-24Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStoreJoão Barbosa
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09Implicitly know about P2WPKH redeemscriptsPieter Wuille
2018-01-03Expose method to find key for a single-key destinationPieter Wuille
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-20Add GetCScripts to CBasicKeyStoreMeshCollider
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-10-04CKeystore: move relevant implementation out of the headerJonas Schnelli
2017-09-07Merge #10916: add missing lock to crypter GetKeys()Wladimir J. van der Laan
2017-08-09Remove the virtual specifier for functions with the override specifierpracticalswift
2017-07-23keystore GetKeys(): return result instead of writing to referenceMarko Bencun
2017-06-28Use the override specifier (C++11) where we expect to be overriding the virtu...practicalswift
2017-06-09Remove unused Boost includespracticalswift
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-07-20Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo
2015-02-03c++11: don't forward-declare types used in mapsCory Fields
2014-12-19Added "Core" to copyright headerssandakersmann
2014-10-31boost: moveonly: split CPubKey and friends to new filesCory Fields
2014-10-28Update comments in keystore to be doxygen compatibleMichael Ford
2014-10-17script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields
2014-10-03[Wallet] Watch-only fixesCozz Lovan
2014-08-28add missing header end commentsPhilip Kaufmann
2014-08-26Merge pull request #4673Wladimir J. van der Laan
2014-08-12Remove unnecessary typedef and script.h includejtimon
2014-08-11Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan
2014-07-02Use script matching rather than destination matching for watch-only.Pieter Wuille
2014-07-02Add support for watch-only addressesPieter Wuille
2014-03-24Update moved and dead linksLuke Dashjr
2013-12-04Move CCryptoKeyStore to crypter.cppWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-10-20Bump Year Number to 2013super3
2013-05-30CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille
2012-05-24Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille
2012-05-24Encapsulate public keys in CPubKeyPieter Wuille
2012-05-20Merge pull request #1354 from fanquake/masterPieter Wuille
2012-05-20Convert UI interface to boost::signals2.Wladimir J. van der Laan
2012-05-20Fine-grained UI updatesWladimir J. van der Laan
2012-05-18Update License in File HeadersFordy
2012-05-11Split synchronization mechanisms from util.{h,cpp}Pieter Wuille
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-15fix warnings: delete called on 'XX' that has virtual functions but non-virtua...Wladimir J. van der Laan