Skip to content

Commit

Permalink
Update status
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Nov 5, 2024
1 parent 206c40e commit 156b08d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proposals/0179-stricter-verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors:
- Lucas Steuernagel
category: Standard
type: Core
status: Draft
status: Review
created: 2024-10-03
---

Expand Down Expand Up @@ -57,9 +57,9 @@ to arbitrary locations hinders a precise program verification.

`call imm` (opcode `0x85`) must only be allowed to jump to a program counter
previously registered as the start of a function. Otherwise
`VerifierError::InvalidFunction` must be thrown. Functions must be registered
if they are present in the symbol table. The entrypoint to the program must
also define a valid function.
`VerifierError::InvalidFunction` must be thrown. Functions are registered by
presence in the symbol table. The entrypoint to the program must also define a
valid function.

### Runtime check for callx

Expand Down

0 comments on commit 156b08d

Please sign in to comment.