Steve Korshakov

Results 169 comments of Steve Korshakov

> Strongly recommend adding anything EC-related as Ristretto API with Merlin: > https://ristretto.group/ > https://merlin.cool/ > Ristretto uses the same Curve25519 and its privkeys can be mapped to compatible Ed25519/X25519...

> > Please, can we just avoid esoteric zkp in ton. There are a lot of tools for ETH and we don't need to slow down innovation here. > >...

There is a need for commiting `c4` (contract data) without commiting `c5` and bouncing a message in the case of failure after commit. This is required for lazy deployment to...

1) Isn't sha256 already exist? Whats the difference? 2) Since we are adding more curves, is it possible to add any classical zkp one?

I am reserving the prefix of `plaintext text:Slice = PayloadCell` == `96890e83` for ledger signatures. It differs in that it just signs a hash of a string instead of a...

We have a project where mmkv overgrown it and currently blocks often main thread

It seems that this signing would work in contract: ```func cell c; ;; Source cell var hash = cell_hash(c); var b = begin_cell() .store_uint(0xff, 8) .store_uint(0xff, 8) .store_uint(2596593398242688430396682338969803153947978083, 152) .store_uint(hash,...

Can we please stop this nonsense about the lack of ABI? It is a solved problem in TACT already. It is distributed (no central authority) and works well. It just...

ABI is also not about this interfaces, it is about learning about unknown contract and checking if they implement specific set of functions, for example, staking, stopping a contract, ownable,...

TACT is out, it just stuck with the bureaucracy loop within FS/TF. And yes, we need to ditch func and make it the internal language of TON (just like solidity...