Skip to content

Commit

Permalink
Document the panic conditions of logd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Mar 13, 2023
1 parent 2821d15 commit 253fe20
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vm/instruction_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,11 @@ Append a receipt to the list of receipts, modifying `tx.receiptsRoot`:

Logs the memory range `MEM[$rC, $rD]`.

Panics if:
* `$rC + $rD` overflows
* `$rA + $rD > VM_MAX_RAN`
- `$rD > MEM_MAX_ACCESS_SIZE`

### MINT: Mint new coins

| | |
Expand Down

0 comments on commit 253fe20

Please sign in to comment.