Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tips/TIP-0032/tip-0032.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ transfer amounts in `SMR` denomination.**
| Max Block Length | 32768 | dynamic | uint32 | Maximum length of a block in bytes. Limits Tangle storage size and communication costs. |
| Max Parents Count | 8 | dynamic | uint32 | Maximum number of parents of a block. |
| Min Parents Count | 1 | dynamic | uint32 | Maximum number of parents of a block. |
| Min PoW Score | 4000 | dynamic | uint32 | Minimum PoW score for blocks to pass syntactic validation. |
| Min PoW Score | 1500 | dynamic | uint32 | Minimum PoW score for blocks to pass syntactic validation. |
| Below Max Depth | 15 | dynamic | uint8 | Below Max Depth is the maximum allowed delta value between Oldest Cone Root Index (OCRI) of a given block in relation to the current Confirmed Milestone Index (CMI) before it gets lazy. |
| | | | | |
| Max Shimmer Genesis Supply | 1450896407249092 | static | uint64 | Total amount of Shimmer genesis supply denominated in `glow`. 1 `glow` = 0.000001 `SMR` |
Expand Down