Commit Graph

17517 Commits (800dea88a6ad2d8b615c1cc486da5942f6e391c2)
 

Author SHA1 Message Date
Sebastian Kung 800dea88a6
Upgrade Qt depends to 5.9.6
6 years ago
Ken Lee 70afa65b17
Fix depends Qt5.9.4 mac build
6 years ago
Sebastian Kung 28482efefb
Ugrade Qt depends to Qt5.9.4
6 years ago
Wladimir J. van der Laan 40334c71d6
Merge #13580: build: Detect if char equals int8_t
6 years ago
Wladimir J. van der Laan b77c38e06c
Merge #13588: Docs: Improve doc of options addnode, connect, seednode
6 years ago
Wladimir J. van der Laan 79e677950b
Merge #13235: Break circular dependency: init -> * -> init by extracting shutdown.h
6 years ago
Wladimir J. van der Laan 1756cb4472
Merge #13592: Docs: Modify policy to not translate command-line help
6 years ago
Wladimir J. van der Laan 5c05dd6285
Merge #13575: Refactor: Rename NET_TOR to NET_ONION
6 years ago
Wladimir J. van der Laan 61a044a86a
Merge #13491: Improve handling of INVALID in IsMine
6 years ago
Wladimir J. van der Laan b9ded733c1
Merge #13568: Trivial: Remove double semicolon from wallet.cpp and misc.cpp
6 years ago
Chun Kuan Lee 747ee89b4c
Docs: Modify policy to not translate command-line help
6 years ago
wodry b330c3001c Docs: Improve doc of options addnode, connect, seednode
6 years ago
wodry 07c493f2d1 scripted-diff: Replace NET_TOR with NET_ONION
6 years ago
Matteo Sumberaz 1336d9cb3b Delete double semicolon in wallet.cpp and misc.cpp
6 years ago
Chun Kuan Lee 49d1f4cdde Detect if char equals int8_t
6 years ago
MarcoFalke 686e97a0c7
Merge #13522: [tests] Fix p2p_sendheaders race
6 years ago
MarcoFalke 954f4a9c7c
Merge #13431: validation: count blocks correctly for check level < 3
6 years ago
Jonas Schnelli 10ffca7429
Merge #13537: GUI: Peer table: Visualize inbound/outbound state for every row
6 years ago
Wladimir J. van der Laan a6ed99a1e6
Merge #13517: qa: Remove need to handle the network thread in tests
6 years ago
MarcoFalke f3c9c40aeb
Merge #13545: tests: Fix test case streams_serializedata_xor. Remove Boost dependency.
6 years ago
Wladimir J. van der Laan 90990d2741
Merge #13544: depends: Update Qt download url
6 years ago
MarcoFalke b330f3fdd5
Merge #13563: bench: Simplify CoinSelection
6 years ago
João Barbosa c2e4fc84ec bench: Simplify CoinSelection
6 years ago
MarcoFalke c93c360eec
Merge #13551: tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
6 years ago
MarcoFalke 2328039bfc
Merge #13535: [qa] wallet_basic: Specify minimum required amount for listunspent
6 years ago
practicalswift ea49e06c82 tests: Fix incorrect documentation for test case cuckoocache_hit_rate_ok
6 years ago
practicalswift 962d8eed5b Remove boost dependency (boost/assign/std/vector.hpp)
6 years ago
fanquake 2fca6568f2
depends: Update Qt download url
6 years ago
practicalswift c6fd0df4ef Fix incorrect tests
6 years ago
MarcoFalke d96bdd7830
Merge #12882: tests: Make test_bitcoin pass under ThreadSanitzer (clang). Fix lock-order-inversion (potential deadlock).
6 years ago
MarcoFalke c655b2c2df
Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(...) to allow for compilation under certain FreeBSD versions.
6 years ago
Wladimir J. van der Laan 7209fec190
Merge #13532: Log warning when deprecated network name 'tor' is used
6 years ago
Pieter Wuille 2643fa5086
Merge #12686: Add -ftrapv to CFLAGS and CXXFLAGS when --enable-debug is used. Enable -ftrapv in Travis.
6 years ago
Pieter Wuille 01f909828d
Merge #13418: Docs: More precise explanation of parameter onlynet
6 years ago
Pieter Wuille f54f3738c8
Merge #13498: [wallet] Fixups from account API deprecation
6 years ago
wodry 2454a8558a Docs: More precise explanation of parameter "onlynet"
6 years ago
wodry 4132ad3bfa Show symbol for inbound/outbound in peer table
6 years ago
MarcoFalke ee02debb25
Merge #13531: doc: Clarify that mempool txiter is const_iterator
6 years ago
Wladimir J. van der Laan 452bb90c71
Merge #13507: RPC: Fix parameter count check for importpubkey
6 years ago
MarcoFalke fa87da2f17
qa: Avoid start/stop of the network thread mid-test
6 years ago
MarcoFalke fa103a5d5e
[qa] wallet_basic: Specify minimum required amount for listunspent
6 years ago
MarcoFalke baf3a3ab0c
Merge #13536: [qt] coincontrol: Remove unused qt4 workaround
6 years ago
MarcoFalke b877c39477
Merge #13528: qt: Move BitcoinGUI initializers to class, fix initializer order warning
6 years ago
Wladimir J. van der Laan bb3de15ad8 qt: Move BitcoinGUI initializers to class, fix initializer order warning
6 years ago
MarcoFalke faa2cf685a
[qt] coincontrol: Remove unused qt4 workaround
6 years ago
Ben Woosley 1fabd59e7e
Break circular dependency: init -> * -> init by extracting shutdown.h
6 years ago
Ben Woosley e62fdfeeab
Drop unused init.h includes
6 years ago
wodry 9f8c54b1b5 Log warning message when deprecated network name 'tor' is used (e.g. option onlynet=tor)
6 years ago
MarcoFalke faca0a8625
doc: Clarify that mempool txiter is const_iterator
6 years ago
practicalswift 98d842cb52 travis: Build with --enable-debug (x86_64-unknown-linux-gnu)
6 years ago