diff --git a/tips/TIP-0046/tip-0046.md b/tips/TIP-0046/tip-0046.md index 4112b5ed1..a6ef3d42b 100644 --- a/tips/TIP-0046/tip-0046.md +++ b/tips/TIP-0046/tip-0046.md @@ -151,7 +151,7 @@ The string format of a Slot Commitment ID is the hexadecimal encoding of the Slo ## Block Signature -The [_Ed25519 Signature_](../TIP-0038/tip-0038.md#ed25519-signature) is supported. +The [_Ed25519 Signature_](https://github.com/iotaledger/tips/blob/tip38/tips/TIP-0038/tip-0038.md#ed25519-signature) is supported. ### Signature Creation @@ -262,7 +262,7 @@ The schema of a block is as follows:
Ed25519 Signature -
An Ed25519 Signature with the public key that verifies it. Defined in TIP-38 (Ed25519 Signature).
+
An Ed25519 Signature with the public key that verifies it. Defined in TIP-38 (Ed25519 Signature).
@@ -417,15 +417,15 @@ A _Basic Block_ is the name for a _Block_ with its body set to a _Basic Block Bo
Signed Transaction -
A transaction with its unlocks. Defined in TIP-45 (Signed Transaction).
+
A transaction with its unlocks. Defined in TIP-45 (Signed Transaction).
Tagged Data -
Optional Data with an optional Tag. Defined in TIP-53 (Tagged Data).
+
Optional Data with an optional Tag. Defined in TIP-53 (Tagged Data).
Candidacy Announcement -
Signals candidacy for committee selection for the epoch after the one in which it is issued. Defined in TIP-40 (Candidacy Announcement).
+
Signals candidacy for committee selection for the epoch after the one in which it is issued. Defined in TIP-40 (Candidacy Announcement).
@@ -474,9 +474,9 @@ specification: | Payload Name | Type Value | TIP | | ---------------------- | ---------- | --------------------------------------------------------------------------------- | | No Payload | - | - | -| Tagged Data | 0 | [TIP-53](../TIP-0053/tip-0053.md) | -| Transaction | 1 | [TIP-45](../TIP-0045/tip-0045.md) | -| Candidacy Announcement | 2 | [TIP-40 (Candidacy Announcement)](../TIP-0040/tip-0040.md#candidacy-announcement) | +| Tagged Data | 0 | [TIP-53](https://github.com/iotaledger/tips/blob/tip53/tips/TIP-0053/tip-0053.md) | +| Transaction | 1 | [TIP-45](https://github.com/iotaledger/tips/blob/tip45/tips/TIP-0045/tip-0045.md) | +| Candidacy Announcement | 2 | [TIP-40 (Candidacy Announcement)](https://github.com/iotaledger/tips/blob/tip40/tips/TIP-0040/tip-0040.md#candidacy-announcement) | ### Work Score @@ -488,7 +488,7 @@ Let the work score of a _Basic Block_ be defined as follows. - If the type is _Candidacy Announcement_ the work score is `Work Score Parameters::Data Byte * Candidacy Announcement Size` where: - `Candidacy Announcement Size` is the size of the serialized _Candidacy Announcement_. - - If the type is _Transaction_ the work score is defined in [TIP-45 (Work Score)](../TIP-0045/tip-0045.md#work-score). + - If the type is _Transaction_ the work score is defined in [TIP-45 (Work Score)](https://github.com/iotaledger/tips/blob/tip45/tips/TIP-0045/tip-0045.md#work-score). - Return `Work Score Parameters::Block + Payload Score`. ## Validation Block @@ -687,7 +687,7 @@ transaction, the transaction will never result in the locking of the account. # Test Vectors The protocol parameters used in the following test vectors are the same as in -[TIP-49](../TIP-0049/tip-0049.md#protocol-parameters-hash). +[TIP-49](https://github.com/iotaledger/tips/blob/tip49/tips/TIP-0049/tip-0049.md#protocol-parameters-hash). ## Slot Commitment ID