This PR:
- deduplicate warnings pushed with
PushWarningsin RPC calls - warn when single-path key expressions or tr() subscripts are cloned into every multipath expansion; surfaced by
importdescriptorsand by a newwarningsfield ongetdescriptorinfo(which also exposes the existing miniscriptolder()warnings)
Cloning internal to musig() is not warned: both musig(A,B)/<0;1>/* and musig(A/<1;2>,B) derive a distinct aggregate key per branch, so nothing observable is reused.
closes #35985