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
|
@ -1005,6 +1005,11 @@ x{F902} @Defop SHA256U
|
|||
x{F910} @Defop CHKSIGNU
|
||||
x{F911} @Defop CHKSIGNS
|
||||
|
||||
x{F940} @Defop CDATASIZEQ
|
||||
x{F941} @Defop CDATASIZE
|
||||
x{F942} @Defop SDATASIZEQ
|
||||
x{F943} @Defop SDATASIZE
|
||||
|
||||
x{FA00} dup @Defop LDGRAMS @Defop LDVARUINT16
|
||||
x{FA01} @Defop LDVARINT16
|
||||
x{FA02} dup @Defop STGRAMS @Defop STVARUINT16
|
||||
|
|
|
@ -34,8 +34,10 @@ library TonUtil // TON Blockchain Fift Library
|
|||
1 and 0=
|
||||
} : parse-smc-addr
|
||||
|
||||
// ( x -- ) Displays a 64-digit hex number
|
||||
{ 64 0x. } : 64x.
|
||||
// ( wc addr -- ) Show address in <workchain>:<account> form
|
||||
{ swap ._ .":" 64 0x. } : .addr
|
||||
{ swap ._ .":" 64x. } : .addr
|
||||
// ( wc addr flags -- ) Show address in base64url form
|
||||
{ smca>$ type } : .Addr
|
||||
// ( wc addr fname -- ) Save address to file in 36-byte format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue