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
2020-06-02
Merge #18982: wallet: Minimal fix to restore conflicted transaction notificat...
MarcoFalke
2020-06-02
Merge #18792: wallet: Remove boost from PeriodicFlush
fanquake
2020-06-02
wallet: Remove unused boost::thread_interrupted
MarcoFalke
2020-05-28
Get rid of -Wthread-safety-precise warnings
Hennadii Stepanov
2020-05-27
Merge #16127: More thread safety annotation coverage
MarcoFalke
2020-05-27
walletdb: Remove unsed boost/thread
MarcoFalke
2020-05-27
Merge #18918: wallet: Move salvagewallet into wallettool
Samuel Dobson
2020-05-26
wallet: Make PeriodicFlush uninterruptible
MarcoFalke
2020-05-26
Merge #19032: Serialization improvements: final step
Wladimir J. van der Laan
2020-05-25
Move RecoverKeysOnlyFilter into RecoverDataBaseFile
Andrew Chow
2020-05-25
Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}
Andrew Chow
2020-05-25
Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standalone
Andrew Chow
2020-05-25
Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilter
Andrew Chow
2020-05-25
Move BerkeleyEnvironment::Salvage into BerkeleyBatch::Recover
Andrew Chow
2020-05-25
walletdb: remove fAggressive from Salvage
Andrew Chow
2020-05-25
walletdb: don't automatically salvage when corruption is detected
Andrew Chow
2020-05-25
wallet: remove -salvagewallet
Andrew Chow
2020-05-25
wallettool: Add a salvage command
Andrew Chow
2020-05-24
Convert wallet to new serialization
Pieter Wuille
2020-05-23
Merge #18698: Make g_chainman internal to validation
MarcoFalke
2020-05-22
trivial: Suggested cleanups to surrounding code
Russell Yanofsky
2020-05-22
Merge #18787: wallet: descriptor wallet release notes and cleanups
Samuel Dobson
2020-05-22
Merge #17681: wallet: Keep inactive seeds after sethdseed and derive keys fro...
Samuel Dobson
2020-05-22
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...
fanquake
2020-05-21
Merge #16946: wallet: include a checksum of encrypted private keys
Wladimir J. van der Laan
2020-05-21
validation: Make PruneOneBlockFile() a member of ChainstateManager
MarcoFalke
2020-05-21
Merge #18740: Remove g_rpc_node global
MarcoFalke
2020-05-19
wallet/wallet.h: Remove mutexScanning which was only protecting a single atom...
Anthony Towns
2020-05-17
[wallet] remove nLastResend logic
gzhao408
2020-05-15
Remove IBD check in sethdseed
Andrew Chow
2020-05-15
Generate new keys for inactive seeds after marking used
Andrew Chow
2020-05-15
Determine inactive HD seeds from key metadata and track them in LegacyScriptP...
Andrew Chow
2020-05-15
wallet: Minimal fix to restore conflicted transaction notifications
Russell Yanofsky
2020-05-14
Merge #18946: rpcwallet: Replace boost::optional<T>::emplace with simple assi...
Wladimir J. van der Laan
2020-05-13
refactor: Pass NodeContext to RPC and REST methods through util::Ref
Russell Yanofsky
2020-05-13
Merge #18922: gui: Do not translate InitWarning messages in debug.log
Jonas Schnelli
2020-05-13
Merge #18814: rpc: Relock wallet only if most recent callback
fanquake
2020-05-12
build: Enable -Wsuggest-override
Hennadii Stepanov
2020-05-11
refactor: Add BerkeleyDatabaseVersion() function
Hennadii Stepanov
2020-05-11
rpcwallet: Replace pwallet-> with wallet.
MarcoFalke
2020-05-11
rpcwallet: Replace boost::optional<T>::emplace with simple assignment of T{}
MarcoFalke
2020-05-10
util: Drop OpOriginal() and OpTranslated()
Hennadii Stepanov
2020-05-10
gui: Do not translate InitWarning messages in debug.log
Hennadii Stepanov
2020-05-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-05-08
Merge #16224: gui: Bilingual GUI error messages
MarcoFalke
2020-05-07
rpc: Relock wallet only if most recent callback
João Barbosa
2020-05-06
Merge #18853: wallet: Fix typo in assert that is compile-time true
Wladimir J. van der Laan
2020-05-06
Merge #9381: Remove CWalletTx merging logic from AddToWallet
Samuel Dobson
2020-05-05
Change SetType to SetInternal and remove m_address_type
Andrew Chow
2020-05-05
Remove unimplemented SetCrypted from DescriptorScriptPubKeyMan
Andrew Chow
[next]