From 5d9aa3c7621616a538a96cd5da3763cd8585afa3 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Wed, 8 Jan 2025 10:17:49 -0600 Subject: [PATCH 1/3] docs: add TransferFees conformance note --- whitepapers/0004_message_publishing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/whitepapers/0004_message_publishing.md b/whitepapers/0004_message_publishing.md index fe2a611084..902a7fdcc1 100644 --- a/whitepapers/0004_message_publishing.md +++ b/whitepapers/0004_message_publishing.md @@ -102,6 +102,8 @@ Fee uint256 TransferFees: +> **NOTE:** The Wormhole Core Contract does not conform to this spec. The `Amount` and `To` fields are in reverse order. (Ref: [Core Contract](https://github.com/wormhole-foundation/wormhole/blob/main/cosmwasm/contracts/wormhole/src/state.rs#L386-L397)) + ``` // Core Wormhole Module Module [32]byte = "Core" From 30b91b2113fba13f23b5742410a30ac31be659d1 Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Wed, 8 Jan 2025 11:40:38 -0600 Subject: [PATCH 2/3] docs: clarify cosmwasm core contract --- whitepapers/0004_message_publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitepapers/0004_message_publishing.md b/whitepapers/0004_message_publishing.md index 902a7fdcc1..0dc5588582 100644 --- a/whitepapers/0004_message_publishing.md +++ b/whitepapers/0004_message_publishing.md @@ -102,7 +102,7 @@ Fee uint256 TransferFees: -> **NOTE:** The Wormhole Core Contract does not conform to this spec. The `Amount` and `To` fields are in reverse order. (Ref: [Core Contract](https://github.com/wormhole-foundation/wormhole/blob/main/cosmwasm/contracts/wormhole/src/state.rs#L386-L397)) +> **NOTE:** The Wormhole CosmWasm Core Contract does not conform to this spec. The `Amount` and `To` fields are in reverse order. (Ref: [CosmWasm Core Contract](https://github.com/wormhole-foundation/wormhole/blob/main/cosmwasm/contracts/wormhole/src/state.rs#L386-L397)) ``` // Core Wormhole Module From aacb21a83410643230191e759959065cb6221aee Mon Sep 17 00:00:00 2001 From: Joel Smith Date: Thu, 9 Jan 2025 13:36:13 -0600 Subject: [PATCH 3/3] make link relative --- whitepapers/0004_message_publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whitepapers/0004_message_publishing.md b/whitepapers/0004_message_publishing.md index 0dc5588582..9af319187d 100644 --- a/whitepapers/0004_message_publishing.md +++ b/whitepapers/0004_message_publishing.md @@ -102,7 +102,7 @@ Fee uint256 TransferFees: -> **NOTE:** The Wormhole CosmWasm Core Contract does not conform to this spec. The `Amount` and `To` fields are in reverse order. (Ref: [CosmWasm Core Contract](https://github.com/wormhole-foundation/wormhole/blob/main/cosmwasm/contracts/wormhole/src/state.rs#L386-L397)) +> **NOTE:** The Wormhole CosmWasm Core Contract does not conform to this spec. The `Amount` and `To` fields are in reverse order. (Ref: [CosmWasm Core Contract](../cosmwasm/contracts/wormhole/src/state.rs#L386-L397)) ``` // Core Wormhole Module