Age | Commit message (Collapse) | Author |
|
eb0c52e travis: Remove hostname hack (Wladimir J. van der Laan)
3c5251d test: Remove java comparison tool (Wladimir J. van der Laan)
|
|
1aacfc2 various typos (leijurv)
|
|
8194a6e Fix a type error that would not compile on Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) (Jeremy Rubin)
|
|
fad8cf6 [qa] Use single cache dir for chains (MarcoFalke)
fa2d68f [qa] Adjust timeouts for micro-optimization of run time (MarcoFalke)
fae596f [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain (MarcoFalke)
|
|
This was required for java, and we no longer use java for the tests.
|
|
6ffd996 Corrected JSON typo on setban of net.cpp (Sev)
|
|
c1582d5 qa: Remove duplicate `hash160` implementation (Wladimir J. van der Laan)
|
|
936c144 build: Remove check for `openssl/ec.h` (Wladimir J. van der Laan)
|
|
`hash160` is defined in `test_framework.script`, so there is no need
to define it here again.
|
|
edb6cf1 remove no-longer-used InitError logic (instagibbs)
|
|
We don't use any elliptic curves from OpenSSL anymore, nor include this
header anywhere but optionally in the tests of secp256k1 (which has
its own autoconf setup).
Reported by sinetek on IRC.
|
|
3897668 Adds issue template. [skip ci] (CryptoVote)
|
|
|
|
7b01ce2 Favour python over python2 as per PR #7723 (Matthew King)
873e81f Use portable #! in python scripts (/usr/bin/env) (Matthew King)
|
|
208d37f [trivial] Remove URLs from About dialog translations (fanquake)
|
|
9e9d644 net: fixup nits (Cory Fields)
8945384 net: Have LookupNumeric return a CService directly (Cory Fields)
21ba407 net: narrow include scope after moving to netaddress (Cory Fields)
21e5b96 net: move CNetAddr/CService/CSubNet out of netbase (Cory Fields)
1017b8a net: Add direct tests for new CSubNet constructors (Cory Fields)
b6c3ff3 net: Split resolving out of CSubNet (Cory Fields)
f96c7c4 net: Split resolving out of CService (Cory Fields)
31d6b1d net: Split resolving out of CNetAddr (Cory Fields)
|
|
b3b3c2a Reduce cs_main locks during ConnectTip/SyncWithWallets (Jonas Schnelli)
|
|
(clang-602.0.53) (based on LLVM 3.6.0svn)
|
|
|
|
|
|
|
|
c784086 use std::map::emplace() instead of std::map::insert() (whythat)
5e187e7 use c++11 std::unique_ptr instead of boost::shared_ptr (whythat)
947913f use std::map::erase(const_iterator, const_iterator) to get non-constant iterator (whythat)
|
|
8a270b2 Bugfix: Allow building libbitcoinconsensus without any univalue (Luke Dashjr)
|
|
216d796 configure: Allow building bench_bitcoin by itself (Luke Dashjr)
|
|
e11f9a2 [doc] typos, READMEs, comments (Justin Camarena)
|
|
Just a quick run through some docs and fixing some text errors.
|
|
|
|
|
|
05242e9 Fix minimize and close bugs (adlawren)
|
|
|
|
239cbd2 qa/rpc-tests/segwit: Test GBT sigops before and after activation (Luke Dashjr)
160f895 Bugfix: Use pre-BIP141 sigops until segwit activates (Luke Dashjr)
|
|
4a35e0f Do not shadow members in dbwrapper (Pavel Janík)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refs #8225
To ensure the GUI closes when the "Minimize on close" window option is disabled, and the "Minimize to the tray instead of the taskbar" window option is enbaled, remove a check made against the "Minimize to the tray instead of the taskbar" value, made during GUI closure.
To ensure the GUI minimizes to the taskbar when the "Minimize on close" window option is enabled, and the "Minimize to the tray instead of the taskbar" window option is disabled, minimize the GUI and ignore the closure event.
|
|
|
|
Also fix up a few small issues:
- Lookup with "badip:port" now sets the port to 0
- Don't allow assert to have side-effects
|
|
2c517b3 Fix p2p-feefilter.py for changed tx relay behavior (Suhas Daftuar)
|
|
9d4eb9a Do diskspace check before import thread is started (Pieter Wuille)
aa59f2e Add extra message to avoid a long 'Loading banlist' (Pieter Wuille)
0fd2a33 Use a signal to continue init after genesis activation (Pieter Wuille)
|
|
122786d Consensus: Remove ISM (NicolasDorier)
|
|
7fdbce9 [doc] Increase recommended memory in gitian build guide (fanquake)
|
|
657fc19 rename mapAddrCount to mapNetGroupNodes (instagibbs)
|
|
0fc00be Do not shadow previous local variable (Pavel Janík)
115265b Trivial: bip -> BIP in help text and comment (Pavel Janík)
|