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-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
[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
2022-03-17
scripted-diff: Rename COutput member variables
Andrew Chow
2022-03-17
wallet: cleanup COutput constructor
Andrew Chow
2022-03-16
doc: Delete old line of code that was commented out
Michael Folkson
2022-03-16
Replace use of `ArgsManager` with `DatabaseOptions`
Kiminuo
2022-03-14
Remove unused feebumper code
MarcoFalke
2022-03-14
wallet: Pass FastRandomContext& to coin selection
MarcoFalke
2022-03-14
doc: Revise comments and whitespace to clarify
Ben Woosley
2022-03-14
refactor: Rename i to curr_try in SelectCoinsBnB
Ben Woosley
2022-03-14
refactor: Track BnB selection by index
Ben Woosley
2022-03-14
wallet: Pass FastRandomContext& to DiscourageFeeSniping
MarcoFalke
2022-03-14
Merge bitcoin/bitcoin#24225: wallet: Add sanity checks to DiscourageFeeSniping
Andrew Chow
2022-03-14
Merge bitcoin/bitcoin#24505: wallet: Add a deprecation warning for newly crea...
MarcoFalke
2022-03-11
Merge bitcoin/bitcoin#24530: wallet: assert BnB's internally calculated waste...
Andrew Chow
2022-03-11
Merge bitcoin/bitcoin#24453: Bugfix: doc: Correct change_address/changeAddres...
MarcoFalke
2022-03-11
[wallet] assert BnB internally calculated waste is the same as GetSelectionWa...
glozow
2022-03-10
Merge bitcoin/bitcoin#24486: wallet: refactor: dedup sqlite blob binding
fanquake
2022-03-10
wallet: Add a deprecation warning for newly created legacy wallets
Andrew Chow
2022-03-08
Merge bitcoin/bitcoin#24198: wallet, rpc: add wtxid in WalletTxToJSON
Andrew Chow
2022-03-07
Merge bitcoin/bitcoin#24050: validation: Give `m_block_index` ownership of `C...
MarcoFalke
2022-03-06
wallet: refactor: dedup sqlite blob binding
Sebastian Falbesoner
2022-03-02
Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...
laanwj
[next]