1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Add TVM instructions for working with nonzero-level cells (#880)

Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
EmelyanenkoK 2024-01-26 18:24:39 +03:00 committed by GitHub
parent 64b04e46d7
commit 51d30e2f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 156 additions and 1 deletions

View file

@ -163,3 +163,7 @@ TEST(Fift, test_bls) {
TEST(Fift, test_bls_ops) {
run_fift("bls_ops.fif");
}
TEST(Fift, test_levels) {
run_fift("levels.fif");
}