Skip to content

Commit

Permalink
doc: replace ARC-64 with ARC-56
Browse files Browse the repository at this point in the history
  • Loading branch information
cusma committed Nov 8, 2024
1 parent e0b0007 commit 2aa3e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCs/arc-0065.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ It is **NOT RECOMMENDED** to use on the `message` field to retrieve errors.
AVM compilers (and related tools) **SHOULD** provide two error compiling options:

1. The one specified in this ARC as **default**;
1. The one specified in [ARC-64](./arc-0064.md) as fallback, if compiled bytecode
1. The one specified in [ARC-56](./arc-0056.md) as fallback, if compiled bytecode

Check failure on line 144 in ARCs/arc-0065.md

View workflow job for this annotation

GitHub Actions / ARC Walidator

unable to read file `arc-0056.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'ARCs/arc-0056.md' Error: ENOENT: no such file or directory, open 'ARCs/arc-0056.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14))

error[markdown-link-status]: unable to read file `arc-0056.md`: Io: JsValue(Error: ENOENT: no such file or directory, open 'ARCs/arc-0056.md' Error: ENOENT: no such file or directory, open 'ARCs/arc-0056.md' at async open (node:internal/fs/promises:636:25) at async readFile (node:internal/fs/promises:1246:14)) --> ARCs/arc-0065.md | 144 | 1. The one specified in [ARC-56](./arc-0056.md) as fallback, if compiled bytecode |
size exceeds the AVM limits.

> Compilers **MAY** optimize for program bytecode size by storing the error prefixes
Expand Down

0 comments on commit 2aa3e3c

Please sign in to comment.