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-08
test: Fix outstanding -Wsign-compare errors
Ben Woosley
2020-05-08
Merge #16224: gui: Bilingual GUI error messages
MarcoFalke
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
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
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
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-27
Merge #18777: wallet: Recommend absolute path for dumpwallet
MarcoFalke
2020-04-27
wallet: Make sure no WalletDescriptor members are uninitialized after constru...
practicalswift
2020-04-27
wallet: Make sure no DescriptorScriptPubKeyMan members are uninitialized afte...
practicalswift
2020-04-26
test: Add CreateWalletFromFile test
Russell Yanofsky
2020-04-26
wallet: Recommned absolute path for dumpwallet
MarcoFalke
2020-04-23
[wallet] Update the rebroadcast frequency to be ~1/day.
Amiti Uttarwar
2020-04-23
Correctly check for default wallet
Andrew Chow
2020-04-23
Implement CWallet::IsSpentKey for non-LegacySPKMans
Andrew Chow
2020-04-23
Return error when no ScriptPubKeyMan is available for specified type
Andrew Chow
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
Generate new descriptors when encrypting
Andrew Chow
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
Implement GetMetadata in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Change GetMetadata to use unique_ptr<CKeyMetadata>
Andrew Chow
2020-04-23
Implement FillPSBT in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SignMessage for descriptor wallets
Andrew Chow
2020-04-23
Implement SignTransaction in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetSolvingProvider for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetKeypoolOldestTime and only display it if greater than 0
Andrew Chow
2020-04-23
Implement ReturnDestination in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetReservedDestination in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement Unlock and Encrypt in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetNewDestination for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement TopUp in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SetupGeneration for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement writing descriptorkeys, descriptorckeys, and descriptors to wallet ...
Andrew Chow
[next]