13833 Commits (94e52273f30fc9f3f1a7b58778ed21781bb2a744)
 

Author SHA1 Message Date
Wladimir J. van der Laan b508424104 contrib: github-merge improvements 8 years ago
Wladimir J. van der Laan 911a4808fb wallet: Add comment describing the various classes in walletdb.h 8 years ago
Pieter Wuille f478d98fe4 Fix some empty vector references 8 years ago
Pieter Wuille e6756ad335 Switch CCoinsMap from boost to std unordered_map 8 years ago
Pieter Wuille 344a2c4122 Add support for std::unordered_{map,set} to memusage.h 8 years ago
Wladimir J. van der Laan 27faa6cccd
Merge #10228: build: regenerate bitcoin-config.h as necessary 8 years ago
Wladimir J. van der Laan f6f3b58a72
Merge #10242: [qt] Don't call method on null WalletModel object 8 years ago
Wladimir J. van der Laan 0416ea9f74
Merge #10239: Make Boost use std::atomic internally 8 years ago
Wladimir J. van der Laan 694062eafe
Merge #10245: Minor fix in build documentation for FreeBSD 11 8 years ago
Karl-Johan Alm ed60970c83
[test] Test abortrescan command. 8 years ago
Shigeya Suzuki 0611bc3439 Minor fix in build documentation for FreeBSD 11 8 years ago
Wladimir J. van der Laan 86ea3c2ff2
Merge #10181: Include cleanup 8 years ago
Russell Yanofsky fb463d1717 [qt] Don't call method on null WalletModel object 8 years ago
Wladimir J. van der Laan 14c948987f
Merge #9942: Refactor CBlockPolicyEstimator 8 years ago
Jimmy Song bc53752616 Tests: Add simple test for getaddednodeinfo 8 years ago
Jimmy Song c39a6b9ec8 Tests: Refactor to create witness script creation function 8 years ago
Wladimir J. van der Laan 69d2e9ba67 wallet: Make IsDummy private in CWalletDBWrapper 8 years ago
Wladimir J. van der Laan 33232810dc wallet: CWalletDB CDB composition not inheritance 8 years ago
John Newbery 6803e09e6e Move zmq test skipping logic into individual test case. 8 years ago
Wladimir J. van der Laan be9e1a968d wallet: Reduce references to global bitdb environment 8 years ago
Wladimir J. van der Laan 071c95570b wallet: Get rid of fFileBacked 8 years ago
Wladimir J. van der Laan 71afe3c099 wallet: Introduce database handle wrapper 8 years ago
Pieter Wuille 394ccf76ad Make Boost use std::atomic internally 8 years ago
Pieter Wuille 1d31093d4d fix tsan: utiltime race on nMockTime 8 years ago
Pieter Wuille 321bbc2079 fix ubsan: bitcoin-tx: not initialize context before IsFullyValid 8 years ago
Wladimir J. van der Laan 987a6c0956
Merge #10231: [Qt] Reduce a significant cs_main lock freeze 8 years ago
Jonas Schnelli 4082fb0003
Add missing <atomic> header in clientmodel.h 8 years ago
Wladimir J. van der Laan a987def4f6
Merge #10143: [net] Allow disconnectnode RPC to be called with node id 8 years ago
Jonas Schnelli 928d4a9ac5
Set both time/height header caches at the same time 8 years ago
Jonas Schnelli 610a91719c
Declare headers height/time cache mutable, re-set the methods const 8 years ago
Jimmy Song 821dd5e3e1 Tests: Add test for getdifficulty 8 years ago
Jonas Schnelli cf92bce526
Update the remaining blocks left in modaloverlay at init. 8 years ago
Jonas Schnelli 7148f5e7d7
Reduce cs_main locks during modal overlay by adding an atomic cache 8 years ago
John Newbery d54297f1a8 [tests] disconnect_ban: add tests for disconnect-by-nodeid 8 years ago
John Newbery 5cc3ee24d2 [tests] disconnect_ban: remove dependency on urllib 8 years ago
John Newbery 12de2f252c [tests] disconnect_ban: use wait_until instead of sleep 8 years ago
John Newbery 2077fdacd3 [tests] disconnect_ban: add logging 8 years ago
John Newbery 395561becf [tests] disconnectban test - only use two nodes 8 years ago
John Newbery e367ad5b44 [tests] rename nodehandling to disconnectban 8 years ago
John Newbery d6564a26f4 [tests] fix nodehandling.py flake8 warnings 8 years ago
John Newbery 23e6e64a24 Allow disconnectnode() to be called with node id 8 years ago
Wladimir J. van der Laan c91ca0ace9
Merge #9827: Improve ScanForWalletTransactions return value 8 years ago
Jonas Schnelli e96486cbeb
Merge #10221: Stop treating coinbase outputs differently in GUI: show them at 1conf 8 years ago
Wladimir J. van der Laan 64c45aada7
Merge #10226: wallet: Use boost to more portably ensure -wallet specifies only a filename 8 years ago
Cory Fields 91ab8f5a99 build: fix bitcoin-config.h regeneration after touching build files 8 years ago
Cory Fields 3577603701 build: remove wonky auto top-level convenience targets 8 years ago
John Newbery 2a52ae63bf Remove duplicate method definitions in NodeConnCB subclasses 8 years ago
John Newbery 52e15aa4d0 Adds helper functions to NodeConnCB 8 years ago
Luke Dashjr a4186dd239 wallet: Use boost to more portably ensure -wallet specifies only a filename 8 years ago
MarcoFalke 9111df9673
Merge #10219: Tests: Order Python Tests Differently 8 years ago