Skip to content

Commit

Permalink
Add since_version field
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Feb 28, 2024
1 parent 2bccac9 commit 4970a31
Show file tree
Hide file tree
Showing 3 changed files with 895 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ However, nothing can stop you from just copying `cp0.json` (and `schema.json` if
| Key | Description |
| --- | ----------- |
| mnemonic | How instruction is named in [original TVM implementation](https://github.com/ton-blockchain/ton/blob/master/crypto/vm). Not necessarily unique (currently only DEBUG is not unique). Required.
| since_version | Global version (ConfigParam 8) which enables this instruction. Version 9999 means that instruction has no global version and currently unavailable in mainnet.
| doc | Free-form human-friendly information which should be used for documentation purposes only. Required.
| doc.category | Category of instruction (examples: cont_loops, stack_basic, dict_get). Required.
| doc.description | Free-form markdown description of instruction. Required.
Expand Down
Loading

0 comments on commit 4970a31

Please sign in to comment.