index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
descriptor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: Make HexStr take a span
Wladimir J. van der Laan
2020-08-06
1
-1
/
+1
*
span: Add Span::empty() and use it in script/descriptor
MarcoFalke
2020-07-19
1
-3
/
+3
*
Work around memory-aliasing in descriptor ParsePubkey
MarcoFalke
2020-07-13
1
-1
/
+2
*
Merge #19114: scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-28
1
-7
/
+7
|
\
|
*
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-7
/
+7
*
|
refactor: Replace HexStr(o.begin(), o.end()) with HexStr(o)
Wladimir J. van der Laan
2020-06-24
1
-2
/
+2
|
/
*
Simplify usage of Span in several places
Pieter Wuille
2020-05-12
1
-3
/
+3
*
refactor: Remove override for final overriders
Hennadii Stepanov
2020-05-08
1
-1
/
+1
*
Add IsSingleType to Descriptors
Andrew Chow
2020-04-23
1
-0
/
+9
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
Cache parent xpub inside of BIP32PubkeyProvider
Andrew Chow
2020-03-07
1
-4
/
+15
*
Only cache xpubs that have a hardened last step
Andrew Chow
2020-03-07
1
-1
/
+2
*
Cache the immediate derivation parent xpub
Andrew Chow
2020-03-07
1
-3
/
+16
*
Add DescriptorCache* read_cache and DescriptorCache* write_cache to Expand an...
Andrew Chow
2020-03-07
1
-53
/
+66
*
Rename BIP32PubkeyProvider.m_extkey to m_root_extkey
Andrew Chow
2020-03-07
1
-10
/
+11
*
Track the index of the key expression in PubkeyProvider
Andrew Chow
2020-03-07
1
-22
/
+31
*
Introduce DescriptorCache struct which caches xpubs
Andrew Chow
2020-03-07
1
-0
/
+39
*
Get the OutputType for a descriptor
Andrew Chow
2020-02-11
1
-4
/
+45
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
refactor: Use proper MAX_SCRIPT_ELEMENT_SIZE const
Hennadii Stepanov
2019-11-11
1
-2
/
+2
*
doc: Fix some misspellings
randymcmillan
2019-11-04
1
-1
/
+1
*
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
1
-2
/
+2
*
Add some general std::vector utility functions
Pieter Wuille
2019-10-16
1
-22
/
+14
*
Merge #16887: Abstract out some of the descriptor Span-parsing helpers
MarcoFalke
2019-10-10
1
-57
/
+9
|
\
|
*
Abstract out some of the descriptor Span-parsing helpers
Pieter Wuille
2019-09-18
1
-57
/
+9
*
|
Add sortedmulti descriptor and unit tests
Andrew Chow
2019-10-08
1
-5
/
+14
|
/
*
Give more errors for specific failure conditions
Andrew Chow
2019-08-16
1
-11
/
+60
*
Return an error from descriptor Parse that gives more information about what ...
Andrew Chow
2019-08-16
1
-37
/
+90
*
Merge #15986: Add checksum to getdescriptorinfo
MeshCollider
2019-08-17
1
-10
/
+25
|
\
|
*
Add unmodified-but-with-checksum to getdescriptorinfo
Pieter Wuille
2019-08-06
1
-0
/
+8
|
*
Factor out checksum checking from descriptor parsing
Pieter Wuille
2019-08-06
1
-10
/
+17
*
|
descriptor: fix missed m_script_arg arg renaming in #14934
fanquake
2019-08-14
1
-2
/
+2
*
|
Merge #14934: Descriptor expansion cache clarifications
Wladimir J. van der Laan
2019-08-14
1
-14
/
+18
|
\
\
|
|
/
|
/
|
|
*
[doc] descriptor: explain GetPubKey() usage with cached public key
Sjors Provoost
2019-01-29
1
-1
/
+5
|
*
scripted-diff: rename DescriptorImpl m_script_arg to m_subdescriptor_arg
Sjors Provoost
2019-01-29
1
-13
/
+13
*
|
Add private key derivation functions to descriptors
MeshCollider
2019-06-06
1
-8
/
+40
*
|
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-4
/
+4
*
|
Keep full pubkeys in FlatSigningProvider::origins
Pieter Wuille
2019-04-04
1
-1
/
+1
*
|
Descriptor checksum
Pieter Wuille
2019-02-15
1
-3
/
+141
*
|
Add WriteHDKeypath function and move *HDKeypath to util/bip32.{h,cpp}
Andrew Chow
2019-02-14
1
-13
/
+4
*
|
Descriptor expansions only need pubkey entries for PKH/WPKH
Pieter Wuille
2019-01-25
1
-4
/
+14
|
/
*
Add descriptor expansion cache
Pieter Wuille
2018-11-28
1
-26
/
+52
*
[refactor] Combine the ToString and ToPrivateString implementations
Pieter Wuille
2018-11-28
1
-15
/
+12
*
[refactor] Use DescriptorImpl internally, permitting access to new methods
Pieter Wuille
2018-11-28
1
-7
/
+7
*
[refactor] Add a base DescriptorImpl with most common logic
Pieter Wuille
2018-11-28
1
-172
/
+193
*
Merge #14477: Add ability to convert solvability info to descriptor
Pieter Wuille
2018-11-27
1
-0
/
+86
|
\
|
*
Add Descriptor::IsSolvable() to distinguish addr/raw from others
Pieter Wuille
2018-10-26
1
-0
/
+7
|
*
Add support for inferring descriptors from scripts
Pieter Wuille
2018-10-26
1
-0
/
+79
*
|
Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...
practicalswift
2018-11-05
1
-1
/
+1
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
|
/
[next]