FillableSigningProvider
limits scripts to 520 bytes even though segwit allows scripts to be larger than that. We can avoid this limit by using a FlatSigningProvider
so that such larger scripts can be decoded.
Fixes #27111
Using a FillableSigningProvider results in decodescript being unable to
infer descriptors for scripts larger than 520 bytes. Using a
FlatSigningProvider resolves this.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process.
Type | Reviewers |
---|---|
ACK | instagibbs |
Concept ACK | sipa, darosior |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
ACK https://github.com/bitcoin/bitcoin/pull/27113/commits/73ec4b2a8347c796b9aadc1f2576b286c469f9e7
thanks for the quick turnaround