docs: cspell updates

This commit is contained in:
Jeff Schroeder 2024-04-24 17:12:43 -04:00
parent 457f422884
commit db7cd70d52
No known key found for this signature in database
GPG Key ID: C05253F844F9013E
2 changed files with 12 additions and 1 deletions

View File

@ -23,6 +23,7 @@ bscscan
BUILDKIT
bytecodes
callstack
ccqlistener
CCTP
celestia
Celestia
@ -68,6 +69,7 @@ Healthcheck
hexdump
holesky
Holesky
horcrux
ICCO
incentivized
incentivizing
@ -142,6 +144,7 @@ readyz
regen
reinit
reobservation
reobserved
repoint
rustup
satoshi

View File

@ -212,7 +212,7 @@ Newer execution clients such as [reth](https://github.com/paradigmxyz/reth) lack
investigating once they are stable.
Additionally, if there is ever a scenario where the network fails to come to consensus on an EVM compatible chain due to
a hard fork or some unforseen scenario, it might be required to run archive nodes for those chains temporarily to ensure
a hard fork or some unforeseen scenario, it might be required to run archive nodes for those chains temporarily to ensure
the transactions can be reobserved.
### Cosmos / IBC Connected nodes
@ -378,6 +378,8 @@ $ go run main.go --pubKey 0xDA798F6896A3331F64b48c12D1D57Fd9cbe70811 --bootstrap
[NTT](https://github.com/wormhole-foundation/example-native-token-transfers) is an exciting feature of wormhole that builds upon the core bridge to allow mint/burn style transfers. Ensuring it runs correctly requires integrating it with the NTT Accountant. To enable this feature, create a **new** wormchain key. Do not reuse an existing global accountant key and add the following parameters:
<!-- cspell:disable -->
```shell
# You may already have these.
--wormchainURL URL_TO_YOUR_WORMCHAIN_NODE
@ -390,12 +392,16 @@ $ go run main.go --pubKey 0xDA798F6896A3331F64b48c12D1D57Fd9cbe70811 --bootstrap
--accountantNttKeyPassPhrase YOUR_NTT_ACCOUNTANT_KEY_PASS_PHRASE
```
<!-- cspell:enable -->
Please remember to allowlist the new NTT Accountant key for use with Wormchain! For instructions on how to do that, speak with someone from the Wormhole Foundation.
## Cross Chain Queries
[CCQ](https://github.com/wormhole-foundation/wormhole/blob/main/whitepapers/0013_ccq.md) also known as [Wormhole Queries](https://wormhole.com/queries) is a feature to allow pulling attestations in a cross chain manner. To run ccq, a few additional flags need to be enabled on the guardian node:
<!-- cspell:disable -->
```shell
--ccqEnabled=true \
--ccqP2pPort 8996 \
@ -403,6 +409,8 @@ Please remember to allowlist the new NTT Accountant key for use with Wormchain!
--ccqAllowedRequesters="[ALLOWED,REQUESTORS,GO,HERE" \
```
<!-- cspell:enable -->
To test query functionality, follow the instructions in [node/hack/query/ccqlistener/ccqlistener.go](../node/hack/query/ccqlistener/ccqlistener.go).
## Running a public API endpoint