From 398edf9929cdaf177eb5ac1a3d73ddbad52467a3 Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Fri, 2 Feb 2024 12:15:28 +0100 Subject: [PATCH] Revert "Point links to TIPs on GitHub" This reverts commit fcb2adf27d2b11dc84d1b6680c9a386f1e5b51bb. --- tips/TIP-0046/tip-0046.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/tips/TIP-0046/tip-0046.md b/tips/TIP-0046/tip-0046.md index 1bdfa452b..4112b5ed1 100644 --- a/tips/TIP-0046/tip-0046.md +++ b/tips/TIP-0046/tip-0046.md @@ -151,8 +151,7 @@ The string format of a Slot Commitment ID is the hexadecimal encoding of the Slo ## Block Signature -The [_Ed25519 Signature_](https://github.com/iotaledger/tips/blob/tip38/tips/TIP-0038/tip-0038.md#ed25519-signature) is -supported. +The [_Ed25519 Signature_](../TIP-0038/tip-0038.md#ed25519-signature) is supported. ### Signature Creation @@ -250,11 +249,11 @@ The schema of a block is as follows:
Basic Block Body -
The basic block body. Defined in TIP-46 (Basic Block).
+
The basic block body. Defined in TIP-46 (Basic Block).
Validation Block Body -
The validation block body. Defined in TIP-46 (Validation Block).
+
The validation block body. Defined in TIP-46 (Validation Block).
@@ -263,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).
@@ -418,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).
@@ -472,12 +471,12 @@ information. As such, blocks usually contain a payload. The detailed specificati of this TIP. The following table lists all currently specified payloads that can be part of a block and links to their specification: -| Payload Name | Type Value | TIP | -| ---------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------- | -| No Payload | - | - | -| 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) | +| 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) | ### Work Score @@ -489,8 +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)](https://github.com/iotaledger/tips/blob/tip45/tips/TIP-0045/tip-0045.md#work-score). + - If the type is _Transaction_ the work score is defined in [TIP-45 (Work Score)](../TIP-0045/tip-0045.md#work-score). - Return `Work Score Parameters::Block + Payload Score`. ## Validation Block @@ -689,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](https://github.com/iotaledger/tips/blob/tip49/tips/TIP-0049/tip-0049.md#protocol-parameters-hash). +[TIP-49](../TIP-0049/tip-0049.md#protocol-parameters-hash). ## Slot Commitment ID