Skip to content

Commit

Permalink
Last call
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Nov 22, 2024
1 parent 61b223b commit b0492dd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ARCs/arc-0065.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ title: AVM Run Time Errors In Program
description: Informative AVM run time errors based on program bytecode
author: Cosimo Bassi (@cusma), Tasos Bitsios (@tasosbit), Steve Ferrigno (@nullun)
discussions-to: https://github.com/algorandfoundation/ARCs/issues/315
status: Draft
status: Last Call
last-call-deadline: 2024-11-30
type: Standards Track
category: ARC
created: 2024-10-09
---

## Abstract

This document introduces a convention for rising informative run time errors on
This document introduces a convention for rising informative run time errors on
the Algorand Virtual Machine (AVM) directly from the program bytecode.

## Motivation
Expand All @@ -29,7 +30,7 @@ bytecode.
## Specification

The keywords "**MUST**", "**MUST NOT**", "**REQUIRED**", "**SHALL**", "**SHALL NOT**",
"**SHOULD**", "**SHOULD NOT**", "**RECOMMENDED**", "**MAY**", and "**OPTIONAL**"
"**SHOULD**", "**SHOULD NOT**", "**RECOMMENDED**", "**MAY**", and "**OPTIONAL**"
in this document are to be interpreted as described in <a href="https://datatracker.ietf.org/doc/html/rfc2119">RFC 2119</a>.

> Notes like this are non-normative.
Expand Down Expand Up @@ -118,7 +119,7 @@ Full Algod API response of a failed execution:
"data": {
"app-index":1004,
"eval-states": [
{
{
"logs": ["RVJSOjAwMTpJbnZhbGlkIE1ldGhvZA=="]
}
],
Expand Down

0 comments on commit b0492dd

Please sign in to comment.