Commit Graph

1846 Commits (e00ecb3d7aaee463643e486ca03c318e192b8058)

Author SHA1 Message Date
MarcoFalke 83112db129
Merge #15864: Fix datadir handling
5 years ago
Wladimir J. van der Laan 27ee0cc5a6
Merge #16646: qa: Run tests with UPnP disabled
5 years ago
Wladimir J. van der Laan ed9a2a37c1
Merge #16631: net: The default whitelistrelay should be true
5 years ago
Luke Dashjr b168dd30cf
Bugfix: QA: Run tests with UPnP disabled
5 years ago
Andrew Chow 625534d7b1 Give more errors for specific failure conditions
5 years ago
Andrew Chow c325f619dd Return an error from descriptor Parse that gives more information about what failed
5 years ago
MeshCollider 7a960ba775
Merge #15986: Add checksum to getdescriptorinfo
5 years ago
nicolas.dorier 3b05f0f70f
Reformat p2p_permissions.py
5 years ago
nicolas.dorier ce7eac3cb0
[Fix] The default whitelistrelay should be true
5 years ago
MarcoFalke b80cdfec9a
Merge #16618: [Fix] Allow connection of a noban banned peer
5 years ago
nicolas.dorier d117f4541d
Add test for setban
5 years ago
fanquake 0d65106dce
Merge #16383: rpcwallet: default include_watchonly to true for watchonly wallets
5 years ago
MarcoFalke 1bf2ff2bf8
Merge #16060: Bury bip9 deployments
5 years ago
MarcoFalke 85883a9f8e
Merge #16443: refactor: have CCoins* data managed under CChainState
5 years ago
MarcoFalke 8bd5e0af99
Merge #16465: test: Test p2sh-witness and bech32 in wallet_import_rescan
5 years ago
MarcoFalke fa3c6575ca
lint: Add false positive to python dead code linter
5 years ago
MarcoFalke e00501e00c
Merge #16561: tests: Use colors and dots in test_runner.py output only if standard output is a terminal
5 years ago
practicalswift 37f2784952 tests: Use colors and dots in test_runner.py output only if standard output is a terminal -- allows for using the test runner output as input to other programs
5 years ago
MarcoFalke fa25668e1c
test: Test p2sh-witness and bech32 in wallet_import_rescan
5 years ago
MarcoFalke fa79af2989
test: Replace fragile "rng" with call to random()
5 years ago
MarcoFalke fac3dcf7d0
test: Generate one block for each send in wallet_import_rescan
5 years ago
James O'Beirne 8319e738f9 [tests] Add coverage for the content of getblockchaininfo.softforks
5 years ago
John Newbery 0328dcdcfc [Consensus] Bury segwit deployment
5 years ago
John Newbery 1c93b9b31c [Consensus] Bury CSV deployment height
5 years ago
Wladimir J. van der Laan 67be6d7a17
Merge #16248: Make whitebind/whitelist permissions more flexible
5 years ago
John Newbery 3862e473f0 [rpc] Tidy up reporting of buried and ongoing softforks
5 years ago
Elichai Turkel afc0966d72
Moved and renamed hash256 from util.py to zmq_interface.py
5 years ago
nicolas.dorier c5b404e8f1
Add functional tests for flexible whitebind/list
5 years ago
Pieter Wuille 26d3fad109 Add unmodified-but-with-checksum to getdescriptorinfo
5 years ago
James O'Beirne fae6ab6aed refactor: pcoinsTip -> CChainState::CoinsTip()
5 years ago
MarcoFalke b725979a11
Merge #16535: test: Explain why -whitelist is used in feature_fee_estimation
5 years ago
MarcoFalke 62117f9f36
Merge #16363: test: Add test for BIP30 duplicate tx
5 years ago
MarcoFalke d5ea8f4bf3
Merge #16509: test: Adapt test framework for chains other than "regtest"
5 years ago
MarcoFalke c77f7cdbd1
Merge #16197: net: Use mockable time for tx download
5 years ago
MarcoFalke fa566b2601
test: Add missing sync_blocks to feature_pruning
5 years ago
MarcoFalke 3a3d8b8357
Merge #16097: Refactor: Add Flags enum to ArgsManager class
5 years ago
MarcoFalke fa76285fdd
test: Explain why -whitelist is used in feature_fee_estimation
5 years ago
MarcoFalke faff85a69a
test: Format feature_fee_estimation with pep8
5 years ago
MarcoFalke faf36838bd
test: Avoid hardcoding the chain name in combine_logs
5 years ago
MarcoFalke d759b5d26a
Merge #15911: Use wallet RBF default for walletcreatefundedpsbt
5 years ago
MarcoFalke 9f54e9ab90
Merge #16493: test: Fix test failures
5 years ago
MarcoFalke fa36aa4922
Test: Set -acceptnonstdtxn in feature_fee_estimation
5 years ago
Wladimir J. van der Laan 79816278e2
Merge #16470: test: Fail early on disconnect in mininode.wait_for_*
5 years ago
MeshCollider 6841b01340
Merge #16394: Allow createwallet to take empty passwords to make unencrypted wallets
5 years ago
MarcoFalke 5639d71a07
Merge #16293: test: Make test cases separate functions
5 years ago
MarcoFalke fa8a1d7ba3
test: Adapt test framework for chains other than "regtest"
5 years ago
Ben Woosley 68f546635d test: Fix “local variable 'e' is assigned to but never used”
5 years ago
MarcoFalke fa1bb53b0d
test: Add -acceptnonstdtxn to self.extra_args[3]
5 years ago
MarcoFalke fa8a823169
test: Bump rpc_timeout in feature_dbcrash
5 years ago
fanquake 2410088003
Merge #16491: qa: fix deprecated log.warn in feature_dbcrash test
5 years ago