Commit Graph

2542 Commits (faca3734c00ffaf2be7bd555fbfa2887ba28c811)

Author SHA1 Message Date
MarcoFalke faca3734c0
test: Fix intermittent issue in wallet_import_rescan
4 years ago
MarcoFalke 80c8a02f1b
Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use MiniWallet, add logging)
4 years ago
Sebastian Falbesoner b128b56672 test: add logging for mining_getblocktemplate_longpoll.py
4 years ago
Sebastian Falbesoner 8ee3536b2b test: remove unused helpers random_transaction(), make_change() and gather_inputs()
4 years ago
Sebastian Falbesoner fddce7e199 test: use MiniWallet for mining_getblocktemplate_longpoll.py
4 years ago
MarcoFalke cb21d864c5
Merge #19401: QA: Use GBT to get block versions correct
4 years ago
Pieter Wuille 1d22300b99 Address functional test nits
4 years ago
Wladimir J. van der Laan 0d22482353
Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/improve -netinfo
4 years ago
MarcoFalke 560dea9b26
Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")
4 years ago
Wladimir J. van der Laan 3caee16946
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
4 years ago
Samuel Dobson 8ed37f6c84
Merge #19077: wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets
4 years ago
Wladimir J. van der Laan c2c4dbaebd
Merge #19988: Overhaul transaction request logic
4 years ago
Russell Yanofsky c4a29d0a90 Update wallet_multiwallet.py for descriptor and sqlite wallets
4 years ago
Andrew Chow 310b0fde04 Run dumpwallet for legacy wallets only in wallet_backup.py
4 years ago
Luke Dashjr d681a28219 RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")
4 years ago
Jon Atack 4938a109ad
rpc, test: expose CNodeStats network in RPC getpeerinfo
4 years ago
MarcoFalke cd6e193d4c
Merge #20126: test: p2p_leak_tx.py improvements (use MiniWallet, add p2p_lock acquires)
4 years ago
Pieter Wuille 0e2a5e448f tests: dumping and minimizing of script assets data
4 years ago
Pieter Wuille f06e6d0345 tests: functional tests for Schnorr/Taproot/Tapscript
4 years ago
Pieter Wuille 3c226639eb tests: add BIP340 Schnorr signature support to test framework
4 years ago
Pieter Wuille d7ff237f29 Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
4 years ago
Pieter Wuille e9a021d7e6 Make Taproot spends standard + policy limits
4 years ago
Pieter Wuille de11b0a4ef Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
4 years ago
Pieter Wuille 242d16477d Change transaction request logic to use txrequest
4 years ago
Sebastian Falbesoner 5b77f8098d test: add p2p_lock acquires in p2p_leak_tx.py
4 years ago
Sebastian Falbesoner cc8c6823b4 test: use MiniWallet for p2p_leak_tx.py
4 years ago
fanquake 0b2abaa666
Merge #19954: Complete the BIP155 implementation and upgrade to TORv3
4 years ago
Vasil Dimov 353a3fdaad
net: advertise support for ADDRv2 via new message
4 years ago
MarcoFalke 392c6f4fb2
Merge #20101: rpc: change no wallet loaded message to be clearer
4 years ago
Pieter Wuille ec3916f40a Use mockable time everywhere in net_processing
4 years ago
Andrew Chow 907f142fc7 rpc: change no wallet loaded message to be clearer
4 years ago
fanquake db88db4727
Merge #19339: validation: re-delegate absurd fee checking from mempool to clients
4 years ago
gzhao408 932564b9cf scripted-diff: update max-fee-exceeded error message to include RPC
4 years ago
gzhao408 8f1290c601 [rpc/node] check for high fee before ATMP in clients
4 years ago
MarcoFalke 875e1ccc9f
Merge #19947: Test: Cover "change_type" option of "walletcreatefundedpsbt" RPC
4 years ago
fanquake 54fc96ffa7
Merge #19956: rpc: Improve invalid vout value rpc error message
4 years ago
Oliver Gugger a56e9f5670
test: Assert exclusive PSBT funding options
4 years ago
MarcoFalke 171cd05ae3
Merge #20034: test: Get rid of default wallet hacks
4 years ago
Oliver Gugger 64bc5efd39
test: Assert PSBT change type
4 years ago
Wladimir J. van der Laan a0185d90a7
Merge #18309: zmq: Add support to listen on multiple interfaces
4 years ago
MarcoFalke 9fc2f011ba
Merge #20048: chainparams: do not log signet startup messages for other chains
4 years ago
Jon Atack 6fccad7f71
signet: do not log signet startup messages for other chains
4 years ago
MarcoFalke 40aab35e98
Merge #19253: Tests: tidy up address.py and segwit_addr.py
4 years ago
nthumann 241803da21
test: Add zmq test to support multiple interfaces
4 years ago
Nima Yazdanmehr f471a3be00
scripted diff: Improve invalid vout value rpc error message
4 years ago
MarcoFalke faf60dee34
doc: Remove double-whitespace from help string, other whitespace fixups
4 years ago
MarcoFalke 1769828684
Merge #19501: send* RPCs in the wallet returns the "fee reason"
4 years ago
Wladimir J. van der Laan 8aa6178961
Merge #20003: net: Exit with error message if -proxy is specified without arguments (instead of continuing without proxy server)
4 years ago
Russell Yanofsky c1585bca8d test: Get rid of default wallet hacks
4 years ago
Russell Yanofsky ed3acda33b test, refactor: add default_wallet_name and wallet_data_filename variables
4 years ago