Commit Graph

24213 Commits (6a239e72eb403d3ac5c7db203c5b3a24ef49a48b)
 

Author SHA1 Message Date
practicalswift 6a239e72eb tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)
5 years ago
MarcoFalke b5c423c48e
Merge #19014: test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
5 years ago
Samuel Dobson df303ceb65
Merge #18787: wallet: descriptor wallet release notes and cleanups
5 years ago
Samuel Dobson ccd85b57af
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys from them as needed
5 years ago
fanquake ad3a61c5f5
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity check
5 years ago
Wladimir J. van der Laan 9abed46871
Merge #16946: wallet: include a checksum of encrypted private keys
5 years ago
Wladimir J. van der Laan 4479eb04d9
Merge #18960: indexes: Add compact block filter headers cache
5 years ago
Wladimir J. van der Laan fed1a9043f
Merge #19020: net: Use C++11 member initialization in protocol
5 years ago
Wladimir J. van der Laan 99e5e21b38
Merge #19023: test: Fix intermittent ETIMEDOUT on FreeBSD
5 years ago
MarcoFalke 7418169364
Merge #18997: gui: Remove un-actionable TODO
5 years ago
MarcoFalke cfe22a5f9e
Merge #18530: Add test for -blocksonly and -whitelistforcerelay param interaction
5 years ago
MarcoFalke fad798be76
test: Default --previous-releases to false if dir is empty
5 years ago
MarcoFalke faf1c3cc58
test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
5 years ago
MarcoFalke 25ad2c623a
Merge #18740: Remove g_rpc_node global
5 years ago
fanquake 97b21b302a
Merge #18677: Multiprocess build support
5 years ago
fanquake 17df15efb5
Merge #18958: guix: Make V=1 more powerful for debugging
5 years ago
MarcoFalke 3eda7ea9ba
Merge #18764: refactor: test: replace inv type magic numbers by constants
5 years ago
Carl Dong f852761aec
guix: Add clarifying documentation for V env var
5 years ago
MarcoFalke fa8bbb1368
net: Use C++11 member initialization in protocol
5 years ago
MarcoFalke 448bdff263
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
5 years ago
MarcoFalke e20e964cb1
Merge #18996: net: Remove un-actionable TODO
5 years ago
MarcoFalke bd5ec7c528
Merge #19006: rpc: Avoid crash when g_thread_http was never started
5 years ago
Jonas Schnelli a587f85853
Merge #18587: gui: Avoid wallet tryGetBalances calls in WalletModel::pollBalanceChanged
5 years ago
fanquake 0aa2ff0f66
Merge #18956: build: enforce minimum required Windows version (7)
5 years ago
MarcoFalke fab908f18a
test: Fix intermittent ETIMEDOUT on FreeBSD
5 years ago
Pieter Wuille f9ee0f37c2 Add comments to CustomUintFormatter
5 years ago
gzhao408 651f1d816f [test] wait for inital broadcast before comparing mempool entries
5 years ago
gzhao408 9d3f7eb986 [mempool] sanity check that all unbroadcast txns are in mempool
5 years ago
gzhao408 a7ebe48b94 [rpc] add unbroadcast info to mempool entries and getmempoolinfo
5 years ago
MarcoFalke faf45d1f1f
http: Avoid crash when g_thread_http was never started
5 years ago
MarcoFalke fa12a37b27
test: Replace inline-comments with logs, pep8 formatting
5 years ago
MarcoFalke fa83b39ff3
init: Remove confusing and redundant InitError
5 years ago
MarcoFalke aa8d76806c
Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" key
5 years ago
Jonas Schnelli d44dd51322
Merge #18152: qt: Use SynchronizationState enum for signals to GUI
5 years ago
fanquake e7736854ef
Merge #19008: ci: tsan on clang-9
5 years ago
fanquake 042ff52142
Merge #18999: log: Remove "No rpcpassword set" from logs
5 years ago
fanquake c73bd004ae
Merge #18861: Do not answer GETDATA for to-be-announced tx
5 years ago
MarcoFalke faf552117e
ci: Set DEBIAN_FRONTEND=noninteractive
5 years ago
MarcoFalke fa006caa13
ci: tsan on clang-9
5 years ago
Hennadii Stepanov a0d0f1c6c3
refactor: Remove Node:: queries from GUI
5 years ago
Hennadii Stepanov 06d519f0b4
qt: Add SynchronizationState enum to signal parameter
5 years ago
MarcoFalke 362f9c60a5
Merge #18986: tests: Add capability to disable RPC timeout in functional tests
5 years ago
Hennadii Stepanov 3c709aa69d
refactor: Remove Node::getReindex() call from GUI
5 years ago
Hennadii Stepanov 1dab574edf
refactor: Pass SynchronizationState enum to GUI
5 years ago
Hennadii Stepanov 2bec309ad6
refactor: Remove unused bool parameter in RPCNotifyBlockChange()
5 years ago
Hennadii Stepanov 1df77014d8
refactor: Remove unused bool parameter in BlockNotifyGenesisWait()
5 years ago
John Newbery 0187d4c118 [indexes] Add compact block filter headers cache
5 years ago
codeShark149 38c3dd9c70 docs: Add notes on how to diasble rpc timeout in functional tests while attatching gdb.
5 years ago
codeShark149 784ae09625 test: Add capability to disable RPC timeout in functional tests.
5 years ago
gzhao408 d160069604 [wallet] remove nLastResend logic
5 years ago