Skip to content

Commit

Permalink
Update pubdata.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MattewGraham authored Jan 26, 2024
1 parent 2f94ae8 commit c64cb47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/guides/advanced/pubdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ So the format of the pubdata will be the following:
- Then for each `<key, value>` pair for each initial write:
- print key as 32-byte derived key.
- packing type as a 1 byte value, which consists of 5 bits to denote the length of the packing and 3 bits to denote
the type of the packing (either `Add`, `Sub`, `Transform` or `NoCompression`). More on it
[below](https://www.notion.so/Pubdata-compression-v1-4b0dd8c151014c8ab96dbd7e66e17599?pvs=21).
the type of the packing (either `Add`, `Sub`, `Transform` or `NoCompression`).
- The packed value itself.

#### Part 3. Repeated writes
Expand Down

0 comments on commit c64cb47

Please sign in to comment.