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-07-14
Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWallet
MacroFake
2022-07-13
Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory usag...
fanquake
2022-07-12
refactor: Return BResult from restoreWallet
MacroFake
2022-07-12
wallet: change `ScanForWalletTransactions` to use `Ticks()`
w0xlt
2022-07-12
Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...
MacroFake
2022-07-12
Merge bitcoin/bitcoin#25036: wallet: Save wallet scan progress
MacroFake
2022-07-11
Merge bitcoin/bitcoin#25562: test: add tests for negative waste during coin s...
Andrew Chow
2022-07-08
Merge bitcoin/bitcoin#25481: wallet: unify max signature logic
Andrew Chow
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-07-08
send: refactor CreateTransaction flow to return a BResult<CTransactionRef>
furszy
2022-07-08
wallet: refactor, include 'FeeCalculation' inside 'CreatedTransactionResult'
furszy
2022-07-08
Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book access
Andrew Chow
2022-07-07
test: add tests for negative waste during coin selection
ishaanam
2022-07-06
Merge bitcoin/bitcoin#25507: wallet: don't add change fee to target if subtra...
Andrew Chow
2022-06-30
Merge bitcoin/bitcoin#25383: wallet: don't read db every time that a new 'Wal...
MacroFake
2022-06-30
wallet: don't add change fee to target if subtracting fees from output
S3RK
2022-06-29
Merge bitcoin/bitcoin#25497: wallet: more accurate target for large transactions
Andrew Chow
2022-06-29
wallet: more accurate tx_noinputs_size
S3RK
2022-06-28
Revert "bnb: exit selection when best_waste is 0"
Murch
2022-06-28
Merge bitcoin/bitcoin#24924: bench: Make WalletLoading benchmark run faster
fanquake
2022-06-28
wallet: use CCoinControl to estimate signature size
S3RK
2022-06-28
wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize
S3RK
2022-06-27
wallet: also search taproot pubkeys in FillPSBT
Andrew Chow
2022-06-27
psbt: Remove non_witness_utxo for segwit v1+
Andrew Chow
2022-06-24
rpc: Fix Univalue push_backV OOM in listtransactions
MacroFake
2022-06-23
wallet test: Add unit test for wallet scan save_progress option
Ryan Ofsky
2022-06-23
wallet: Save wallet scan progress
w0xlt
2022-06-22
refactor: 'ListReceived' use optional for filtered address
furszy
2022-06-22
refactor: RPC 'ListReceived', encapsulate m_address_book access
furszy
2022-06-22
refactor: RPC 'listlabels', encapsulate 'CWallet::ListAddrBookLabels' functio...
furszy
2022-06-21
Merge bitcoin/bitcoin#25427: wallet: remove extra wtx lookup in AddToSpends
Andrew Chow
2022-06-21
refactor: use 'ForEachAddrBookEntry' in RPC 'getaddressesbylabel'
furszy
2022-06-21
refactor: use ForEachAddrBookEntry in interfaces::getAddresses
furszy
2022-06-21
wallet: implement ForEachAddrBookEntry method
furszy
2022-06-21
refactor: implement general 'ListAddrBookAddresses' for addressbook destinati...
furszy
2022-06-20
wallet: avoid extra wtx lookup in AddToSpends
furszy
2022-06-19
scripted-diff: rename fAllowOtherInputs -> m_allow_other_inputs
furszy
2022-06-19
refactor: use GetWalletTx in SelectCoins instead of access mapWallet
furszy
2022-06-19
wallet: move "use-only coinControl inputs" below the selected inputs lookup
furszy
2022-06-19
wallet: unify “allow/block other inputs“ concept
furszy
2022-06-18
wallet: fix warning: "argument name 'feerate' in comment does not match param...
furszy
2022-06-17
Merge bitcoin/bitcoin#25005: wallet: remove extra wtx lookup in 'AvailableCoi...
Andrew Chow
2022-06-16
walletdb: fix last client version update
furszy
2022-06-16
Merge bitcoin/bitcoin#24649: wallet: do not count wallet utxos as external
Andrew Chow
2022-06-16
wallet: don't read db every time that a new WalletBatch is created
furszy
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
refactor: getAddress don't access m_address_book, use FindAddressEntry function
furszy
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
[next]