aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-02Merge #18948: qt: Call setParent() in the parent's contextJonas Schnelli
2020-12-02Merge #20507: sync: print proper lock order location when double lock is dete...MarcoFalke
2020-12-02Merge #20461: rpc: Validate -rpcauth argumentsMarcoFalke
2020-12-02Merge #19980: refactor: Some wallet cleanupsfanquake
2020-12-01Merge #20207: Follow-up extra comments on taproot code and testsMarcoFalke
2020-12-01Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministicMarcoFalke
2020-12-01Merge #20496: build: Drop unneeded macOS framework dependenciesJonas Schnelli
2020-12-01Merge bitcoin-core/gui#137: refactor: Replace deprecated Qt::SystemLocale{Sho...Jonas Schnelli
2020-12-01Merge #20222: refactor: CTxMempool constructor clean upMarcoFalke
2020-12-01Merge #20494: refactor: Move node and wallet code out of src/interfacesMarcoFalke
2020-12-01Merge #20519: Handle rename failure in DumpMempool(...) by using the RenameOv...MarcoFalke
2020-11-30Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).MarcoFalke
2020-11-30Merge #20491: refactor: Drop noop gcc version checksfanquake
2020-11-28Merge bitcoin-core/gui#138: unlock encrypted wallet "OK" button bugfixMarcoFalke
2020-11-28Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param ma...MarcoFalke
2020-11-27qt: unlock wallet "OK" button bugfixMichael Dietz
2020-11-27Add [[nodiscard]] to RenameOver(...)practicalswift
2020-11-27Handle rename failure in DumpMempool(...) by using RenameOver(...) return valuepracticalswift
2020-11-27refactor: Replace deprecated Qt::SystemLocale{Short,Long}DateHennadii Stepanov
2020-11-26Mention units of MAX_STANDARD_ policy constantsPieter Wuille
2020-11-26Mention in validation that IsWitnessStandard tests for P2TRPieter Wuille
2020-11-26Clean up assets test minimizer LDFLAGSPieter Wuille
2020-11-26Document additional IsWitnessStandard behaviorPieter Wuille
2020-11-26Add comments on CPubKey::IsValidPieter Wuille
2020-11-26Add comments to VerifyTaprootCommitmentPieter Wuille
2020-11-26sync: use HasReason() in double lock testsVasil Dimov
2020-11-26sync: const-qualify the argument of double_lock_detected()Vasil Dimov
2020-11-26sync: print proper lock order location when double lock is detectedVasil Dimov
2020-11-26Remove NODISCARDpracticalswift
2020-11-26scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARDpracticalswift
2020-11-25Add MAX_STANDARD_SCRIPTSIG_SIZE to policysanket1729
2020-11-25build: Drop unneeded ApplicationServices framework dependencyHennadii Stepanov
2020-11-25Merge #19337: sync: detect double lock from the same threadWladimir J. van der Laan
2020-11-25Merge #19387: span: update constructors to match c++20 draft spec and add lif...MarcoFalke
2020-11-25qt: Improve comments in WalletController::getOrCreateWallet()Hennadii Stepanov
2020-11-25qt: Call setParent() in the parent's contextHennadii Stepanov
2020-11-25qt: Add ObjectInvoke template functionHennadii Stepanov
2020-11-25Drop noop gcc version checksHennadii Stepanov
2020-11-25Merge #20403: wallet: upgradewallet fixes, improvements, test coverageMarcoFalke
2020-11-25Merge #20469: build: Avoid secp256k1.h include from systemWladimir J. van der Laan
2020-11-25Merge #20410: wallet: Do not treat default constructed types as None-typeMarcoFalke
2020-11-24Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cppRussell Yanofsky
2020-11-24Move ChainImpl from interfaces/chain.cpp to node/interfaces.cppRussell Yanofsky
2020-11-24Move NodeImpl from interfaces/node.cpp to node/interfaces.cppRussell Yanofsky
2020-11-24Merge #20472: test: Add testing of ParseInt/ParseUInt edge cases with leading...MarcoFalke
2020-11-24Merge #20462: RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC ...MarcoFalke
2020-11-24test: Add testing of ParseInt/ParseUInt edge cases with leading +/-/0:spracticalswift
2020-11-24RPC/Wallet: unloadwallet: Allow specifying wallet_name param matching RPC end...Luke Dashjr
2020-11-24RPC/Wallet: unloadwallet: Clarify docs/error when both the RPC endpoint and w...Luke Dashjr
2020-11-23build: Avoid secp256k1.h include from systemNiklas Gögge