| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/sigcache.h | practicalswift | 2020-05-30 | 2 | -0/+52 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/interpreter.h | practicalswift | 2020-05-30 | 2 | -0/+48 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/descriptor.h | practicalswift | 2020-05-30 | 2 | -0/+49 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for functions in script/bitcoinconsensus.h | practicalswift | 2020-05-30 | 2 | -0/+38 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Fill fuzzing coverage gaps for functions in script/script.h, script/sc... | practicalswift | 2020-05-30 | 2 | -0/+44 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Add fuzzing helper functions ConsumeDataStream, ConsumeTxDestination a... | practicalswift | 2020-05-29 | 1 | -2/+55 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19044: net processing: Add support for getcfilters | MarcoFalke | 2020-05-31 | 4 | -23/+88 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [net processing] Message handling for getcfilters. | Jim Posen | 2020-05-26 | 3 | -0/+65 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [indexes] Fix default [de]serialization of BlockFilter. | Jim Posen | 2020-05-26 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [refactor] Pass CNode and CConnman by reference | John Newbery | 2020-05-26 | 1 | -19/+19 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16564: test: Always define the raii_event_tests test suite | MarcoFalke | 2020-05-31 | 1 | -6/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always define the raii_event_tests test suite | Craig Andrews | 2019-09-20 | 1 | -6/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18807: [doc / test / mempool] unbroadcast follow-ups | MarcoFalke | 2020-05-30 | 4 | -9/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [trivial/doc] Fix comment type | Amiti Uttarwar | 2020-05-25 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [doc] Update unbroadcast description in RPC results | Amiti Uttarwar | 2020-05-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [trivial] Remove misleading 'const' | Amiti Uttarwar | 2020-05-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [doc] Provide rationale for randomization in scheduling. | Amiti Uttarwar | 2020-05-25 | 1 | -1/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [mempool] Don't throw expected error message when upgrading | Amiti Uttarwar | 2020-05-25 | 1 | -4/+10 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18926: test: Pass ArgsManager into getarg_tests | MarcoFalke | 2020-05-29 | 1 | -62/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scripted-diff: replace gArgs with argsman | glowang | 2020-05-28 | 1 | -59/+59 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a local class inherited from BasicTestingSetup with a localized args m... | glowang | 2020-05-28 | 1 | -3/+12 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #19106: util: simplify the interface of serviceFlagToStr() | Jonas Schnelli | 2020-05-29 | 4 | -16/+32 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | util: dedup code in callers of serviceFlagToStr() | Vasil Dimov | 2020-05-29 | 4 | -16/+26 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | util: simplify the interface of serviceFlagToStr() | Vasil Dimov | 2020-05-29 | 4 | -6/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18452: qt: Fix shutdown when waitfor* cmds are called from RPC console | Jonas Schnelli | 2020-05-29 | 2 | -8/+27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Fix shutdown when waitfor* cmds are called from RPC console | Hennadii Stepanov | 2020-05-13 | 2 | -8/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14988: wallet: Fix for confirmed column in csv export for payment to s... | Jonas Schnelli | 2020-05-29 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Fix for exported confirmation field in payment to self transactions | Ben Carman | 2019-10-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #16939: p2p: Delay querying DNS seeds | fanquake | 2020-05-29 | 1 | -17/+59 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DNS seeds: don't query DNS while network is inactive | Anthony Towns | 2020-03-17 | 1 | -2/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DNS seeds: wait for 5m instead of 11s if 1000+ peers are known | Anthony Towns | 2020-03-17 | 1 | -15/+51 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18424: qt: Use parent-child relation to manage lifetime of OptionsMode... | Jonas Schnelli | 2020-05-29 | 1 | -3/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Use parent-child relation to manage lifetime of OptionsModel object | Hennadii Stepanov | 2020-03-24 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #18165: Consolidate service flag bit-to-name conversion to a shared ser... | Jonas Schnelli | 2020-05-29 | 4 | -31/+36 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate service flag bit-to-name conversion to a shared serviceFlagToStr ... | Luke Dashjr | 2020-02-21 | 4 | -30/+35 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix: GUI: Use unsigned long long type to avoid implicit conversion of MSB ... | Luke Dashjr | 2020-02-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17993: gui: Balance/TxStatus polling update based on last block hash. | Jonas Schnelli | 2020-05-29 | 11 | -40/+71 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BlockTip struct created and connected to notifyHeaderTip and notifyBlockTip s... | furszy | 2020-05-23 | 4 | -14/+22 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added best block hash to the NotifyHeaderTip and NotifyBlockTip signals. | furszy | 2020-05-23 | 11 | -34/+57 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17968: qt: Ensure that ModalOverlay is resized properly | Jonas Schnelli | 2020-05-29 | 2 | -11/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Track QEvent::Resize during animation | Hennadii Stepanov | 2020-04-29 | 2 | -11/+17 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17956: gui: Disable unavailable context menu items in transactions tab | Jonas Schnelli | 2020-05-29 | 4 | -14/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable unavailable context menu items in transactions tab | Kristaps Kaupe | 2020-04-16 | 4 | -14/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17918: qt: Hide non PKHash-Addresses in signing address book | Jonas Schnelli | 2020-05-29 | 6 | -5/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Hide non PKHash-Addresses in signing address book | Emil Engler | 2020-01-18 | 6 | -5/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17908: qt: Remove QFont warnings with QT_QPA_PLATFORM=minimal | Jonas Schnelli | 2020-05-29 | 4 | -5/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Remove QFont warnings with QPA=minimal | Hennadii Stepanov | 2020-05-13 | 4 | -6/+23 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #17597: qt: Fix height of QR-less ReceiveRequestDialog | Jonas Schnelli | 2020-05-29 | 4 | -116/+289 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Rename slot to updateDisplayUnit() | Hennadii Stepanov | 2020-05-05 | 2 | -6/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qt: Overhaul ReceiveRequestDialog | Hennadii Stepanov | 2020-05-05 | 3 | -112/+286 | |