Skip to content

Commit

Permalink
Supercharged scalpel
Browse files Browse the repository at this point in the history
  • Loading branch information
Skydev0h committed Oct 10, 2023
1 parent f77dded commit 4192634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/scalpel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ if [ ! -f build/wallet_v5.fif ]; then
echo -e "$YELLOW* Creating comparation origin *$ENDCOLOR"
echo "Use scalpel.sh -r to clean the instrument after commiting"
func contracts/imports/stdlib.fc contracts/wallet_v5.fc > build/wallet_v5.fif
func -SR contracts/imports/stdlib.fc contracts/wallet_v5.fc >build/wallet_v5_x.fif 2>&1
fi

declare -A mlen
declare -A mlen_new

func contracts/imports/stdlib.fc contracts/wallet_v5.fc > build/wallet_v5_vs.fif
func -SR contracts/imports/stdlib.fc contracts/wallet_v5.fc >build/wallet_v5_vs_x.fif 2>&1

KEY=""
CNT=0
Expand Down

0 comments on commit 4192634

Please sign in to comment.