1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 11:42:18 +00:00
ton/crypto/block/precompiled-smc
EmelyanenkoK 9d05696452
Add infrastructure for precompiled smartcontracts (#927)
* Utils for writing precompiled contracts

* Precompiled contracts in config, override gas_usage for them

* Add base class for precompiled contracts

* Improve utils for precompiled smc

* Implement GETPRECOMPILEDGAS

* Enable precompiles by flag

* Process null data in PrecompiledSmartContract

* Fix ton_block wasm build

* Fix vm::util::store_(u)long

---------

Co-authored-by: SpyCheese <mikle98@yandex.ru>
2024-03-05 16:54:49 +03:00
..
common.h Add infrastructure for precompiled smartcontracts (#927) 2024-03-05 16:54:49 +03:00
PrecompiledSmartContract.cpp Add infrastructure for precompiled smartcontracts (#927) 2024-03-05 16:54:49 +03:00
PrecompiledSmartContract.h Add infrastructure for precompiled smartcontracts (#927) 2024-03-05 16:54:49 +03:00