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-08-02
Remove ::dustRelayFee
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25651: refactor: make all NodeImpl/ChainImpl/ExternalSi...
MacroFake
2022-08-01
Merge bitcoin/bitcoin#25610: wallet, rpc: Opt in to RBF by default
MacroFake
2022-07-29
refactor: make all NodeImpl/ChainImpl/ExternalSignerImpl members public
Jon Atack
2022-07-28
Merge bitcoin/bitcoin#24584: wallet: avoid mixing different `OutputTypes` dur...
Andrew Chow
2022-07-26
refactor: remove unnecessary string initializations
fanquake
2022-07-26
Merge bitcoin/bitcoin#25699: scripted-diff: Replace NullUniValue with UniValu...
fanquake
2022-07-25
fix comment spellings from the codespell lint
Greg Weber
2022-07-25
scripted-diff: Replace NullUniValue with UniValue::VNULL
MacroFake
2022-07-25
Merge bitcoin/bitcoin#25611: univalue: Avoid brittle, narrowing and verbose i...
fanquake
2022-07-22
Merge bitcoin/bitcoin#25331: Add HashWriter without ser-type and ser-version ...
fanquake
2022-07-20
Merge bitcoin/bitcoin#25543: wallet: cleanup cached amount and input mine che...
Andrew Chow
2022-07-20
Use HashWriter where possible
MacroFake
2022-07-20
compat: document S_I* defines when building for Windows
fanquake
2022-07-19
Merge bitcoin/bitcoin#25494: indexes: Stop using node internal types
fanquake
2022-07-19
test: add unit test for AvailableCoins
josibake
2022-07-19
wallet: run coin selection by `OutputType`
josibake
2022-07-19
refactor: use CoinsResult struct in SelectCoins
josibake
2022-07-19
refactor: store by OutputType in CoinsResult
josibake
2022-07-19
Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT inp...
MacroFake
2022-07-18
Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blocks
Andrew Chow
2022-07-18
interfaces, refactor: Add more block information to block connected notificat...
Ryan Ofsky
2022-07-18
Merge bitcoin/bitcoin#25351: rpc, wallet: Scan mempool after import* - Second...
Andrew Chow
2022-07-18
Merge bitcoin/bitcoin#25544: wallet: don't iter twice when getting the cached...
fanquake
2022-07-15
Merge bitcoin/bitcoin#25551: refactor: Throw exception on invalid Univalue pu...
fanquake
2022-07-14
rpc: Select int-UniValue constructor for enum value in upgradewallet RPC
MacroFake
2022-07-14
Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWallet
MacroFake
2022-07-13
wallet: Enable -walletrbf by default
Andrew Chow
2022-07-13
refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNULL
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
wallet: Precompute Txdata after setting PSBT inputs' UTXOs
Andrew Chow
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
wallet: clean AllInputsMine code, use InputIsMine internally
furszy
2022-07-06
Merge bitcoin/bitcoin#25507: wallet: don't add change fee to target if subtra...
Andrew Chow
2022-07-05
wallet: don't iter twice when getting the cached debit/credit amount
Antoine Poinsot
2022-07-05
wallet: clean InputIsMine code, use GetWalletTx
furszy
2022-07-05
wallet: unify CachedTxGetImmatureCredit and CachedTxGetImmatureWatchOnlyCredit
furszy
2022-07-05
wallet: remove always true 'fUseCache' arg from CachedTxGetAvailableCredit
furszy
2022-07-05
wallet: remove always false 'recalculate' arg from GetCachableAmount
furszy
2022-07-05
wallet: remove always true 'fUseCache' from CachedTxGetImmatureWatchOnlyCredit
furszy
[next]