Dmitry Popov

Results 23 comments of Dmitry Popov

As soon as [tonlib_api.tl](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/tonlib_api.tl) uses `tvm.StackEntry` everywhere without specifying it as Cell/Slice - I thought it's "fine" that I always receive it as Cell, even when smartcontract defines type as...

Возьми из ночных сборок: https://github.com/ton-blockchain/ton/actions/workflows/win-2019-compile.yml , вчера как раз тег `v2023.01` вышел - там в Artifacts архив на 70 МБ, внутри есть нужный файл.

+1 from me that this bug is very annoying. `InsertOrReplace` behave differently with Id=0 compared to `Insert`: `Insert` replaces value with autogenerated one, while `InsertOrUpdate` does not. This is not...