Commit Graph

35152 Commits (c89fabff3d17f23098d70c925fbdc98aca79fec6)
 

Author SHA1 Message Date
MacroFake c89fabff3d
Merge bitcoin/bitcoin#25879: refactor: Make Join() util work with any container type
2 years ago
MacroFake 3c1e75ef60
Merge bitcoin/bitcoin#25865: test: speedup wallet tests by whitelisting peers (immediate tx relay)
2 years ago
MacroFake fa95315655
Use new Join() helper for ListBlockFilterTypes()
2 years ago
MacroFake fa1c716955
Make Join() util work with any container type
2 years ago
MacroFake 713ea7a418
Merge bitcoin/bitcoin#25906: test: add coverage for invalid parameters for `rescanblockchain`
2 years ago
brunoerg d1a0004621 test: add coverage for invalid parameters for `rescanblockchain`
2 years ago
Andrew Chow 2bd9aa5a44
Merge bitcoin/bitcoin#25647: wallet: return change from SelectionResult
2 years ago
MacroFake 92bb7001d8
Merge bitcoin/bitcoin#25902: fixups for BIP125 doc cleanup
2 years ago
glozow 375ebadbf8
fixups for BIP125 doc cleanup
2 years ago
fanquake c5f0cbefa3
Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
2 years ago
fanquake 607d5a46aa
Merge bitcoin/bitcoin#23202: wallet: allow psbtbumpfee to work with txs with external inputs
2 years ago
MacroFake e5a83141fa
Merge bitcoin/bitcoin#25883: doc: Security config warning
2 years ago
fanquake 0f35f4ddf4
Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
2 years ago
MacroFake 027b6729bc
Merge bitcoin/bitcoin#25888: refactor: use `strprintf` for creating unknown-service-flag string
2 years ago
Sebastian Falbesoner 706c8e0969 refactor: use `strprintf` for creating unknown-service-flag string
2 years ago
MacroFake c73c8d53fe
Merge bitcoin/bitcoin#25878: tests: Use mocktime for wallet encryption timeout
2 years ago
Robert Spigler 3a71da0b72
Security config warning
2 years ago
Andrew Chow c3b099ace0 wallet, tests: Test bumpfee's max input weight calculation
2 years ago
Andrew Chow 116a620ce7 Make DUMMY_CHECKER availble outside of script/sign.cpp
2 years ago
Andrew Chow ff638323d1 test, bumpfee: Check that psbtbumpfee can bump txs with external inputs
2 years ago
Andrew Chow 02dea9a47f tests: Use mocktime for wallet encryption timeout
2 years ago
MacroFake faf8da3c8d
Remove Join() helper only used in tests
2 years ago
Andrew Chow 6b56873b41
Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags) correctly
2 years ago
Andrew Chow 0f0508bc72
Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array
2 years ago
Andrew Chow 1bc8106d4c bumpfee: be able to bump fee of a tx with external inputs
2 years ago
Andrew Chow 31dd3dc9e5 bumpfee: Clear scriptSigs and scriptWitnesses before calculated max size
2 years ago
Andrew Chow a0c3afb898 bumpfee: extract weights of external inputs when bumping fee
2 years ago
Andrew Chow 612f1e44fe bumpfee: Calculate fee by looking up UTXOs
2 years ago
MacroFake 9eaef10801
Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unnecessarily copying objects and enable two clang-tidy checks
2 years ago
MacroFake d480586ecb
Merge bitcoin/bitcoin#25808: fs: work around u8path deprecated-declaration warnings with libc++
2 years ago
MacroFake 02aefa169a
Merge bitcoin/bitcoin#25852: build: reorder CXXFLAGS in intrinsic checks
2 years ago
fanquake ced00f5a2e
fs: work around u8path deprecated-declaration warnings with libc++
2 years ago
fanquake 0425ce577f
Merge bitcoin/bitcoin#25679: wallet: Correctly identify external inputs that are also in the wallet
2 years ago
Andrew Chow 888628cee0
Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.
2 years ago
furszy 5b4fdbbff5
wallet: remove UNKNOWN type from OUTPUT_TYPES array
2 years ago
Andrew Chow ef8e2a5b09 tests: Test that external inputs of txs in wallet is handled correctly
2 years ago
Andrew Chow eb879634db wallet: Try estimating input size with external data if wallet fails
2 years ago
Andrew Chow a537d7aaa0 wallet: SelectExternal actually external inputs
2 years ago
Sebastian Falbesoner b21e522ce4 test: speedup wallet tests by whitelisting peers (immediate tx relay)
2 years ago
Andrew Chow a8f69541ad
Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider Merge
2 years ago
w0xlt 416ceb8661 descriptor: check if `rawtr` has only one key.
2 years ago
fanquake a75b7796b7
Merge bitcoin/bitcoin#25077: Fix chain tip data race and corrupt rest response
2 years ago
fanquake aa774f3e11
Merge bitcoin/bitcoin#25829: build: include share/rpcauth in release tarball
2 years ago
fanquake 0ae0aa251b
Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCRequest
2 years ago
fanquake 95d4744f02
Merge bitcoin/bitcoin#19391: RPC/Mining: Clean out pre-Segwit miner compatibility code
2 years ago
Andrew Chow f2d00bfe1a wallet: Add CWallet::IsMine(COutPoint)
2 years ago
Andrew Chow 64f7a1940d
Merge bitcoin/bitcoin#25734: wallet, refactor: #24584 follow-ups
2 years ago
Andrew Chow c336f813b3
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
2 years ago
Antoine Poinsot a6b0c1fcc0
doc: add releases notes for 25504 (listsinceblock updates)
2 years ago
Antoine Poinsot 0fd2d14454
rpc: add an include_change parameter to listsinceblock
2 years ago