Commit Graph

26652 Commits (03bfeee957ab7e3b6aece82b9561774648094f54)
 

Author SHA1 Message Date
Antoine Poinsot 03bfeee957
interface: remove unused estimateSmartFee method from node
4 years ago
MarcoFalke 681ce59d0e
Merge #20466: test: Fix intermittent p2p_fingerprint issue
4 years ago
MarcoFalke a35b948836
Merge #20545: ci: Adjust cirrus ci task names
4 years ago
fanquake 0a13d15c14
Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve explicit usage
4 years ago
MarcoFalke fa5c4f12f5
ci: Adjust cirrus ci task names
4 years ago
MarcoFalke 3693fccc3a
Merge #20543: ci: no-longer exclude feature_block in TSAN job
4 years ago
Jonas Schnelli c33662a0ea
Merge #18948: qt: Call setParent() in the parent's context
4 years ago
MarcoFalke 7f0f01f0ab
Merge #20507: sync: print proper lock order location when double lock is detected
4 years ago
fanquake 2b356117e9
ci: no-longer exclude feature_block in TSAN job
4 years ago
MarcoFalke 283f22cabb
Merge #20461: rpc: Validate -rpcauth arguments
4 years ago
MarcoFalke 607c844f37
Merge #20540: test: Fix wallet_multiwallet issue on windows
4 years ago
fanquake 80d4231e16
Merge #19980: refactor: Some wallet cleanups
4 years ago
Fabian Jahr 1e62350ca2
refactor: Improve use of explicit keyword
4 years ago
Fabian Jahr c502a6dbfb
lint: Use c++17 std in cppcheck linter
4 years ago
MarcoFalke f17e8ba3a1
Merge #20207: Follow-up extra comments on taproot code and tests
4 years ago
MarcoFalke dfd0b70088
Merge #20425: fuzz: Make CAddrMan fuzzing harness deterministic
4 years ago
MarcoFalke fada2dfcac
test: Fix wallet_multiwallet issue on windows
4 years ago
Jonas Schnelli 277c225b84
Merge #20478: Don't set BDB flags when configuring without
4 years ago
Jonas Schnelli dcb7518067
Merge #20496: build: Drop unneeded macOS framework dependencies
4 years ago
Jonas Schnelli 335d27d081
Merge #20512: doc: Add bash as an OpenBSD dependency
4 years ago
Jonas Schnelli f2a673f15b
Merge bitcoin-core/gui#137: refactor: Replace deprecated Qt::SystemLocale{Short,Long}Date
4 years ago
MarcoFalke cd720337fe
Merge #20222: refactor: CTxMempool constructor clean up
4 years ago
MarcoFalke 24e4857b29
Merge #20494: refactor: Move node and wallet code out of src/interfaces
4 years ago
MarcoFalke ffd5e7a856
Merge #20519: Handle rename failure in DumpMempool(...) by using the RenameOver(...) return value. Add [[nodiscard]] to RenameOver(...).
4 years ago
MarcoFalke 81d5af42f4
Merge #20499: Remove obsolete NODISCARD ifdef forest. Use [[nodiscard]] (C++17).
4 years ago
fanquake 817aeca57a
Merge #20491: refactor: Drop noop gcc version checks
4 years ago
fanquake 2e1336dbfe
Merge #20471: build: use C++17 in depends
4 years ago
MarcoFalke 7ae86b3c68
Merge #20522: [test] Fix sync issue in disconnect_p2ps
4 years ago
MarcoFalke 854b36cfa2
Merge bitcoin-core/gui#138: unlock encrypted wallet "OK" button bugfix
4 years ago
MarcoFalke 1ae5758981
Merge #20448: RPC/Wallet: unloadwallet: Allow specifying wallet_name param matching RPC endpoint wallet
4 years ago
Amiti Uttarwar 3ebde2143a [test] Fix wait condition in disconnect_p2ps
4 years ago
Michael Dietz 8008ef770f qt: unlock wallet "OK" button bugfix
4 years ago
practicalswift ce9dd45422 Add [[nodiscard]] to RenameOver(...)
4 years ago
practicalswift 9429a398e2 Handle rename failure in DumpMempool(...) by using RenameOver(...) return value
4 years ago
MarcoFalke e2ff5e7b35
Merge #20497: [Refactor] Add MAX_STANDARD_SCRIPTSIG_SIZE to policy
4 years ago
Hennadii Stepanov 86b1ab64b1
refactor: Replace deprecated Qt::SystemLocale{Short,Long}Date
4 years ago
Pieter Wuille 2d8099c713 Mention units of MAX_STANDARD_ policy constants
4 years ago
Pieter Wuille 84e29c7c01 Mention in validation that IsWitnessStandard tests for P2TR
4 years ago
Pieter Wuille f867cbcc26 Clean up assets test minimizer LDFLAGS
4 years ago
Pieter Wuille ea0e78677b Document additional IsWitnessStandard behavior
4 years ago
Pieter Wuille 6040de9a46 Add comments on CPubKey::IsValid
4 years ago
Pieter Wuille 8dbb7de67c Add comments to VerifyTaprootCommitment
4 years ago
Pieter Wuille cdf900cbf2 Document need_vin_vout_mismatch argument to make_spender
4 years ago
Pieter Wuille 18246ed5f0 Fix and improve taproot_construct comments
4 years ago
Emil Engler 1d578c078f
doc: Add bash as an OpenBSD dependency
4 years ago
Vasil Dimov db058efeb0
sync: use HasReason() in double lock tests
4 years ago
Vasil Dimov a21dc469cc
sync: const-qualify the argument of double_lock_detected()
4 years ago
Vasil Dimov 6d3689fcf6
sync: print proper lock order location when double lock is detected
4 years ago
practicalswift 79bff8e48a Remove NODISCARD
4 years ago
practicalswift 4848e71107 scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
4 years ago