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-05-26
Merge #19032: Serialization improvements: final step
Wladimir J. van der Laan
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
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-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-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
2020-05-05
rpc: createwallet warning that descriptor wallets are experimental
Andrew Chow
2020-05-05
Merge #18782: wallet: Make sure no DescriptorScriptPubKeyMan or WalletDescrip...
Samuel Dobson
2020-05-05
Make InitError bilingual
Hennadii Stepanov
2020-05-04
wallet: Fix typo in assert that is compile-time true
MarcoFalke
2020-05-01
have GenerateNewKey and DeriveNewChildKey take a CHDChain as an argument
Andrew Chow
2020-05-01
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-05-01
wallet: Report full error message in wallettool
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Get rid of BindWallet
Russell Yanofsky
2020-05-01
Disable CWalletTx copy constructor
Russell Yanofsky
2020-05-01
Avoid copying CWalletTx in LoadToWallet
Russell Yanofsky
2020-05-01
Get rid of unneeded CWalletTx::Init parameter
Russell Yanofsky
2020-05-01
Remove CWalletTx merging logic from AddToWallet
Russell Yanofsky
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHash from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-29
Merge #18727: test: Add CreateWalletFromFile test
MarcoFalke
[next]