aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt, refactor: Cleanup ModalOverlay slotsHennadii Stepanov2020-07-111-3/+4
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19486: Remove unused constants `CADDR_TIME_VERSION` and `GETHEADERS_VE...MarcoFalke2020-07-132-9/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [protocol] Remove unused GETHEADERS_VERSIONJohn Newbery2020-07-101-4/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [protocol] Remove unused CADDR_TIME_VERSIONJohn Newbery2020-07-102-5/+7
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18202: refactor: consolidate sendmany and sendtoaddress codeSamuel Dobson2020-07-121-78/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [rpc] refactor: consolidate sendmany and sendtoaddress codeSjors Provoost2020-06-191-78/+54
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19490: wallet: Fix typo in comments; Simplify assertSamuel Dobson2020-07-125-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Fix typo in comments; Simplify assertMarcoFalke2020-07-115-7/+7
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19493: wallet: Fix clang build in MacMarcoFalke2020-07-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Fix clang build in MacAnthony Fieroni2020-07-111-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19441: walletdb: don't reinitialize desc cache with multiple cache ent...Samuel Dobson2020-07-121-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | walletdb: don't reinitialize desc cache with multiple cache entriesAndrew Chow2020-07-031-3/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i...Samuel Dobson2020-07-1112-27/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use C++11 range-based for loopMarcoFalke2020-07-091-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Never schedule MaybeCompactWalletDB when -flushwallet is offMarcoFalke2020-07-092-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Pass unused args to StartWalletsMarcoFalke2020-07-099-18/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gui tests: Limit life-time of dummy testing setupMarcoFalke2020-07-091-3/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19046: Replace CWallet::Set* functions that use memonly with Add/Load ...Samuel Dobson2020-07-116-38/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split SetWalletFlags into Add/LoadWalletFlagsAndrew Chow2020-06-223-8/+19
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split SetActiveScriptPubKeyMan into Add/LoadActiveScriptPubKeyManAndrew Chow2020-05-214-14/+22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split SetHDChain into AddHDChain and LoadHDChainAndrew Chow2020-05-213-16/+20
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18850: wallet: Fix ZapSelectTx to sync wallet spendsSamuel Dobson2020-07-112-1/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ZapSelectTx to sync wallet spendsAnthony Fieroni2020-05-072-1/+36
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19222: tests: Add fuzzing harness for BanManMarcoFalke2020-07-114-29/+132
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for BanManpracticalswift2020-07-083-0/+103
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add ConsumeSubNet(...). Move and increase coverage in ConsumeNetAddr(....practicalswift2020-07-082-29/+29
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19474: doc: Use precise permission flags where possibleMarcoFalke2020-07-115-21/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Use precise permission flags where possibleMarcoFalke2020-07-105-21/+20
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19140: tests: Avoid fuzzer-specific nullptr dereference in libevent wh...MarcoFalke2020-07-101-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Avoid fuzzer-specific nullptr dereference in libevent when handling PR...practicalswift2020-06-021-1/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19453: refactor: reduce DefaultRequestHandler memory allocationsMarcoFalke2020-07-101-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cli: reduce DefaultRequestHandler memory allocationsJon Atack2020-07-051-5/+5
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14033: p2p: Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VER...MarcoFalke2020-07-103-15/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop CADDR_TIME_VERSION checks now that MIN_PEER_PROTO_VERSION is greaterBen Woosley2020-06-233-15/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18638: net: Use mockable time for ping/pong, add testsMarcoFalke2020-07-106-34/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Use mockable time for ping/pong, add testsMarcoFalke2020-06-195-32/+33
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | util: Add count_microseconds helperMarcoFalke2020-06-191-2/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19469: rpc: deprecate banscore field in getpeerinfofanquake2020-07-101-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: deprecate banscore field in rpc getpeerinfoJon Atack2020-07-081-2/+5
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19283: refactor: Remove unused BlockAssembler::pblock member varMarcoFalke2020-07-092-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Remove unused BlockAssembler::pblock member varMarcoFalke2020-06-152-4/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19191: net: Extract download permission from nobanMarcoFalke2020-07-096-14/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Extract download permission from nobanMarcoFalke2020-07-096-14/+19
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19314: refactor: Use uint16_t instead of unsigned shortWladimir J. van der Laan2020-07-099-22/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor: Use uint16_t instead of unsigned shortAaron Hook2020-06-229-22/+28
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18993: qt: increase console command max lengthfanquake2020-07-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: increase console command max length10xcryptodev2020-05-261-0/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19317: Add a left-justified width field to log2_work component for a u...Wladimir J. van der Laan2020-07-091-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change format of log2_work for uniform output (zero-padded)jmorgan2020-06-211-3/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19468: refactor: Drop unused CDBWrapper methodsWladimir J. van der Laan2020-07-091-12/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \