mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
func/fift: bugfixes
This commit is contained in:
parent
f67f5d879b
commit
38c3e39066
41 changed files with 248 additions and 99 deletions
2
crypto/smartcont/highload-wallet-v2.fif
Normal file → Executable file
2
crypto/smartcont/highload-wallet-v2.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base> <subwallet-id> <order-file> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/highload-wallet.fif
Normal file → Executable file
2
crypto/smartcont/highload-wallet.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base> <subwallet-id> <seqno> <order-file> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/new-highload-wallet-v2.fif
Normal file → Executable file
2
crypto/smartcont/new-highload-wallet-v2.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
"Asm.fif" include
|
||||
|
||||
|
|
2
crypto/smartcont/new-highload-wallet.fif
Normal file → Executable file
2
crypto/smartcont/new-highload-wallet.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
"Asm.fif" include
|
||||
|
||||
|
|
2
crypto/smartcont/new-pinger.fif
Normal file → Executable file
2
crypto/smartcont/new-pinger.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
"Asm.fif" include
|
||||
|
||||
|
|
2
crypto/smartcont/new-testgiver.fif
Normal file → Executable file
2
crypto/smartcont/new-testgiver.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
"Asm.fif" include
|
||||
|
||||
|
|
2
crypto/smartcont/new-wallet-v2.fif
Normal file → Executable file
2
crypto/smartcont/new-wallet-v2.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
"Asm.fif" include
|
||||
|
||||
|
|
2
crypto/smartcont/new-wallet.fif
Normal file → Executable file
2
crypto/smartcont/new-wallet.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
"Asm.fif" include
|
||||
|
||||
|
|
2
crypto/smartcont/recover-stake.fif
Normal file → Executable file
2
crypto/smartcont/recover-stake.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/show-addr.fif
Normal file → Executable file
2
crypto/smartcont/show-addr.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base>" cr
|
||||
|
|
2
crypto/smartcont/testgiver.fif
Normal file → Executable file
2
crypto/smartcont/testgiver.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <dest-addr> <seqno> <amount> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/update-config-smc.fif
Normal file → Executable file
2
crypto/smartcont/update-config-smc.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base> <seqno> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/update-config.fif
Normal file → Executable file
2
crypto/smartcont/update-config.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base> <seqno> <index> <new-value-boc> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/update-elector-smc.fif
Normal file → Executable file
2
crypto/smartcont/update-elector-smc.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base> <seqno> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/validator-elect-req.fif
Normal file → Executable file
2
crypto/smartcont/validator-elect-req.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <wallet-addr> <elect-utime> <max-factor> <adnl-addr> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/validator-elect-signed.fif
Normal file → Executable file
2
crypto/smartcont/validator-elect-signed.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <wallet-addr> <elect-utime> <max-factor> <adnl-addr> <validator-pubkey> <validator-signature> [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/wallet-v2.fif
Normal file → Executable file
2
crypto/smartcont/wallet-v2.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base> <dest-addr> <seqno> <amount> [-B <body-boc>] [<savefile>]" cr
|
||||
|
|
2
crypto/smartcont/wallet.fif
Normal file → Executable file
2
crypto/smartcont/wallet.fif
Normal file → Executable file
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env fift -s
|
||||
#!/usr/bin/fift -s
|
||||
"TonUtil.fif" include
|
||||
|
||||
{ ."usage: " @' $0 type ." <filename-base> <dest-addr> <seqno> <amount> [-B <body-boc>] [-C <transfer-comment>] [<savefile>]" cr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue