index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-23
test: Fix intermittent failure in wallet_importmulti
MarcoFalke
2020-04-23
test: Fix intermittent error in mempool_reorg
MarcoFalke
2020-04-23
[mempool] Persist unbroadcast set to mempool.dat
Amiti Uttarwar
2020-04-23
[test] Integration tests for unbroadcast functionality
Amiti Uttarwar
2020-04-23
[refactor/test] Extract P2PTxInvStore into test framework
Amiti Uttarwar
2020-04-23
[wallet] Update the rebroadcast frequency to be ~1/day.
Amiti Uttarwar
2020-04-23
[p2p] Reattempt initial send of unbroadcast transactions
Amiti Uttarwar
2020-04-23
[util] Add method that returns random time in milliseconds
Amiti Uttarwar
2020-04-23
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
Add a --descriptors option to various tests
Andrew Chow
2020-04-23
tests: Add RPCOverloadWrapper which overloads some disabled RPCs
Andrew Chow
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
Change wallet_encryption.py to use signmessage instead of dumpprivkey
Andrew Chow
2020-04-23
Functional tests for descriptor wallets
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
2020-04-23
Implement several simple functions in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Add IsSingleType to Descriptors
Andrew Chow
2020-04-23
Implement loading of keys for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Load the descriptor cache from the wallet file
Andrew Chow
2020-04-23
Implement GetID for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement IsHDEnabled in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement MarkUnusedAddresses in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement IsMine for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
Andrew Chow
2020-04-23
Implement SetType in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Store WalletDescriptor in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Add a lock cs_desc_man for DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Introduce WalletDescriptor class
Andrew Chow
2020-04-23
Create LegacyScriptPubKeyMan when not a descriptor wallet
Andrew Chow
2020-04-23
Return nullptr from GetLegacyScriptPubKeyMan if descriptor wallet
Andrew Chow
2020-04-23
Add WALLET_FLAG_DESCRIPTORS
Andrew Chow
[prev]
[next]