Skip to content

Commit

Permalink
Add decode just recipe (ordinals#2592)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Oct 26, 2023
1 parent 7a87696 commit d5c02d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,17 @@ profile-tests:
fuzz:
#!/usr/bin/env bash
set -euxo pipefail

cd fuzz

while true; do
cargo +nightly fuzz run transaction-builder -- -max_total_time=60
cargo +nightly fuzz run runestone-decipher -- -max_total_time=60
cargo +nightly fuzz run varint-decode -- -max_total_time=60
cargo +nightly fuzz run varint-encode -- -max_total_time=60
done

decode txid:
bitcoin-cli getrawtransaction {{txid}} | xxd -r -p - | cargo run decode

open:
open http:https://localhost

Expand Down

0 comments on commit d5c02d7

Please sign in to comment.