1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/crypto
Aleksandr Kirsanov 18050a7591
[FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); }
This will allow to easily implement camelCase wrappers aside stdlib,
even without changing hashes of existing contracts.
Also, stdlib renamings could be easily performed in the same manner,
even with arguments reordered.
2024-06-14 15:22:57 +03:00
..
block Change fift path separator for FIFTPATH and -I argument (#1014) 2024-06-07 18:50:11 +03:00
common Fix converting int to int256 (#925) 2024-03-04 17:37:42 +03:00
ellcurve TVM Upgrade (#686) 2023-05-24 21:14:13 +03:00
fift Change fift path separator for FIFTPATH and -I argument (#1014) 2024-06-07 18:50:11 +03:00
func [FunC] Auto-inline functions-wrappers T f(...args) { return anotherF(...args); } 2024-06-14 15:22:57 +03:00
funcfiftlib Patch funcfiftlib and emulator-emscripten builds (#905) 2024-02-16 11:51:43 +03:00
keccak TVM Upgrade (#686) 2023-05-24 21:14:13 +03:00
openssl Various changes in TVM, github builds and tests (#793) 2023-11-03 14:43:34 +03:00
parser Various changes in TVM, github builds and tests (#793) 2023-11-03 14:43:34 +03:00
smartcont Add note on highload wallet pecularities 2024-01-09 15:49:42 +03:00
smc-envelope Fix prepare_vm_c7 (#958) 2024-04-08 14:29:54 +03:00
test Add TVM instructions for working with nonzero-level cells (#880) 2024-01-26 18:24:39 +03:00
tl Various changes in TVM, github builds and tests (#793) 2023-11-03 14:43:34 +03:00
util Increase thread limit to 256 2021-04-03 20:03:54 +03:00
vm Command to disable state serializer (#1011) 2024-05-31 20:50:31 +03:00
CMakeLists.txt [FunC] CMake option -DFUNC_DEBUG for development purposes 2024-06-14 15:22:56 +03:00
Ed25519.cpp bugfixes + decreased archive slice size 2020-04-08 23:49:28 +04:00
Ed25519.h emergency update 2020-03-24 03:32:16 +04:00