Skip to content

Commit

Permalink
fix another markdown formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Jul 21, 2024
1 parent a67fe2c commit 79f8970
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EIPS/eip-8743.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,13 @@ def gas_setmod(element_size64bit: int) -> int:
* Charge `gas_mulmodx(active_context.element_size / 8) * count` and copy the values into EVM memory starting at offset `dest`, laying them out in big-endian ordering, padded such that size of each is a multiple of 64 bits.

`STOREX(0xc2)`

**Stack in**: `dest source count`

**Stack out**: none

**Description**: copies values layed out in EVM memory as 64bit-aligned big-endian numbers into a contiguous section of the currently-active field context's value space.

##### Execution

Check failure on line 152 in EIPS/eip-8743.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Execution"]

EIPS/eip-8743.md:152 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Execution"]

Check failure on line 152 in EIPS/eip-8743.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Multiple headings with the same content [Context: "##### Execution"]

EIPS/eip-8743.md:152 MD024/no-duplicate-heading/no-duplicate-header Multiple headings with the same content [Context: "##### Execution"]

Check failure on line 152 in EIPS/eip-8743.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Execution"]

EIPS/eip-8743.md:152 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Execution"]

Check failure on line 152 in EIPS/eip-8743.md

View workflow job for this annotation

GitHub Actions / Markdown Linter

Multiple headings with the same content [Context: "##### Execution"]

EIPS/eip-8743.md:152 MD024/no-duplicate-heading/no-duplicate-header Multiple headings with the same content [Context: "##### Execution"]
* Assert that a field context is set as active in the current call frame.
* Assert `dest + count` is less than or equal to the active context's value space size.
Expand Down

0 comments on commit 79f8970

Please sign in to comment.