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
/
wallet.cpp
Age
Commit message (
Expand
)
Author
2021-02-01
Merge #20040: wallet: Refactor OutputGroups to handle fees and spending eligi...
Samuel Dobson
2021-01-15
Replace fs::absolute calls with AbsPathJoin calls
Kiminuo
2021-01-11
Merge #20480: Replace boost::variant with std::variant
fanquake
2021-01-07
Merge #20584: Declare de facto const reference variables/member functions as ...
MarcoFalke
2021-01-05
Replace boost::variant with std::variant
MarcoFalke
2020-12-19
Replace boost::optional with std::optional
MarcoFalke
2020-12-19
Remove unused MakeOptional
MarcoFalke
2020-12-17
Merge #20635: fix misleading comment about call to non-existing function
Wladimir J. van der Laan
2020-12-13
Merge #20588: Remove unused and confusing CTransaction constructor
fanquake
2020-12-12
fix misleading comment about call to non-existing function
pox
2020-12-10
test: Fix inconsistent lock order in wallet_tests/CreateWallet
Hennadii Stepanov
2020-12-09
Rewrite OutputGroups to be clearer and to use scriptPubKeys
Andrew Chow
2020-12-07
wallet: document that tx in CreateTransaction is purely an out-param
MarcoFalke
2020-12-07
refactor: Get rid of more redundant chain methods
Russell Yanofsky
2020-12-06
Don't declare de facto const reference variables as non-const
practicalswift
2020-12-06
Don't declare de facto const member functions as non-const
practicalswift
2020-12-02
Merge #19980: refactor: Some wallet cleanups
fanquake
2020-11-25
Merge #20403: wallet: upgradewallet fixes, improvements, test coverage
MarcoFalke
2020-11-19
wallet (not for backport): improve upgradewallet error messages
Jon Atack
2020-11-17
Merge #20305: wallet: introduce fee_rate sat/vB param/option
MarcoFalke
2020-11-17
Merge #20139: Wallet: do not return warnings from UpgradeWallet()
MarcoFalke
2020-11-16
[upgradewallet] removed unused warning param
Sishir Giri
2020-11-16
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-12
fix potential devision by 0
Jonas Schnelli
2020-11-12
wallet: update fee rate units, use sat/vB for fee_rate error messages
Jon Atack
2020-11-11
Merge #20344: wallet: fix scanning progress calculation for single block range
MarcoFalke
2020-11-11
wallet: fix scanning progress calculation for single block range
Sebastian Falbesoner
2020-11-09
Merge #20153: wallet: do not import a descriptor with hardened derivations in...
Wladimir J. van der Laan
2020-11-09
Merge #20266: wallet: fix change detection of imported internal descriptors
Wladimir J. van der Laan
2020-11-07
refactor: Assert before dereference in CWallet::GetDatabase
João Barbosa
2020-11-04
wallet: Remove -upgradewallet from dummywallet
MarcoFalke
2020-11-04
wallet: remove nWalletMaxVersion
Andrew Chow
2020-11-04
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-10-29
Fix change detection of imported internal descriptors
Andrew Chow
2020-10-23
wallet: Fix bug when just created encrypted wallet cannot get address
Hennadii Stepanov
2020-10-15
wallet: fix importdescriptor silent fail
Ivan Metlushko
2020-10-14
Use SQLite for descriptor wallets
Andrew Chow
2020-10-13
wallet: remove db mode string
Ivan Metlushko
2020-10-02
Explicitly filter out partial groups when we don't want them
Andrew Chow
2020-10-02
Move OutputGroup positive only filtering into Insert
Andrew Chow
2020-09-30
Merge #19501: send* RPCs in the wallet returns the "fee reason"
MarcoFalke
2020-09-29
Move EligibleForSpending into GroupOutputs
Andrew Chow
2020-09-29
Move fee setting of OutputGroup to Insert
Andrew Chow
2020-09-29
Move GroupOutputs into SelectCoinsMinConf
Andrew Chow
2020-09-29
Remove OutputGroup non-default constructors
Andrew Chow
2020-09-28
wallet: no need for duplicate storage for ABANDON_HASH constant
Anthony Towns
2020-09-28
scripted-diff: Replace UINT256_ONE() with uint256::ONE
Anthony Towns
2020-09-26
[send] Make send RPCs return fee reason
Sishir Giri
2020-09-22
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
Gregory Sanders
2020-09-10
bugfix: make LoadWallet assigns status always
Akio Nakamura
[next]