aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
Commit message (Expand)AuthorAgeFilesLines
* scripted-diff: Move util files to separate directory.Jim Posen2018-11-041-1/+1
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Separate HaveKey function that checks whether a key is in a keystoreAndrew Chow2018-05-051-0/+7
* Merge #12460: Assert CPubKey::ValidLength to the pubkey's header-relevant sizeMarcoFalke2018-04-041-1/+1
|\
| * Assert CPubKey::ValidLength to the pubkey's header-relevent sizeBen Woosley2018-02-161-1/+1
* | Inline CKeyStore::AddKey(const CKey &) in CBasicKeyStoreJoão Barbosa2018-03-241-4/+0
|/
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-2/+55
|\
| * Implicitly know about P2WPKH redeemscriptsPieter Wuille2018-01-091-2/+33
| * Expose method to find key for a single-key destinationPieter Wuille2018-01-031-0/+22
* | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* | Add GetCScripts to CBasicKeyStoreMeshCollider2017-12-201-0/+10
|/
* Remove includes in .cpp files for things the corresponding .h file already in...practicalswift2017-11-161-2/+0
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
* Fix code style in keystore.cpp/crypter.cppJonas Schnelli2017-10-061-8/+5
* CKeystore: move relevant implementation out of the headerJonas Schnelli2017-10-041-0/+30
* Remove unused Boost includespracticalswift2017-06-091-2/+0
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* Fix for incorrect locking in GetPubKey() (keystore.cpp)Yuri Zhykin2016-04-201-0/+1
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* Add logic to track pubkeys as watch-only, not just scriptsMatt Corallo2015-07-201-6/+35
* wallet: move crypter to walletCory Fields2015-03-221-1/+0
* c++11: don't forward-declare types used in mapsCory Fields2015-02-031-2/+0
* Remove whitespaces before double colon in errors and logsPavel Janík2015-01-311-1/+1
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* Update comments in keystore to be doxygen compatibleMichael Ford2014-10-281-2/+2
* script: move CScriptID to standard.h and add a ctor for creating them from CS...Cory Fields2014-10-171-1/+2
* [Wallet] Watch-only fixesCozz Lovan2014-10-031-0/+7
* Move CScript class and dependencies to script/scriptjtimon2014-09-081-1/+1
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* Merge pull request #4673Wladimir J. van der Laan2014-08-261-0/+6
|\
| * Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan2014-08-111-0/+6
* | Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+1
|/
* Use script matching rather than destination matching for watch-only.Pieter Wuille2014-07-021-2/+2
* Add support for watch-only addressesPieter Wuille2014-07-021-0/+12
* Check redeemScript size does not exceed 520 byte limitPeter Todd2014-05-081-0/+3
* Move CCryptoKeyStore to crypter.cppWladimir J. van der Laan2013-12-041-152/+0
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-0/+5
* Bump Year Number to 2013super32013-10-201-1/+1
* CSecret/CKey -> CKey/CPubKey split/refactorPieter Wuille2013-05-301-51/+35
* Refactor: split CKeyID/CScriptID/CTxDestination from CBitcoinAddressPieter Wuille2012-05-241-8/+8
* Encapsulate public keys in CPubKeyPieter Wuille2012-05-241-11/+11
* Merge pull request #1354 from fanquake/masterPieter Wuille2012-05-201-1/+1
|\
| * Update License in File HeadersFordy2012-05-181-1/+1
* | Convert UI interface to boost::signals2.Wladimir J. van der Laan2012-05-201-3/+2
* | Fine-grained UI updatesWladimir J. van der Laan2012-05-201-0/+16
|/
* Further reduce header dependenciesPieter Wuille2012-04-171-1/+0
* Remove headers.hPieter Wuille2012-04-171-2/+1
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-11/+17
* Verify status of encrypt/decrypt calls to detect failed paddingPieter Wuille2012-04-051-0/+4
* Move GenerateNewKey back to CWalletPieter Wuille2012-02-181-10/+0