contract and tests
Find a file
Lebedeva Ekaterina eea212af58 [#XX] Fixed problem with TestContract_Add
Panic occurred due to absence of context.
Changed the loop condition, CurrInstr() changed to NextInstr(),
removed an attempt to get context from vm before poppint value
from the estack (also in Test).

Signed-off-by: Lebedeva Ekaterina <ekaterina.lebedeva@yadro.com>
2023-07-24 16:27:39 +03:00
FirstContract [#XX] Fixed problem with TestContract_Add 2023-07-24 16:27:39 +03:00
.gitignore [#XX] Added GetNumber contract 2023-07-13 16:20:56 +03:00
README.md Initial commit 2023-07-07 09:30:30 +00:00

simple-contract

contract and tests