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-06-16
Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as external
Andrew Chow
2022-06-15
Merge bitcoin/bitcoin#25368: doc: Update importaddress mention incompatibilit...
Andrew Chow
2022-06-14
doc: Update importaddress mention incompatibility with descriptor wallet
BrokenProgrammer
2022-06-14
scripted-diff: Avoid incompatibility with CMake AUTOUIC feature
Hennadii Stepanov
2022-06-10
Merge bitcoin/bitcoin#24931: Strengthen thread safety assertions
MacroFake
2022-06-07
Merge bitcoin/bitcoin#25239: wallet: 'CommitTransaction', remove extra wtx lo...
Andrew Chow
2022-06-06
Merge bitcoin/bitcoin#25220: rpc: fix incorrect warning for address type p2sh...
laanwj
2022-06-06
rpc: fix inappropriate warning for address type p2sh-segwit in createmultisig...
brunoerg
2022-06-04
doc: Fix typo in importdescriptors
Kolby Moroz Liebl
2022-05-29
wallet: CommitTransaction, remove extra wtx lookup and add exception for a po...
furszy
2022-05-26
Merge bitcoin/bitcoin#25003: tracing: fix `coin_selection:aps_create_tx_inter...
Andrew Chow
2022-05-26
Merge bitcoin/bitcoin#25202: log: Use severity-based logging for leveldb/libe...
laanwj
2022-05-25
fuzz: coinselection, add missing fee rate.
furszy
2022-05-25
logging: Unconditionally log levels >= WARN
laanwj
2022-05-23
Merge bitcoin/bitcoin#25083: Set effective_value when initializing a COutput
Andrew Chow
2022-05-23
Merge bitcoin/bitcoin#25122: rpc: getreceivedbylabel, return early if no addr...
Andrew Chow
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-05-20
rpc: getreceivedbylabel, don't loop over the entire wallet txs map if no dest...
furszy
2022-05-20
Merge bitcoin/bitcoin#24820: test: 3 new tests for SelectCoins function
Andrew Chow
2022-05-21
scripted-diff: Convert global Mutexes to GlobalMutexes
Anthony Towns
2022-05-20
Merge bitcoin/bitcoin#25171: rpc: wallet: remove `-deprecatedrpc=exclude_coin...
MacroFake
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-19
rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logic
Sebastian Falbesoner
2022-05-18
Merge bitcoin/bitcoin#25108: tidy: add modernize-use-default-member-init
MacroFake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Merge bitcoin/bitcoin#25148: refactor: Remove `NO_THREAD_SAFETY_ANALYSIS` fro...
MacroFake
2022-05-18
wallet: do not count wallet utxos as external
S3RK
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
tracing: fix `coin_selection:aps_create_tx_internal` calling logic
Sebastian Falbesoner
2022-05-17
Merge bitcoin/bitcoin#20640: wallet, refactor: return out-params of CreateTra...
fanquake
2022-05-16
Merge bitcoin/bitcoin#25088: Wallet: Ensure m_attaching_chain is set before r...
Andrew Chow
2022-05-16
Add more proper thread safety annotations
Hennadii Stepanov
2022-05-16
Add proper thread safety annotation to `CWallet::GetTxConflicts()`
Hennadii Stepanov
2022-05-16
Add proper thread safety annotation to `CachedTxGetAvailableCredit()`
Hennadii Stepanov
2022-05-16
Merge bitcoin/bitcoin#23662: rpc: improve `getreceivedby{address,label}` perf...
Andrew Chow
2022-05-16
wallet: CreateTransaction(): return out-params as (optional) struct
Sebastian Falbesoner
2022-05-16
wallet: CreateTransactionInternal(): return out-params as (optional) struct
Sebastian Falbesoner
2022-05-12
scripted-diff: replace non-standard fixed width integer types (`u_int`...` ->...
Sebastian Falbesoner
2022-05-10
wallet: Change log interval to use `steady_clock`
w0xlt
2022-05-09
Wallet: Ensure m_attaching_chain is set before registering for signals
Luke Dashjr
2022-05-05
Wrap boost::replace_all
MacroFake
2022-05-03
Merge bitcoin/bitcoin#24470: Disallow more unsafe string->path conversions al...
MacroFake
2022-04-28
Merge bitcoin/bitcoin#18554: wallet: ensure wallet files are not reused acros...
Andrew Chow
2022-04-28
Merge bitcoin/bitcoin#24984: wallet: ignore chainStateFlushed notifications w...
Andrew Chow
2022-04-26
Merge bitcoin/bitcoin#24644: wallet: add tracepoints and algorithm informatio...
fanquake
2022-04-26
Merge bitcoin/bitcoin#24989: scripted-diff: rename BytePtr to AsBytePtr
fanquake
2022-04-26
Merge bitcoin/bitcoin#24977: rpc: Explain active and internal in listdescriptors
fanquake
2022-04-26
Merge bitcoin/bitcoin#24971: tidy: modernize-use-nullptr
fanquake
2022-04-26
Merge bitcoin/bitcoin#24959: Remove not needed clang-format off comments
laanwj
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
[next]