ilyar

Results 66 comments of ilyar

https://github.com/EverscaleGuild/ever-solidity/releases/tag/0.65.1-rc.0

@tadatuta `borschik:include` работает в `bemhtml`, может он заинлайнить `svg`?

@cmoad try ```golang type Child struct { ID int64 `db:"id"` ParentID sql.NullInt64 `db:"parent_id"` } ```

@TyrfingMjolnir please add an example for reproduction

Need install `snappy`. It will be difficult to satisfy dependencies for build in a window environment. Use docker environment see sample https://github.com/ilyar/reindexer-sample

In the recent [TVM Upgrade (#686)](https://github.com/ton-blockchain/ton/commit/9f93888cf402f8421fef38406b67886be043ac58) a new useful opcode was added: ```fift x{F802} @Defop GASCONSUMED // ( -- g_c) returns gas consumed by VM so far 26 gas ```...

@EmelyanenkoK Thanks for the detailed explanation. There is also a thinning why the `GASCONSUMED` opcode uses code `x{F802}`? This code is described [in the specification as a BUYGAS opcode](https://github.com/ton-blockchain/ton/blob/6e5145305694debad7a95a838cb7e6b4bba0f7e3/doc/tvm.tex#L2201), it...

@x3xmaster попробуйте генерацию клиента по `swagger` например для `angular`: ``` curl -s https://raw.githubusercontent.com/opsway/reindexer/v2.7.0/cpp_src/server/contrib/server.yml > server.yml docker run --rm --volume "${PWD}:/work" swaggerapi/swagger-codegen-cli generate \ -i "/work/server.yml" \ -l "typescript-angular" \ -o...

https://github.com/tvmlabs/tvm-solidity-compiler/pull/2

https://github.com/tonlabs/ton-labs-vm/pull/72