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
/
rpc
/
coins.cpp
Age
Commit message (
Expand
)
Author
2022-08-16
Merge bitcoin/bitcoin#25504: RPC: allow to track coins by parent descriptors
Andrew Chow
2022-07-28
Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...
Andrew Chow
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-19
refactor: store by OutputType in CoinsResult
josibake
2022-07-19
rpc: output parent wallet descriptors for coins in listunspent
Antoine Poinsot
2022-07-08
Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access
Andrew Chow
2022-06-21
refactor: implement general 'ListAddrBookAddresses' for addressbook destinati...
furszy
2022-06-08
wallet: avoid extra IsSpentKey -> GetWalletTx lookups
furszy
2022-06-08
wallet: IsSpent, 'COutPoint' arg instead of (hash, index)
furszy
2022-06-08
wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index)
furszy
2022-06-08
wallet: return 'CoinsResult' struct in `AvailableCoins`
furszy
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#25171: rpc: wallet: remove `-deprecatedrpc=exclude_coin...
MacroFake
2022-05-19
rpc: wallet: remove `-deprecatedrpc=exclude_coinbase` logic
Sebastian Falbesoner
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-16
Merge bitcoin/bitcoin#23662: rpc: improve `getreceivedby{address,label}` perf...
Andrew Chow
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-01-25
wallet: Avoid dropping confirmed coins
MarcoFalke
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2021-12-08
rpc: avoid expensive `IsMine` calls in `GetReceived` tally
Sebastian Falbesoner
2021-12-08
rpc: avoid scriptPubKey<->CTxDestination conversions in `GetReceived` tally
Sebastian Falbesoner
2021-12-08
scripted-diff: Use named args in RPC docs
MarcoFalke
2021-12-08
MOVEONLY: Move balance and utxo RPCs to coins.cpp
Samuel Dobson