Alexander Gapak
Alexander Gapak
Good idea! That must solve a lot of problems. Signed.
@user090909 Thanks for the issue. Currently we don't plan to build JSON serialization into the language's capabilities yet, but you can still easily implement such a serializer by following the...
No longer relevant in new compiler versions
@ilyar Thanks for the good suggestion, but we can't merge it, because now it conflicts with current repository state. We can also offer you to [create a new issue](https://github.com/tonlabs/TON-Solidity-Compiler/issues) about...
I think it's a very useful PR! Thank you
> Each account can add/modify/delete library functions if the corresponding logic is implemented within it. - We shouldn't call them library "functions" since it could be any tvm cell, not...
@Nilay27 I think we might consider using the OpenSSL implementation as it is more reliable and well-tested, instead of [p256](https://github.com/RustCrypto/elliptic-curves/blob/master/p256). The Rust implementation that you have used seems to be...
@Nilay27 In your example, it is not entirely clear why you used the `ISZERO` and `NOT` instructions.
@Nilay27 Also please create test cases with Rust and new vm version that would test the behavior of your new crypto instructions. This can be a separate git repository, as...
> > @Nilay27 In your example, it is not entirely clear why you used the `ISZERO` and `NOT` instructions. > > Aah, the P256_CHKSIGNS will return either true or false...