ever-vm icon indicating copy to clipboard operation
ever-vm copied to clipboard

Inclusion of updated TVM Opcode instructions in rust based implementation.

Open Nilay27 opened this issue 1 year ago • 0 comments

Recently there were a bunch of new Instructions introduced as per the TVM upgrade.

The new instructions can be found here: https://docs.ton.org/learn/tvm-instructions/tvm-upgrade-2023-07.

These have already been included in the testnet for C++ based implementations: https://github.com/ton-blockchain/ton/tree/testnet

A lot of the instructions are critical and can open up a lot of possibilities in the ever-vm.

The instructions I am most interested in are for the Signature Verification of Secp256r1: https://docs.ton.org/learn/tvm-instructions/tvm-upgrade-2023-07#secp256r1

Are there any ongoing work or plans to include these instructions in Rust-based implementation too?

If not then should I proceed to include this instruction specifically and raise a PR for the same?

Nilay27 avatar Jul 07 '23 13:07 Nilay27