- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Nov 15 2020
Nov 15 2020
deadalnix committed rABCbdb10f67a26d: Load the descriptor cache from the wallet file (authored by Andrew Chow <achow101-github@achow101.com>).
Load the descriptor cache from the wallet file
deadalnix committed rABC3c1c535e9545: Implement IsHDEnabled in DescriptorScriptPubKeyMan (authored by Andrew Chow <achow101-github@achow101.com>).
Implement IsHDEnabled in DescriptorScriptPubKeyMan
deadalnix committed rABC519c2188002c: Implement MarkUnusedAddresses in DescriptorScriptPubKeyMan (authored by Andrew Chow <achow101-github@achow101.com>).
Implement MarkUnusedAddresses in DescriptorScriptPubKeyMan
deadalnix committed rABC26d8378ff2a5: Implement IsMine for DescriptorScriptPubKeyMan (authored by Andrew Chow <achow101-github@achow101.com>).
Implement IsMine for DescriptorScriptPubKeyMan
deadalnix committed rABC8d87af1d95e3: Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet (authored by Andrew Chow <achow101-github@achow101.com>).
Add LoadDescriptorScriptPubKeyMan and SetActiveScriptPubKeyMan to CWallet
Nov 14 2020
Nov 14 2020
deadalnix committed rABCfa34b26b0851: Implement SetType in DescriptorScriptPubKeyMan (authored by Andrew Chow <achow101-github@achow101.com>).
Implement SetType in DescriptorScriptPubKeyMan
deadalnix committed rABC3f54b6583733: Store WalletDescriptor in DescriptorScriptPubKeyMan (authored by Andrew Chow <achow101-github@achow101.com>).
Store WalletDescriptor in DescriptorScriptPubKeyMan
deadalnix committed rABC58e5c16a1edf: Add a lock cs_desc_man for DescriptorScriptPubKeyMan (authored by Andrew Chow <achow101-github@achow101.com>).
Add a lock cs_desc_man for DescriptorScriptPubKeyMan
deadalnix committed rABC9549dd30e3ea: Introduce WalletDescriptor class (authored by Andrew Chow <achow101-github@achow101.com>).
Introduce WalletDescriptor class
deadalnix committed rABCf71ec45eb0be: Create LegacyScriptPubKeyMan when not a descriptor wallet (authored by Andrew Chow <achow101-github@achow101.com>).
Create LegacyScriptPubKeyMan when not a descriptor wallet
deadalnix committed rABCe9201a674f1e: Return nullptr from GetLegacyScriptPubKeyMan if descriptor wallet (authored by Andrew Chow <achow101-github@achow101.com>).
Return nullptr from GetLegacyScriptPubKeyMan if descriptor wallet
deadalnix committed rABC8df16fce7c96: Add WALLET_FLAG_DESCRIPTORS (authored by Andrew Chow <achow101-github@achow101.com>).
Add WALLET_FLAG_DESCRIPTORS
deadalnix committed rABCec3e0eb46de9: Introduce DescriptorScriptPubKeyMan as a dummy class (authored by Andrew Chow <achow101-github@achow101.com>).
Introduce DescriptorScriptPubKeyMan as a dummy class
deadalnix committed rABC1d9ce974373b: Introduce SetType function to tell ScriptPubKeyMans the type and internal-ness… (authored by Andrew Chow <achow101-github@achow101.com>).
Introduce SetType function to tell ScriptPubKeyMans the type and internal-ness…
deadalnix requested review of D8402: Return nullptr from GetLegacyScriptPubKeyMan if descriptor wallet.
deadalnix requested changes to D8339: Move seed list vector operations into distinct compilation unit.
Nov 13 2020
Nov 13 2020
deadalnix committed rABCa9369bba4071: Get the OutputType for a descriptor (authored by Andrew Chow <achow101-github@achow101.com>).
Get the OutputType for a descriptor
Various nits in descriptor.cpp
deadalnix committed rABCec5a073bd022: Cache parent xpub inside of BIP32PubkeyProvider (authored by Andrew Chow <achow101-github@achow101.com>).
Cache parent xpub inside of BIP32PubkeyProvider
deadalnix committed rABC3a378ee5ce2a: Only cache xpubs that have a hardened last step (authored by Andrew Chow <achow101-github@achow101.com>).
Only cache xpubs that have a hardened last step
deadalnix committed rABCf0c918349526: Cache the immediate derivation parent xpub (authored by Andrew Chow <achow101-github@achow101.com>).
Cache the immediate derivation parent xpub
deadalnix committed rABC06534944000e: Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand and… (authored by Andrew Chow <achow101-github@achow101.com>).
Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand and…
deadalnix committed rABCca0a03351c0d: Rename BIP32PubkeyProvider.m_extkey to m_root_extkey (authored by Andrew Chow <achow101-github@achow101.com>).
Rename BIP32PubkeyProvider.m_extkey to m_root_extkey
deadalnix committed rABC74509ddd8a62: Track the index of the key expression in PubkeyProvider (authored by Andrew Chow <achow101-github@achow101.com>).
Track the index of the key expression in PubkeyProvider
deadalnix committed rABC4edde519407b: Introduce DescriptorCache struct which caches xpubs (authored by Andrew Chow <achow101-github@achow101.com>).
Introduce DescriptorCache struct which caches xpubs
deadalnix committed rABCd089e4f386df: Add adaptation of the descriptor test that are using segwit in Core (authored by deadalnix).
Add adaptation of the descriptor test that are using segwit in Core
Relayout doccomments in descriptor.h
Update layout
deadalnix requested review of D8385: Add adaptation of the descriptor test that are using segwit in Core.
Nov 12 2020
Nov 12 2020
ok for the backport, but we don't real support MSVC
deadalnix committed rABC09cc5afe4fb7: Add test for descriptor ranges in wallet_importmulti.py (authored by deadalnix).
Add test for descriptor ranges in wallet_importmulti.py
Nov 10 2020
Nov 10 2020
Remove debug log
deadalnix requested changes to D8339: Move seed list vector operations into distinct compilation unit.
This doesn't seems to be useful. This just adds initialization for no reason.
Nov 9 2020
Nov 9 2020
deadalnix committed rABC47564b0e7b40: Add routine to upgrade the block tree db to index block size (authored by deadalnix).
Add routine to upgrade the block tree db to index block size
Fix typos
In D8319#193648, @Fabien wrote:More a question than requesting changes: comparing version against CLIENT_VERSION will force to upgrade the database at each version. This will read the disk content in the loop, but do nothing other than updating the version number in the end. Is there a use case for this or should version compare to TRACK_SIZE_VERSION instead ?
Nov 8 2020
Nov 8 2020
Do not upgrade entries that do not require upgrading.