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-04-18
Merge bitcoin/bitcoin#24859: wallet: Change wallet validation order
Andrew Chow
2022-04-15
Change wallet validation order
w0xlt
2022-04-14
rpc, wallet: setwalletflags warnings are optional
Andrew Chow
2022-04-07
lint: codespell 2.1.0
fanquake
2022-04-06
doc: Convert remaining comments to clang-tidy format
MarcoFalke
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-31
Merge bitcoin/bitcoin#24602: fuzz: add target for coinselection algorithms
Andrew Chow
2022-03-31
Merge bitcoin/bitcoin#24711: wallet: Postpone wallet loading notification for...
Andrew Chow
2022-03-31
Merge bitcoin/bitcoin#24673: refactor: followup of remove -deprecatedrpc=addr...
MarcoFalke
2022-03-31
Merge bitcoin/bitcoin#24714: util/check: Don't use a lambda for Assert/Assume
MarcoFalke
2022-03-30
wallet: Postpone NotifyWalletLoaded() for encrypted wallets
Hennadii Stepanov
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
fuzz: add target for coinselection
Martin Zumsande
2022-03-30
Merge bitcoin/bitcoin#24118: Add 'sendall' RPC née sweep
MarcoFalke
2022-03-30
wallet: move Assert() check into constructor
Anthony Towns
2022-03-29
Add sendall RPC née sweep
Murch
2022-03-29
wallet, refactor: Add wallet::NotifyWalletLoaded() function
Hennadii Stepanov
2022-03-28
Merge bitcoin/bitcoin#24677: refactor: fix wallet and related named args
MarcoFalke
2022-03-28
Merge bitcoin/bitcoin#23083: rpc: Fail to return undocumented or misdocumente...
fanquake
2022-03-25
test: fix incorrect named args in wallet tests
fanquake
2022-03-25
test: fix incorrect named args in coin_selection tests
fanquake
2022-03-25
Merge bitcoin/bitcoin#24494: wallet: generate random change target for each t...
fanquake
2022-03-25
Merge bitcoin/bitcoin#24502: wallet: don't create long chains by default
MarcoFalke
2022-03-25
[wallet] don't create long chains by default
glozow
2022-03-25
Extract FinishTransaction from send()
Murch
2022-03-25
Extract interpretation of fee estimation arguments
Murch
2022-03-25
Elaborate error messages for outdated options
Murch
2022-03-25
Extract prevention of outdated option names
Murch
2022-03-25
[wallet] remove MIN_CHANGE
glozow
2022-03-25
[wallet] randomly generate change targets
glozow
2022-03-25
refactor coin selection for parameterizable change target
glozow
2022-03-25
Clarify that COutput is a struct, not a class
MarcoFalke
2022-03-25
wallet: Fix coinselection include
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-24
rpc: Fail to return undocumented or misdocumented JSON
MarcoFalke
2022-03-24
Merge bitcoin/bitcoin#23732: refactor: Remove `gArgs` from `bdb.h` and `sqlit...
MarcoFalke
2022-03-23
Merge bitcoin/bitcoin#24562: Remove unused feebumper code
fanquake
2022-03-23
coinselection: Remove COutput operators == and !=
Andrew Chow
2022-03-23
coinselection: Remove CInputCoin
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
coinselection: Add effective value and fees to COutput
Andrew Chow
2022-03-23
moveonly: move COutput to coinselection.h
Andrew Chow
2022-03-23
wallet: Remove CWallet and CWalletTx from COutput's constructor
Andrew Chow
2022-03-23
wallet: Replace CWalletTx in COutput with COutPoint and CTxOut
Andrew Chow
2022-03-23
wallet: Provide input bytes to COutput
Andrew Chow
2022-03-23
Merge bitcoin/bitcoin#24560: wallet: Use single FastRandomContext when creati...
Andrew Chow
2022-03-21
Merge bitcoin/bitcoin#13226: Optimize SelectCoinsBnB by tracking the selectio...
Andrew Chow
2022-03-17
wallet: Store whether a COutput is from the wallet
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
wallet: Remove use_max_sig default value
Andrew Chow
[next]