]> Untitled Git - bdk-cli/commit
refactor(compile): lazy compilation and use pipe for readability
authorVadim Anufriev <mailbox@vaan.io>
Tue, 24 Mar 2026 20:12:30 +0000 (00:12 +0400)
committerVadim Anufriev <m@vaan.io>
Wed, 27 May 2026 08:35:23 +0000 (12:35 +0400)
commit29ef2e2912a6503086682c33b7ffda21f4c0eed7
treef1055e504fc33788829482e0d12e259a3410221e
parenta3ca537661dbb80620355b6dae296a836701f93c
refactor(compile): lazy compilation and use pipe for readability

Move miniscript compilation inside match arms to avoid compiling
for all script contexts when only one is needed. Use `tap::Pipe`
for concise method chaining in sh/wsh/sh-wsh branches.
Cargo.lock
Cargo.toml
src/handlers.rs