From 0444db9eebf1898ed2376f53fa2a7096f5910d99 Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Mon, 20 May 2024 15:19:27 +0900 Subject: [PATCH] Updated descriptions for future maintenance --- Libplanet.Types/Blocks/BlockMetadata.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Libplanet.Types/Blocks/BlockMetadata.cs b/Libplanet.Types/Blocks/BlockMetadata.cs index 2ba1ab0c5b..109c51da75 100644 --- a/Libplanet.Types/Blocks/BlockMetadata.cs +++ b/Libplanet.Types/Blocks/BlockMetadata.cs @@ -24,15 +24,26 @@ public class BlockMetadata : IBlockMetadata public const int CurrentProtocolVersion = 7; /// + /// /// The starting protocol version where a bug in transferring asset was fixed. /// Prior to this version, it was possible to duplicate /// . + /// + /// + /// Also, was added. + /// /// public const int TransferFixProtocolVersion = 1; /// + /// /// The starting protocol version where was added. /// Prior to this version, s had no signature. + /// + /// + /// In its serialized form, was removed and + /// together with were added. + /// /// public const int SignatureProtocolVersion = 2;