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-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-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
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-14
rpc: Assert that RPCArg names are equal to CRPCCommand ones (rpcdump)
MarcoFalke
2020-07-30
Make Hash[160] consume range-like objects
Pieter Wuille
2020-07-22
Merge #19370: Static asserts for consistency of fee defaults
Wladimir J. van der Laan
2020-07-11
wallet: Fix clang build in Mac
Anthony Fieroni
2020-07-11
Merge #18923: wallet: Never schedule MaybeCompactWalletDB when -flushwallet i...
Samuel Dobson
2020-07-11
Merge #18850: wallet: Fix ZapSelectTx to sync wallet spends
Samuel Dobson
2020-07-09
wallet: Pass unused args to StartWallets
MarcoFalke
2020-07-04
Merge #19277: util: Add Assert identity function
MarcoFalke
2020-07-03
Merge #19413: refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-29
refactor: Remove confusing BlockIndex global
MarcoFalke
2020-06-24
psbt: always put a non_witness_utxo and don't remove it
Andrew Chow
[next]