From 25f0840477cf9207ead3179bb567153cf2c71fd9 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:05:08 +0200 Subject: [PATCH 1/8] fix typo standard-relayer.md --- docs/quick-start/standard-relayer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start/standard-relayer.md b/docs/quick-start/standard-relayer.md index 3cc95f44..d19bd213 100644 --- a/docs/quick-start/standard-relayer.md +++ b/docs/quick-start/standard-relayer.md @@ -137,7 +137,7 @@ Some implementation details should be considered during development to ensure sa # Off Chain -If taking advantage of Automatic Relaying, no off chain logic need be implemented. +If taking advantage of Automatic Relaying, no off chain logic needs be implemented. While no off chain programs are required, a developer may want to track the progress of messages in flight. To track the progress of messages in flight, use the worm CLI tool's `status` subcommand. From 81cbc2474cfd16ad89ee57aa65d2f1638f321b40 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:07:08 +0200 Subject: [PATCH 2/8] fix typo swagger.md --- docs/reference/api-docs/swagger.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/api-docs/swagger.md b/docs/reference/api-docs/swagger.md index 8a097025..98ef6835 100644 --- a/docs/reference/api-docs/swagger.md +++ b/docs/reference/api-docs/swagger.md @@ -641,7 +641,7 @@ Find VAA metadata by ID. #### GET ##### Description -Returns all VAAs. Output is paginated and can also be be sorted. +Returns all VAAs. Output is paginated and can also be sorted. ##### Parameters @@ -691,7 +691,7 @@ Returns all the VAAs generated in specific blockchain. #### GET ##### Description -Returns all all the VAAs generated by a specific emitter address. +Returns all the VAAs generated by a specific emitter address. ##### Parameters From 10daeff91becdd93655c80194945459701229b1c Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:12:01 +0200 Subject: [PATCH 3/8] fix typo README.md --- docs/reference/components/gateway/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/components/gateway/README.md b/docs/reference/components/gateway/README.md index da174464..92e201f9 100644 --- a/docs/reference/components/gateway/README.md +++ b/docs/reference/components/gateway/README.md @@ -14,7 +14,7 @@ In addition to facilitating asset transfers, _Wormhole Gateway_ (FKA `wormchain Wormhole Gateway is implemented as a set of contracts and modules. -The contract addreses for these components are: +The contract addresses for these components are: | Contract | Mainnet Address | Testnet Address | | -------- | ------- |---------| @@ -26,7 +26,7 @@ The contract addreses for these components are: ### Wormhole Core Contracts -The [core contracts](../core-contracts.md) to emit messages and verify [Guardian](../guardian.md) signatures are still required on each Cosmos chain that requires generic message passing. Notably, for Gateway token bridging, no core contracts need be deployed. +The [core contracts](../core-contracts.md) to emit messages and verify [Guardian](../guardian.md) signatures are still required on each Cosmos chain that requires generic message passing. Notably, for Gateway token bridging, no core contracts need to be deployed. ### IBC Shim Contract From 5c03c97305303ee68ca311430850b1f80c2af712 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:15:25 +0200 Subject: [PATCH 4/8] fix typo core-contracts.md --- docs/reference/components/core-contracts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/components/core-contracts.md b/docs/reference/components/core-contracts.md index 5ab9ed93..71395350 100644 --- a/docs/reference/components/core-contracts.md +++ b/docs/reference/components/core-contracts.md @@ -1,6 +1,6 @@ # Core Contract -The Core Contracts are the mechanism by which all Wormhole messages are emitted. All cross chain applications either interact directly with the Core Contract or interact with another contract that does. There is one Core Contract on each blockchain in the ecosystem, and this is the contract which the Guardians are required to observe. The Core Contract is the contract that ultimately emits the messages the [Guardians](./guardian.md) pick up as an [Observation](../glossary.md#observation). +The Core Contracts are the mechanism by which all Wormhole messages are emitted. All cross chain applications either interact directly with the Core Contract or interact with another contract that does. There is one Core Contract on each blockchain in the ecosystem, and this is the contract that the Guardians are required to observe. The Core Contract is the contract that ultimately emits the messages the [Guardians](./guardian.md) pick up as an [Observation](../glossary.md#observation). In general, Core Contracts are simple and can be broken down to a **sending** and **receiving** side, which we'll define next. @@ -98,4 +98,4 @@ While the [Core Contract](#core-contract) has no specific receiver by default, t The NFT Bridge functions similarly to the [Token Bridge](#token-bridge) but with special rules for what may be transferred and how the wrapped version is created on the destination chain. - \ No newline at end of file + From bddc9b3c113705ddd4d93a5761e97898faa7ef24 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:37:16 +0200 Subject: [PATCH 5/8] fix typo README.md --- docs/reference/environments/sui/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/environments/sui/README.md b/docs/reference/environments/sui/README.md index aca1b4b4..4a543ca1 100644 --- a/docs/reference/environments/sui/README.md +++ b/docs/reference/environments/sui/README.md @@ -49,7 +49,7 @@ The options for [consistencyLevel](../../components/core-contracts.md#consistenc |-----|-----| |Finalized|0| -This field is may be ignored since the chain provides instant finality. +This field may be ignored since the chain provides instant finality. For more information see [https://docs.sui.io/learn/architecture/consensus](https://docs.sui.io/learn/architecture/consensus) @@ -80,4 +80,4 @@ For more information see [https://docs.sui.io/learn/architecture/consensus](http |NFT Bridge|**N/A**| - \ No newline at end of file + From a176260ce3446c429242d76734682cbfcae9ad61 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:39:09 +0200 Subject: [PATCH 6/8] fix typo connect-sdk.md --- docs/reference/sdk-docs/connect-sdk.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/sdk-docs/connect-sdk.md b/docs/reference/sdk-docs/connect-sdk.md index 7664a804..de29768b 100644 --- a/docs/reference/sdk-docs/connect-sdk.md +++ b/docs/reference/sdk-docs/connect-sdk.md @@ -191,7 +191,7 @@ Each platform can be installed separately so that dependencies can stay as minim ### Chain Context -The `Wormhole` class provides a `getChain` method that returns a `ChainContext` object for a given chain. This object provides access to the chain specific methods and utilities. Much of the functionality in the `ChainContext` is provided by the `Platform` methods but the specific chain may have overriden methods. +The `Wormhole` class provides a `getChain` method that returns a `ChainContext` object for a given chain. This object provides access to the chain specific methods and utilities. Much of the functionality in the `ChainContext` is provided by the `Platform` methods but the specific chain may have overridden methods. The ChainContext object is also responsible for holding a cached rpc client and protocol clients. @@ -236,7 +236,7 @@ Supported protocols are defined in the [definitions module](https://github.com/w ### Signers -In order to sign transactions, an object that fulfils the `Signer` interface is required. This is a simple interface that can be implemented by wrapping a web wallet or other signing mechanism. +In order to sign transactions, an object that fulfills the `Signer` interface is required. This is a simple interface that can be implemented by wrapping a web wallet or other signing mechanism. ```ts // A Signer is an interface that must be provided to certain methods @@ -289,7 +289,7 @@ const receiver: Signer = // ... Within the Wormhole context, addresses are [normalized](https://docs.wormhole.com/wormhole/blockchain-environments/evm#addresses) to 32 bytes and referred to in this SDK as a `UniversalAddresses`. -Each platform comes with an address type that understands the native address formats, unsuprisingly referred to a NativeAddress. This abstraction allows the SDK to work with addresses in a consistent way regardless of the underlying chain. +Each platform comes with an address type that understands the native address formats, unsurprisingly referred to a NativeAddress. This abstraction allows the SDK to work with addresses in a consistent way regardless of the underlying chain. ```ts // Convert a string address to its Native address From 534974228b20fc9f92be81a9bce72fb3a9bc8c43 Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:41:18 +0200 Subject: [PATCH 7/8] fix typo glossary.md --- docs/reference/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/glossary.md b/docs/reference/glossary.md index 475992e4..dd9e455c 100644 --- a/docs/reference/glossary.md +++ b/docs/reference/glossary.md @@ -22,7 +22,7 @@ The contract that calls the Wormhole Core contract. It's address is included in ## Finality -The Finality of a transaction is dependant on the blockchain properties. After a transaction is considered final, it can be assumed the state changes it caused won't be rolled back. +The Finality of a transaction is dependent on the blockchain properties. After a transaction is considered final, it can be assumed the state changes it caused won't be rolled back. ## Gateway From 05146dcb99a1c260001ebe047b634b98d5c76ecd Mon Sep 17 00:00:00 2001 From: iwantanode <87604944+tudorpintea999@users.noreply.github.com> Date: Sat, 2 Dec 2023 06:24:26 +0200 Subject: [PATCH 8/8] fix typo README.md --- docs/tutorials/quick-start/hello-wormhole/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/quick-start/hello-wormhole/README.md b/docs/tutorials/quick-start/hello-wormhole/README.md index e7f11a67..b0df65c1 100644 --- a/docs/tutorials/quick-start/hello-wormhole/README.md +++ b/docs/tutorials/quick-start/hello-wormhole/README.md @@ -143,7 +143,7 @@ The Wormhole Relayer contract lets us do exactly this! Let’s take a look at th * @param payload arbitrary bytes to pass in as parameter in call to `targetAddress` * @param receiverValue msg.value that delivery provider should pass in for call to `targetAddress` (in targetChain currency units) * @param gasLimit gas limit with which to call `targetAddress`. - * @return sequence sequence number of published VAA containing delivery instructions + * @return sequence number of published VAA containing delivery instructions */ function sendPayloadToEvm( uint16 targetChain,