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
/
test
Age
Commit message (
Expand
)
Author
2021-08-27
tests: Use SelectCoinsBnB directly instead of AttemptSelection
Andrew Chow
2021-08-26
Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0
fanquake
2021-08-24
Fix build with Boost 1.77.0
Rafael Sadowski
2021-08-24
Use `context.args` in `CWallet::Create` instead of `gArgs`.
Kiminuo
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-04
[docs] Add release notes for #21528
Amiti Uttarwar
2021-07-27
Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...
MarcoFalke
2021-07-01
Change SignTransaction's input_errors to use bilingual_str
Andrew Chow
2021-07-01
Use bilingual_str for address fetching functions
Andrew Chow
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-12
wallet test: Add test for subtract fee from recipient behavior
Russell Yanofsky
2021-06-12
wallet test refactor: add CreateSyncedWallet function
Russell Yanofsky
2021-06-10
scripted-diff: wallet/test: Use existing chainman
Carl Dong
2021-06-09
Merge bitcoin/bitcoin#22008: wallet: Cleanup and refactor CreateTransactionIn...
Samuel Dobson
2021-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
2021-05-30
scripted-diff: Rename SelectCoinsMinConf to AttemptSelection
Andrew Chow
2021-05-26
Merge bitcoin/bitcoin#17331: Use effective values throughout coin selection
Samuel Dobson
2021-05-24
scripted-diff: Replace `GetDataDir()` calls with `gArgs.GetDataDirNet()` calls
Kiminuo
2021-05-19
Change SelectCoins_test to actually test SelectCoins
Andrew Chow
2021-05-19
Remove use_bnb and bnb_used
Andrew Chow
2021-05-19
Do both BnB and Knapsack coin selection in SelectCoinsMinConf
Andrew Chow
2021-05-19
Roll static tx fees into nValueToSelect instead of having it be separate
Andrew Chow
2021-05-19
wallet: make chain optional for CWallet::Create
Ivan Metlushko
2021-05-19
refactor: move first run detection to client code
Ivan Metlushko
2021-04-27
move-only: Move constants to blockstorage
MarcoFalke
2021-04-14
test: Reset mocktime in the common setup
MarcoFalke
2021-04-13
Merge #21634: tests: Skip SQLite fsyncs while testing
MarcoFalke
2021-04-12
tests: Skip SQLite fsyncs while testing
Andrew Chow
2021-04-07
Drop JSONRPCRequest constructors after #21366
Russell Yanofsky
2021-03-29
refactor: replace util::Ref by std::any (C++17)
Sebastian Falbesoner
2021-03-17
Merge #21415: refactor: remove Optional & nullopt
Wladimir J. van der Laan
2021-03-17
Merge #21083: wallet: Avoid requesting fee rates multiple times during coin s...
Samuel Dobson
2021-03-16
Rename CoinSelectionParams::effective_fee to m_effective_feerate
Andrew Chow
2021-03-16
wallet: Move discard feerate fetching to CreateTransaction
Andrew Chow
2021-03-16
wallet: Move long term feerate setting to CreateTransaction
Andrew Chow
2021-03-15
scripted-diff: remove Optional & nullopt
fanquake
2021-03-11
scripted-diff: remove MakeUnique<T>()
fanquake
2021-03-03
wallet: Add IsAddressUsed / SetAddressUsed methods
Russell Yanofsky
2021-03-03
interfaces: Stop exposing wallet destdata to gui
Russell Yanofsky
2021-02-09
Change BOOST_CHECK to BOOST_CHECK_EQUAL to see mismatched values when a check...
Kiminuo
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
2021-01-15
test: Clear forced -walletdir setting after wallet init_tests
Kiminuo
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2021-01-04
doc: Use https URLs where possible
Sawyer Billings
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-12-16
Merge #20575: Do not run functions with necessary side-effects in assert()
Wladimir J. van der Laan
2020-12-12
Merge #20275: wallet: List all wallets in non-SQLite and non-BDB builds
MarcoFalke
2020-12-10
test: Fix inconsistent lock order in wallet_tests/CreateWallet
Hennadii Stepanov
[prev]
[next]