From dcc5abb4a58880f6e29568ee01efe4d505f84902 Mon Sep 17 00:00:00 2001 From: Aditya <14364734+AdityaSripal@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:49:54 +0100 Subject: [PATCH] Move PACKET.md (#1166) * move PACKET.md to the right folder * linter * linter --- .../PACKET.md | 1 - spec/core/v2/ics-024-host-requirements/README.md | 1 - 2 files changed, 2 deletions(-) rename spec/core/v2/{ics-004-packet-semantics => ics-004-channel-and-packet-semantics}/PACKET.md (99%) diff --git a/spec/core/v2/ics-004-packet-semantics/PACKET.md b/spec/core/v2/ics-004-channel-and-packet-semantics/PACKET.md similarity index 99% rename from spec/core/v2/ics-004-packet-semantics/PACKET.md rename to spec/core/v2/ics-004-channel-and-packet-semantics/PACKET.md index 0653e7a21..eb5343154 100644 --- a/spec/core/v2/ics-004-packet-semantics/PACKET.md +++ b/spec/core/v2/ics-004-channel-and-packet-semantics/PACKET.md @@ -131,4 +131,3 @@ func commitV2Acknowledgment(ack: Acknowledgement) { return append([]byte{0x02}, sha256.Hash(buffer)) } ``` - diff --git a/spec/core/v2/ics-024-host-requirements/README.md b/spec/core/v2/ics-024-host-requirements/README.md index 01203befd..9a6f930dd 100644 --- a/spec/core/v2/ics-024-host-requirements/README.md +++ b/spec/core/v2/ics-024-host-requirements/README.md @@ -109,7 +109,6 @@ IBC/TAO implementations MUST implement the following paths for the `provableStor Future paths may be used in future versions of the protocol, so the entire key-space in the provable store MUST be reserved for the IBC handler. - | Value | Path format | Value type | Defined in | | -------------------------- | ------------------------------------------------- | ---------- | ------------------------------------ | | Packet Commitment | {channelIdentifier}|0x1|{bigEndianUint64Sequence} | bytes | [ICS 4](../ics-004-channel-and-packet-semantics) |