index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
Age
Commit message (
Expand
)
Author
2022-10-31
refactor: move url.h/cpp from lib util to lib common
fanquake
2022-10-27
Merge bitcoin/bitcoin#25685: wallet: Faster transaction creation by removing ...
Andrew Chow
2022-10-27
Merge bitcoin/bitcoin#26349: rpc: make `address` field optional `list{transac...
Andrew Chow
2022-10-26
wallet: SelectCoins, return early if target is covered by preset-inputs
furszy
2022-10-26
wallet: simplify preset inputs selection target check
furszy
2022-10-26
wallet: remove fetch pre-selected-inputs responsibility from SelectCoins
furszy
2022-10-26
wallet: encapsulate pre-selected-inputs lookup into its own function
furszy
2022-10-26
wallet: skip manually selected coins from 'AvailableCoins' result
furszy
2022-10-26
wallet: skip available coins fetch if "other inputs" are disallowed
furszy
2022-10-26
Merge bitcoin/bitcoin#25957: wallet: fast rescan with BIP157 block filters fo...
Andrew Chow
2022-10-26
rpc: make `address` field optional
w0xlt
2022-10-25
rpc: doc: mention rescan speedup using `blockfilterindex=1` in affected walle...
Sebastian Falbesoner
2022-10-25
wallet: fast rescan: show log message for every non-skipped block
Sebastian Falbesoner
2022-10-25
wallet: take use of `FastWalletRescanFilter`
Sebastian Falbesoner
2022-10-25
wallet: add `FastWalletRescanFilter` class for speeding up rescans
Sebastian Falbesoner
2022-10-25
wallet: add method for retrieving the end range for a ScriptPubKeyMan
Sebastian Falbesoner
2022-10-25
wallet: support fetching scriptPubKeys with minimum descriptor range index
Sebastian Falbesoner
2022-10-24
Merge bitcoin/bitcoin#26302: refactor: Use type-safe time point for CWallet::...
fanquake
2022-10-20
wallet: Check utxo prevout index out of bounds in sendall
Andrew Chow
2022-10-19
wallet: Correctly check ismine for sendall
Andrew Chow
2022-10-18
test: Remove unused txmempool include from tests
MacroFake
2022-10-13
Merge bitcoin/bitcoin#25526: wallet: avoid double keypool TopUp() call on des...
Andrew Chow
2022-10-13
refactor: Use type-safe time point for CWallet::m_next_resend
MacroFake
2022-10-13
Merge bitcoin/bitcoin#26205: wallet: #25768 follow ups
fanquake
2022-10-10
Merge bitcoin/bitcoin#26282: wallet: have prune error take precedence over as...
fanquake
2022-10-09
Fix comment typos in scriptpubkeyman.cpp, wallet.cpp, wallet.h
Dimitris Tsapakidis
2022-10-07
wallet: have prune error take precedence over assumedvalid
James O'Beirne
2022-10-04
Merge bitcoin/bitcoin#26203: wallet: Use correct effective value when checkin...
glozow
2022-10-02
test: Check external coin effective value is used in CoinSelection
Aurèle Oulès
2022-10-02
wallet: Use correct effective value when checking target
Aurèle Oulès
2022-10-01
refactor: move Boost datetime usage to wallet
fanquake
2022-09-30
refactor: revert m_next_resend to not be std::atomic
stickies-v
2022-09-30
wallet: only update m_next_resend when actually resending
stickies-v
2022-09-30
refactor: carve out tx resend timer logic into ShouldResend
stickies-v
2022-09-30
Merge bitcoin/bitcoin#26074: refactor: Set RPCArg options with designated ini...
MacroFake
2022-09-29
refactor: remove unused locks for ResubmitWalletTransactions
stickies-v
2022-09-29
wallet: fix capitalization in docstring
stickies-v
2022-09-27
Merge bitcoin/bitcoin#26156: test: check that `listdescriptors` descriptor st...
MacroFake
2022-09-26
doc, rpc: mention that `listdescriptors` result is sorted by string represent...
Sebastian Falbesoner
2022-09-24
Merge bitcoin/bitcoin#26130: Bugfix: Wallet: Lock cs_wallet for SignMessage
MacroFake
2022-09-21
Merge bitcoin/bitcoin#25933: wallet: AvailableCoins, simplify output script t...
Andrew Chow
2022-09-21
Merge bitcoin/bitcoin#25737: rpc: treat univalue type check error as RPC_TYPE...
fanquake
2022-09-20
Merge bitcoin/bitcoin#26132: wallet: Fix nNextResend data race in ResubmitWal...
Andrew Chow
2022-09-20
Merge bitcoin/bitcoin#26116: rpc: Allow importmulti watchonly imports with lo...
Andrew Chow
2022-09-20
Fix nNextResend data race in ResubmitWalletTransactions
MacroFake
2022-09-20
Merge bitcoin/bitcoin#26095: script: bump codespell to 2.2.1, update ignored ...
MacroFake
2022-09-20
Bugfix: Wallet: Lock cs_wallet for SignMessage
Luke Dashjr
2022-09-19
Merge bitcoin/bitcoin#26005: Wallet: Fix error handling (copy_file failure in...
fanquake
2022-09-17
rpc: Allow importmulti watchonly imports with locked wallet
Aurèle Oulès
2022-09-17
wallet: AvailableCoins, simplify output script type acquisition
furszy
[next]