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-06-03
Merge bitcoin/bitcoin#21353: interfaces: Stop exposing wallet destdata to gui
W. J. van der Laan
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
2020-12-07
test: Remove no longer needed MakeChain calls
Russell Yanofsky
2020-12-07
refactor: Replace uses ChainActive() in interfaces/chain.cpp
Russell Yanofsky
2020-12-06
Do not run functions with necessary side-effects in assert()
practicalswift
2020-12-04
refactor: Consolidate redundant wallet database path and exists functions
Russell Yanofsky
2020-11-19
Merge #15710: wallet: Catch ios_base::failure specifically
Wladimir J. van der Laan
2020-11-12
Remove references to CreateWalletFromFile
fanquake
2020-10-02
Move OutputGroup positive only filtering into Insert
Andrew Chow
2020-09-29
Move GroupOutputs into SelectCoinsMinConf
Andrew Chow
2020-09-29
Remove OutputGroup non-default constructors
Andrew Chow
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-23
Merge #19927: validation: Reduce direct g_chainman usage
MarcoFalke
2020-09-15
validation: Move PruneOneBlockFile to BlockManager
Carl Dong
2020-09-08
Do not create default wallet
Andrew Chow
2020-09-03
refactor: Pass wallet database into CWallet::Create
Russell Yanofsky
2020-09-03
Remove WalletLocation class
Russell Yanofsky
2020-09-01
wallet: Reload previously loaded wallets on GUI startup
Andrew Chow
[next]