Commit Graph

1489 Commits (8c3fdd3a6d90256bd2d00e86562f4d451bfd9767)

Author SHA1 Message Date
MeshCollider 2452c6cc0a
Merge #14978: Factor out PSBT utilities from RPCs for use in GUI code; related refactoring.
6 years ago
MarcoFalke 029d28a7aa
Merge #15238: [QA] remove some magic mining constants in functional tests
6 years ago
MarcoFalke d73918447f
Merge #15216: Scripts and tools: Replace script name with a special parameter
6 years ago
Hennadii Stepanov 8c9b8a3668
Replace script name with special parameter
6 years ago
MarcoFalke ea022d9fd0
Merge #15378: tests: Added missing tests for RPC wallet errors
6 years ago
MarcoFalke d8794a78a8
Merge #13787: Test for Windows encoding issue
6 years ago
MarcoFalke 03732f8644
Merge #14543: [QA] minor p2p_sendheaders fix of height in coinbase
6 years ago
Ben Carman dc3b2ccb5f
tests: Added missing tests for RPC wallet errors
6 years ago
Chun Kuan Lee ae892adceb tests: accept unicode characters on Windows
6 years ago
Glenn Willen c734aaa15d Split DecodePSBT into Base64 and Raw versions
6 years ago
MarcoFalke e84e0d4b5e
Merge #15337: rpc: Fix for segfault if combinepsbt called with empty inputs
6 years ago
MeshCollider 6f4e0d1542
Merge #15226: Allow creating blank (empty) wallets (alternative)
6 years ago
Andrew Chow 7687f7873b [wallet] Support creating a blank wallet
6 years ago
MarcoFalke 1477933f28
Merge #15370: test_runner: Remove unused --force option
6 years ago
MarcoFalke fae8b8bb1a
qa: Add tool-prefix to functional test readme
6 years ago
Wladimir J. van der Laan 6fc656a410
Merge #14242: Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...)
6 years ago
MarcoFalke faf3d22725
test_runner: Remove unused --force option
6 years ago
Wladimir J. van der Laan 9127bd7aba
Merge #14491: Allow descriptor imports with importmulti
6 years ago
practicalswift d855e4cac8 Avoid triggering undefined behaviour (std::memset(nullptr, 0, 0)) if an invalid string is passed to DecodeSecret(...)
6 years ago
MeshCollider 1933e38c1a
Merge #14667: Add deriveaddresses RPC util method
6 years ago
João Barbosa 6440e61375 qa: Drop RPC connection if --usecli
6 years ago
MarcoFalke 5029e94f85
Merge #14519: tests: add utility to easily profile node performance with perf
6 years ago
MeshCollider fbb5e935ea Add test for importing via descriptor
6 years ago
benthecarman 30d0f7be6e rpc: Fix for segfault if combinepsbt called with empty inputs
6 years ago
João Barbosa d3bf3b930d qa: Test .walletlock file is closed
6 years ago
MarcoFalke fac3a054cb
test: Fix race in p2p_invalid_messages
6 years ago
MarcoFalke 5c99bb0047
Merge #15247: qa: Use wallet to retrieve raw transactions
6 years ago
Wladimir J. van der Laan 3e38d40873
Merge #15235: Do not import private keys to wallets with private keys disabled
6 years ago
Andrew Chow e6c58d3b01 Do not import private keys to wallets with private keys disabled
6 years ago
Andrew Chow 2e023419c5 tests: unify RPC argument to cli argument conversion and handle dicts and lists
6 years ago
MarcoFalke 252fd15add
Merge #13926: [Tools] bitcoin-wallet - a tool for creating and managing wallets offline
6 years ago
Wladimir J. van der Laan 4d661baf1a
Merge #15244: gdb attaching to process during tests has non-sudo solution
6 years ago
Wladimir J. van der Laan 36aeb43c01
Merge #15246: qa: Add tests for invalid message headers
6 years ago
Gregory Sanders f96dbd1bbe gdb attaching to process during tests has non-sudo solution
6 years ago
João Barbosa 3c3e31c3a4 [tests] Add wallet-tool test
6 years ago
Wladimir J. van der Laan 77339e5c24
Merge #15163: Correct units for "-dbcache" and "-prune"
6 years ago
MarcoFalke a47319dada
Merge #15159: [RPC] Remove lookup to UTXO set from GetTransaction
6 years ago
Hennadii Stepanov 6f6514a080
Correct units for "-dbcache" and "-prune"
6 years ago
Sjors Provoost 595283851d
[rpc] util: add deriveaddresses method
6 years ago
MarcoFalke fa5278a419
qa: Use wallet to retrieve raw transactions
6 years ago
Amiti Uttarwar 04da9f4834 [RPC] Update getrawtransaction interface
6 years ago
MarcoFalke fa2198328e
qa: Style-only fixes in touched files
6 years ago
Ben Woosley f618c58b75
Docs: Update python docs to reflect that wildcard imports are disallowed
6 years ago
MarcoFalke fa3745bda8
qa: Add tests for invalid message headers
6 years ago
Andrew Chow 1f77f6754c tests: unify RPC argument to cli argument conversion and handle dicts and lists
6 years ago
Gregory Sanders b651ef7e1c submitheader: more directly test missing prev block header
6 years ago
Gregory Sanders 1e7f741745 remove some magic mining constants in functional tests
6 years ago
Wladimir J. van der Laan 72bd4ab867
Merge #15193: Default -whitelistforcerelay to off
6 years ago
Jonas Schnelli 73a6bac9ff
Merge #15196: [test]: Update all subprocess.check_output functions to be Python 3.4 compatible
6 years ago
Jonas Schnelli 82cf6813a4
Merge #14353: REST: add blockhash call, fetch blockhash by height
6 years ago