Commit Graph

926 Commits (0652c3284fe12941b28624dbbf5e0862c5d0dbc3)

Author SHA1 Message Date
Wladimir J. van der Laan 9f23c16599
Merge #13721: Bugfixes for BIP 174 combining and deserialization
6 years ago
Wladimir J. van der Laan 5f7575e263
Merge #12257: [wallet] Use destination groups instead of coins in coin select
6 years ago
Karl-Johan Alm 0128121101
test: Add basic testing for wallet groups
6 years ago
Daniel Kraft 64b9f27e0e Skip is_closing() check when not available.
6 years ago
Ben Woosley 5b82aa7352
Fix bitcoin-cli --version
6 years ago
Wladimir J. van der Laan c575260f80
Merge #11637: p2p: Remove dead service bits code
6 years ago
MarcoFalke f7f574d453
Merge #13718: docs: Specify preferred Python string formatting technique
6 years ago
Wladimir J. van der Laan 6b6e854362
Merge #9662: Add createwallet "disableprivatekeys" option: a sane mode for watchonly-wallets
6 years ago
Andrew Chow fad231ad41 Fix merging of global unknown data in PSBTs
6 years ago
Andrew Chow 41df035ee1 Check that PSBT keys are the correct length
6 years ago
Mason Simon b1b8863fd6 docs: Specify preferred Python string formatting technique
6 years ago
marcoagner ea5340c9d2
tests: fixes mininode's P2PConnection sending messages on closing transport
6 years ago
Wladimir J. van der Laan b654723461
Merge #13557: BIP 174 PSBT Serializations and RPCs
6 years ago
Wladimir J. van der Laan 9d26b690e7
Merge #13687: travis: Check that ~/.bitcoin is never created
6 years ago
MarcoFalke fabe28a0cd
qa: Temporarily disable test that reads the default datadir location
6 years ago
Wladimir J. van der Laan 6fcdb5ebdd
Merge #13638: tests: Use MAX_SCRIPT_ELEMENT_SIZE from script.py
6 years ago
Wladimir J. van der Laan 8fceae0d6f
Merge #12196: Add scantxoutset RPC method
6 years ago
Andrew Chow 020628e3a4 Tests for PSBT
6 years ago
Wladimir J. van der Laan 17943f77bd
Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grandchildren, etc. active
6 years ago
MarcoFalke 171b03de06
Merge #13664: Trivial: fix references to share/rpcuser (now share/rpcauth)
6 years ago
Mason Simon c64cc1bd94 scripted-diff: Fix references to share/rpcuser (now share/rpcauth)
6 years ago
Jonas Schnelli be98b2d9a8
[QA] Add scantxoutset test
6 years ago
MarcoFalke 8803c9132a
Merge #13138: [tests] Remove accounts from wallet_importprunedfunds.py
6 years ago
Pieter Wuille b25a4c2284
Merge #13072: Update createmultisig RPC to support segwit
6 years ago
Pieter Wuille ad552a54c5
Merge #13566: Fix get balance
6 years ago
MarcoFalke 8f1106da58
Merge #13626: qa: Fix some TODOs in p2p_segwit
6 years ago
MarcoFalke eeeef80fb6
qa: Fix some TODOs in p2p_segwit
6 years ago
Ben Woosley 89e70f9d7f
Fix that CWallet::AbandonTransaction would only traverse one level
6 years ago
Jonas Schnelli a3fa4d6a6a
QA: Fix bug in -usecli logic that converts booleans to non-lowercase strings
6 years ago
Jonas Schnelli 4704e5f074
[QA] add createwallet disableprivatekey test
6 years ago
James O'Beirne a0b604c166 [tests] skip rpc_zmq functional test when python3 zmq lib is not present
6 years ago
Daniel Kraft b9f4b211df tests: Use MAX_SCRIPT_ELEMENT_SIZE from script.py
6 years ago
MarcoFalke fa4bf92be9
Remove dead service bits code
6 years ago
Wladimir J. van der Laan fad42e8c4a
Merge #13547: Make signrawtransaction* give an error when amount is needed but missing
6 years ago
Wladimir J. van der Laan 7e74c54fed
Merge #13452: rpc: have verifytxoutproof check the number of txns in proof structure
6 years ago
Wladimir J. van der Laan a247594e75
Merge #13570: RPC: Add new "getzmqnotifications" method
6 years ago
Anthony Towns f40b3b82df [tests] functional test for createmultisig RPC
6 years ago
MarcoFalke 88a15ebc8d
Merge #13564: [wallet] loadwallet shouldn't create new wallets.
6 years ago
Wladimir J. van der Laan 3dc2dcfdfc
Merge #13467: [Tests] Make p2p_segwit easier to debug
6 years ago
Daniel Kraft 161e8d40a4 RPC: Add new getzmqnotifications method.
6 years ago
MarcoFalke 686e97a0c7
Merge #13522: [tests] Fix p2p_sendheaders race
6 years ago
John Newbery 702ae1e21a [RPC] [wallet] allow getbalance to use min_conf and watch_only without accounts.
6 years ago
John Newbery e3aab295e7 [tests] p2p_segwit: sync_blocks in subtest wrapper.
6 years ago
John Newbery 55e8050853 [tests] p2p_segwit: remove unnecessary arguments from subtests.
6 years ago
John Newbery 25711c2696 [tests] p2p_segwit: log and assert segwit status in subtest wrapper.
6 years ago
John Newbery 6839863d53 [tests] p2p_segwit: Make sure each subtest leaves utxos for the next.
6 years ago
John Newbery bfe32734de [tests] p2p_segwit: wrap subtests with subtest wrapper.
6 years ago
John Newbery 2af4e398dc [tests] p2p_segwit: re-order function definitions.
6 years ago
John Newbery 94a0134a40 [tests] p2p_segwit: standardise comments/docstrings.
6 years ago
John Newbery f7c7f8ecf3 [tests] p2p_segwit: Fix flake8 warnings.
6 years ago