aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/sigcache.hpracticalswift2020-05-302-0/+52
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/interpreter.hpracticalswift2020-05-302-0/+48
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/descriptor.hpracticalswift2020-05-302-0/+49
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/bitcoinconsensus.hpracticalswift2020-05-302-0/+38
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc...practicalswift2020-05-302-0/+44
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestination a...practicalswift2020-05-291-2/+55
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19044: net processing: Add support for getcfiltersMarcoFalke2020-05-314-23/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Message handling for getcfilters.Jim Posen2020-05-263-0/+65
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [indexes] Fix default [de]serialization of BlockFilter.Jim Posen2020-05-261-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [refactor] Pass CNode and CConnman by referenceJohn Newbery2020-05-261-19/+19
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16564: test: Always define the raii_event_tests test suiteMarcoFalke2020-05-311-6/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always define the raii_event_tests test suiteCraig Andrews2019-09-201-6/+13
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18807: [doc / test / mempool] unbroadcast follow-upsMarcoFalke2020-05-304-9/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [trivial/doc] Fix comment typeAmiti Uttarwar2020-05-251-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [doc] Update unbroadcast description in RPC resultsAmiti Uttarwar2020-05-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [trivial] Remove misleading 'const'Amiti Uttarwar2020-05-251-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [doc] Provide rationale for randomization in scheduling.Amiti Uttarwar2020-05-251-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [mempool] Don't throw expected error message when upgradingAmiti Uttarwar2020-05-251-4/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18926: test: Pass ArgsManager into getarg_testsMarcoFalke2020-05-291-62/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: replace gArgs with argsmanglowang2020-05-281-59/+59
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a local class inherited from BasicTestingSetup with a localized args m...glowang2020-05-281-3/+12
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19106: util: simplify the interface of serviceFlagToStr()Jonas Schnelli2020-05-294-16/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | util: dedup code in callers of serviceFlagToStr()Vasil Dimov2020-05-294-16/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | util: simplify the interface of serviceFlagToStr()Vasil Dimov2020-05-294-6/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC consoleJonas Schnelli2020-05-292-8/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Fix shutdown when waitfor* cmds are called from RPC consoleHennadii Stepanov2020-05-132-8/+27
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14988: wallet: Fix for confirmed column in csv export for payment to s...Jonas Schnelli2020-05-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Fix for exported confirmation field in payment to self transactionsBen Carman2019-10-131-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16939: p2p: Delay querying DNS seedsfanquake2020-05-291-17/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DNS seeds: don't query DNS while network is inactiveAnthony Towns2020-03-171-2/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DNS seeds: wait for 5m instead of 11s if 1000+ peers are knownAnthony Towns2020-03-171-15/+51
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18424: qt: Use parent-child relation to manage lifetime of OptionsMode...Jonas Schnelli2020-05-291-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Use parent-child relation to manage lifetime of OptionsModel objectHennadii Stepanov2020-03-241-3/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser...Jonas Schnelli2020-05-294-31/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ...Luke Dashjr2020-02-214-30/+35
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix: GUI: Use unsigned long long type to avoid implicit conversion of MSB ...Luke Dashjr2020-02-211-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17993: gui: Balance/TxStatus polling update based on last block hash.Jonas Schnelli2020-05-2911-40/+71
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s...furszy2020-05-234-14/+22
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals.furszy2020-05-2311-34/+57
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17968: qt: Ensure that ModalOverlay is resized properlyJonas Schnelli2020-05-292-11/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Track QEvent::Resize during animationHennadii Stepanov2020-04-292-11/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17956: gui: Disable unavailable context menu items in transactions tabJonas Schnelli2020-05-294-14/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable unavailable context menu items in transactions tabKristaps Kaupe2020-04-164-14/+31
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17918: qt: Hide non PKHash-Addresses in signing address bookJonas Schnelli2020-05-296-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Hide non PKHash-Addresses in signing address bookEmil Engler2020-01-186-5/+16
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17908: qt: Remove QFont warnings with QT_QPA_PLATFORM=minimalJonas Schnelli2020-05-294-5/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Remove QFont warnings with QPA=minimalHennadii Stepanov2020-05-134-6/+23
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17597: qt: Fix height of QR-less ReceiveRequestDialogJonas Schnelli2020-05-294-116/+289
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Rename slot to updateDisplayUnit()Hennadii Stepanov2020-05-052-6/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Overhaul ReceiveRequestDialogHennadii Stepanov2020-05-053-112/+286