mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
updated tonlib
- updated tonlib - updated validator - updated documentation - first version of http over rldp proxy
This commit is contained in:
parent
53ec9684bd
commit
77842f9b63
128 changed files with 10555 additions and 2285 deletions
|
@ -12,9 +12,9 @@ $1 "new-wallet" replace-if-null =: file-base
|
|||
file-base +".addr" dup ."Loading wallet address from " type cr file>B 32 B|
|
||||
dup Blen { 32 B>i@ } { drop Basechain } cond constant wallet_wc
|
||||
256 B>u@ dup constant wallet_addr
|
||||
."Source wallet address = " wallet_wc ._ .":" x. cr
|
||||
wallet_wc wallet_addr 2dup 7 smca>$ ."Non-bounceable address (for init only): " type cr
|
||||
6 smca>$ ."Bounceable address (for later access): " type cr
|
||||
."Source wallet address = " wallet_wc swap 2dup .addr cr
|
||||
."Non-bounceable address (for init only): " 2dup 7 .Addr cr
|
||||
."Bounceable address (for later access): " 6 .Addr cr
|
||||
|
||||
file-base +".pk" dup file-exists? {
|
||||
dup file>B dup Blen 32 <> abort"Private key must be exactly 32 bytes long"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue