aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-08doc: add missing copyright header to getuniquepath.cppfanquake
2021-09-08Merge bitcoin/bitcoin#22879: addrman: Fix format string in deserialize errorfanquake
2021-09-07Merge bitcoin/bitcoin#19833: wallet: Avoid locking cs_wallet recursivelyMarcoFalke
2021-09-07Merge bitcoin-core/gui#398: refactor: Pass WalletModel object to the WalletVi...Hennadii Stepanov
2021-09-06Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bugMarcoFalke
2021-09-06Merge bitcoin/bitcoin#22848: MOVEONLY: Expose BanMapToJson / BanMapFromJsonMarcoFalke
2021-09-06Merge bitcoin/bitcoin#22736: log, sync: change lock contention from preproces...MarcoFalke
2021-09-06Merge bitcoin/bitcoin#22894: netinfo: clarify client and server versions in h...MarcoFalke
2021-09-06Merge bitcoin/bitcoin#22861: test: Update test README and lint scriptfanquake
2021-09-05Merge bitcoin/bitcoin#22591: Util: error if settings json exists, but is unre...MarcoFalke
2021-09-05netinfo: clarify client and server versions in headerJon Atack
2021-09-05addrman: Fix format string in deserialize errorMarcoFalke
2021-09-05Merge bitcoin/bitcoin#22859: Replace uses of boost::trim* with locale-indepen...fanquake
2021-09-04Merge bitcoin/bitcoin#22278: Add LIFETIMEBOUND to CScript where neededfanquake
2021-09-03wallet: AddWalletDescriptor requires cs_wallet lockJoão Barbosa
2021-09-03wallet: GetLabelAddresses requires cs_wallet lockJoão Barbosa
2021-09-03Merge bitcoin/bitcoin#22860: test: Always clear reject reason in IsStandard t...MarcoFalke
2021-09-03Add LIFETIMEBOUND to InitializeChainstateMarcoFalke
2021-09-03Add LIFETIMEBOUND to CScript where neededMarcoFalke
2021-09-03MOVEONLY: Expose BanMapToJson / BanMapFromJsonRussell Yanofsky
2021-09-03Merge bitcoin/bitcoin#22100: refactor: Clean up new wallet spend, receive fil...Samuel Dobson
2021-09-03qt, refactor: Replace WalletFrame::addWallet with WalletFrame::addViewHennadii Stepanov
2021-09-02Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" RPCsMarcoFalke
2021-09-02Merge bitcoin/bitcoin#22501: netinfo: display addr_{processed, rate_limited, ...W. J. van der Laan
2021-09-02test: Rename bitcoin-util-test.py to util/test_runner.pyMarcoFalke
2021-09-02test: Always clear reject reason in IsStandard tx testMarcoFalke
2021-09-02Merge bitcoin/bitcoin#22846: policy: unit test Segwit dust thresholdsMarcoFalke
2021-09-02tests: Add TrimString(...) testspracticalswift
2021-09-02Replace use of boost::trim_right with locale-independent TrimStringBen Woosley
2021-09-02Replace use of boost::trim use with locale-independent TrimStringBen Woosley
2021-09-02Merge bitcoin/bitcoin#22853: fuzz: Remove addrdb fuzz targetfanquake
2021-09-02Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5fanquake
2021-09-02Merge bitcoin/bitcoin#22512: Consolidate XOnlyPubKey lookup hackSamuel Dobson
2021-09-01sync: remove DEBUG_LOCKCONTENTION preprocessor directivesJon Atack
2021-09-01log, sync: improve lock contention logging and add time durationJon Atack
2021-09-01log, timer: add timing macro in usec LOG_TIME_MICROS_WITH_CATEGORYJon Atack
2021-09-01fuzz: Remove addrdb fuzz targetMarcoFalke
2021-09-01refactor: Detach wallet transaction methods (followup for move-only)Russell Yanofsky
2021-09-01Merge bitcoin/bitcoin#22849: Remove unused SERIALIZE_METHODS for CBanEntryMarcoFalke
2021-09-01Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ...Samuel Dobson
2021-09-01Merge bitcoin/bitcoin#22740: [addrman] Move serialization code to cppfanquake
2021-08-31Remove CBanEntry::SetNullMarcoFalke
2021-08-31Remove unused SERIALIZE_METHODS for CBanEntryMarcoFalke
2021-08-31policy: unit test Segwit dust thresholdsAntoine Poinsot
2021-08-31Merge bitcoin/bitcoin#22796: RBF move (1/3): extract BIP125 Rule 5 into polic...fanquake
2021-08-30Stricter BIP32 decoding and test vector 5Pieter Wuille
2021-08-29refactor: remove RecursiveMutex cs_nBlockSequenceIdSebastian Falbesoner
2021-08-27Use waste metric for deciding which selection to useAndrew Chow
2021-08-27tests: Test GetSelectionWasteAndrew Chow
2021-08-27Add waste metric calculation functionAndrew Chow