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
2021-09-09
Merge bitcoin/bitcoin#22903: Enable clang-tidy bugprone-argument-comment and ...
fanquake
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-03
wallet: AddWalletDescriptor requires cs_wallet lock
João Barbosa
2021-09-03
wallet: GetLabelAddresses requires cs_wallet lock
João Barbosa
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-09-01
Merge bitcoin/bitcoin#22009: wallet: Decide which coin selection solution to ...
Samuel Dobson
2021-08-27
Use waste metric for deciding which selection to use
Andrew Chow
2021-08-27
tests: Test GetSelectionWaste
Andrew Chow
2021-08-27
Add waste metric calculation function
Andrew Chow
2021-08-27
scripted-diff: tests: Use KnapsackSolver directly
Andrew Chow
2021-08-27
tests: Add KnapsackGroupOutputs helper function
Andrew Chow
2021-08-27
tests: Use SelectCoinsBnB directly instead of AttemptSelection
Andrew Chow
2021-08-27
Allow the long term feerate to be configured, default of 10 sat/vb
Andrew Chow
2021-08-26
Merge bitcoin/bitcoin#22713: Fix build with Boost 1.77.0
fanquake
2021-08-26
Merge bitcoin/bitcoin#22183: Remove `gArgs` from `wallet.h` and `wallet.cpp`
MarcoFalke
2021-08-25
Use `context.args` in `src/wallet/load.cpp`.
Kiminuo
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-24
Merge bitcoin/bitcoin#22772: refactor: hasher cleanup (follow-up to 19935)
fanquake
2021-08-24
Merge bitcoin/bitcoin#22220: util: make ParseMoney return a std::optional<CAm...
fanquake
2021-08-22
refactor: Remove unused KeyIDHasher
Martin Zumsande
2021-08-24
the result of CWallet::IsHDEnabled() was initialized with true.
Saibato
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-08-16
wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump
fanquake
2021-08-16
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
fanquake
2021-08-16
Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes...
fanquake
2021-08-13
wallet: Assert that enough was selected to cover the fees
Andrew Chow
2021-08-13
wallet: Use GetSelectionAmount for target value calculations
Andrew Chow
2021-08-10
Add a new RPC command: restorewallet
lsilva01
2021-08-09
Merge bitcoin/bitcoin#22337: wallet: Use bilingual_str for errors
Samuel Dobson
2021-08-09
Merge bitcoin/bitcoin#22359: wallet: Do not set fInMempool in transactionAdde...
Samuel Dobson
2021-08-09
Merge bitcoin/bitcoin#21500: wallet, rpc: add an option to list private descr...
Samuel Dobson
2021-08-05
Merge bitcoin/bitcoin#22618: [p2p] Small follow-ups to 21528
MarcoFalke
2021-08-04
[docs] Add release notes for #21528
Amiti Uttarwar
2021-08-04
util: make ParseMoney return a std::optional<CAmount>
fanquake
2021-08-04
make ParseOutputType return a std::optional<OutputType>
fanquake
2021-07-27
Merge bitcoin/bitcoin#22155: wallet test: Add test for subtract fee from reci...
MarcoFalke
2021-07-19
Reorder dumpwallet so that cs_main functions go first
Andrew Chow
2021-07-15
Change ScriptPubKeyMan::Upgrade to default to return true
Andrew Chow
2021-07-10
wallet, rpc: add listdescriptors private option
S3RK
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-07-01
Merge bitcoin/bitcoin#22334: wallet: do not spam about non-existent spk managers
fanquake
2021-07-01
wallet: Properly set fInMempool in mempool notifications
MarcoFalke
2021-07-01
wallet: erase spkmans rather than setting to nullptr
Andrew Chow
2021-07-01
Merge bitcoin/bitcoin#20191: wallet, refactor: make DescriptorScriptPubKeyMan...
fanquake
2021-07-01
Merge bitcoin/bitcoin#19651: wallet: importdescriptors update existing
fanquake
2021-07-01
Merge bitcoin/bitcoin#21329: descriptor wallet: Cache last hardened xpub and ...
Samuel Dobson
2021-06-30
refactor: remove m_internal from DescriptorSPKman
S3RK
[next]