Skip to content

Commit

Permalink
Format Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Oct 23, 2023
1 parent 521ccb8 commit 62a9cee
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions tips/TIP-0042/tip-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ strict extension of the functionality of the Alias Output.
## Summary of changes compared to TIP-18

- Add `Mana` field to the `Account`.
- Remove `Native Tokens` field. See [TIP-38 (Native Token Migration)](../TIP-0038/tip-0038.md#native-token-migration) for migration details.
- Remove `Native Tokens` field. See [TIP-38 (Native Token Migration)](../TIP-0038/tip-0038.md#native-token-migration)
for migration details.
- Add _Block Issuer Feature_.
- Mana owned by an account with a _Block Issuer Feature_ is bound to that account and can only be moved out with a
delay.
Expand Down Expand Up @@ -393,9 +394,12 @@ account is locked to that account.

### Storage Score

A Block Issuer Feature incurs additional computational cost in order to maintain the block issuer keys of an account and due to having to keep them in memory. Due to this, such a feature has an additional storage score offset. The offset of the feature is the sum of offsets of each contained key:
A Block Issuer Feature incurs additional computational cost in order to maintain the block issuer keys of an account and
due to having to keep them in memory. Due to this, such a feature has an additional storage score offset. The offset of
the feature is the sum of offsets of each contained key:

- If the contained key is of type `Ed25519 Public Key Block Issuer Key`, the offset is `Storage Score Offset Ed25519 Block Issuer Key`.
- If the contained key is of type `Ed25519 Public Key Block Issuer Key`, the offset is
`Storage Score Offset Ed25519 Block Issuer Key`.

`Rent Parameters` are defined in [TIP-49](../TIP-0049/tip-0049.md).

Expand Down Expand Up @@ -507,7 +511,9 @@ which they were selected to participate in the validator committee.

### Storage Score

A Staking Feature incurs additional computational cost in order to compute the total stake of a validator. Due to this, such a feature has an additional storage score offset, the `Rent Parameters::Storage Score Offset Staking Feature` as defined in [TIP-49](../TIP-0049/tip-0049.md).
A Staking Feature incurs additional computational cost in order to compute the total stake of a validator. Due to this,
such a feature has an additional storage score offset, the `Rent Parameters::Storage Score Offset Staking Feature` as
defined in [TIP-49](../TIP-0049/tip-0049.md).

# Account Output

Expand Down

0 comments on commit 62a9cee

Please sign in to comment.