Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIP-22: Change token denomination #139

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions tips/TIP-0022/tip-0022.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ Various other protocol TIPs rely on certain constants that need to be defined fo
| Min PoW Score | 1500.0 | Minimum PoW score for blocks to pass syntactic validation. |
| First Milestone Index | 1 | First valid milestone index. |
| | | |
| Max IOTA Supply | 4600000000000000 | Total amount of IOTA coins in circulation. |
| Max IOTA Supply | 4600000000000000 | Total amount of micro (1/1000000 IOTA) coins |
Copy link
Author

@eike-hass eike-hass Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed the in circulation, as through the vesting mechanic it won't be in circulation for a while

| Max Inputs Count | 128 | Maximum number of inputs in a transaction payload. |
| Max Outputs Count | 128 | Maximum number of outputs in a transaction payload. |
| Max Native Token Count | 64 | Maximum number of different native tokens that can be referenced in one transaction. |
| | | |
| Max Tag Length | 64 | Maximum length of a `Tag` field in bytes. |
| Max Metadata Length | 8192 | Maximum length of a `Metadata` field in bytes. |
| | | |
| VByte Cost | 250 | Minimum amount of IOTA that need to be deposited per vbyte of an output. |
| VByte Cost | 250 | Minimum amount of micros (1/1000000 IOTA) that need to be deposited per vbyte of an output. |
| | | |
| SLIP-44 Coin Type (decimal) | 4218 | Registered coin type (decimal) for usage in level 2 of [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) described in chapter "Coin type". |
| SLIP-44 Path Component (`coin_type'`) | 0x8000107a | Registered path component for usage in level 2 of [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) described in chapter "Coin type". |
Expand Down
Loading