Skip to content

Commit ce9021f

Browse files
committed
grammarly, llms
1 parent 899776a commit ce9021f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

learn/infrastructure/spy.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ description: Discover Wormhole's Spy daemon, which subscribes to gossiped messag
55

66
# Spy
77

8-
In Wormholes ecosystem, the _Spy_ is a daemon, a continuously running background process that monitors messages within the Guardian Network. Unlike Guardians, Spies dont perform validation; instead, they serve as an interface for observing the networks message traffic, enabling applications and users to access live data transmitted over Wormhole.
8+
In Wormhole's ecosystem, the _Spy_ is a daemon, a continuously running background process that monitors messages within the Guardian Network. Unlike Guardians, Spies don't perform validation; instead, they serve as an interface for observing the network's message traffic, enabling applications and users to access live data transmitted over Wormhole.
99

1010
The primary purpose of a Spy is to subscribe to the gossiped messages across the Guardian Network, tracking key message types that allow integrators and applications to monitor real-time network activity without directly engaging in consensus operations.
1111

12-
This page provides a comprehensive guide to Spies within the Wormhole network describing their key features and role in facilitating multichain processes.
12+
This page provides a comprehensive guide to Spies within the Wormhole network, describing their key features and role in facilitating multichain processes.
1313

1414
## Key Features
1515

@@ -21,7 +21,7 @@ Spies can access the following categories of messages shared over the gossip pro
2121

2222
- The Spy can detect whether a VAA has been approved by the Guardian Network, making it a valuable tool for applications needing real-time multichain verification
2323

24-
- [Observations](/docs/learn/glossary/#observation){target=\_blank} - emitted by Wormholes core contracts, observations are picked up by the Guardians and relayed across the network
24+
- [Observations](/docs/learn/glossary/#observation){target=\_blank} - emitted by Wormhole's core contracts, observations are picked up by the Guardians and relayed across the network
2525

2626
- Spies allow users to monitor these messages, adding transparency and insight into blockchain events
2727

@@ -31,7 +31,7 @@ Spies can access the following categories of messages shared over the gossip pro
3131

3232
### Integrator Use Case
3333

34-
The Spy provides a valuable mechanism for integrators to observe real-time network activity in the Guardian Network without directly engaging in validation or consensus. By running a Spy, integrators can track multichain events, and message flows — such as VAAs, observations, and Guardian heartbeats — to monitor network activity essential to their applications.
34+
The Spy provides a valuable mechanism for integrators to observe real-time network activity in the Guardian Network without directly engaging in validation or consensus. By running a Spy, integrators can track multichain events and message flows — such as VAAs, observations, and Guardian heartbeats — to monitor network activity essential to their applications.
3535

3636
This monitoring capability is especially beneficial for applications that need immediate insights into multichain data events. Integrators can run a Spy to ensure their applications are promptly informed of message approvals, observations, or Guardian liveness signals, supporting timely and responsive app behavior without additional overhead on network resources.
3737

@@ -43,15 +43,15 @@ This monitoring capability is especially beneficial for applications that need i
4343

4444
---
4545

46-
To see the source code for the Go implementation of the Spy, visit the `womrhole` repository on GitHub.
46+
To see the source code for the Go implementation of the Spy, visit the `wormhole` repository on GitHub.
4747

4848
[:custom-arrow: View the Source Code](https://github.com/wormhole-foundation/wormhole/blob/main/node/cmd/spy/spy.go){target=\_blank}
4949

5050
- :octicons-code-16:{ .lg .middle } **Alternative Implementation**
5151

5252
---
5353

54-
To learn more about Beacon, an alternative highly available, reduced latency version of the Wormhole Spy, visit the `beacon` repository on Github.
54+
Visit the `beacon` repository on GitHub to learn more about Beacon, an alternative highly available, reduced-latency version of the Wormhole Spy.
5555

5656
[:custom-arrow: Get Started with Pyth Beacon](https://github.com/pyth-network/beacon)
5757

llms.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -15668,11 +15668,11 @@ description: Discover Wormhole's Spy daemon, which subscribes to gossiped messag
1566815668

1566915669
# Spy
1567015670

15671-
In Wormholes ecosystem, the _Spy_ is a daemon, a continuously running background process that monitors messages within the Guardian Network. Unlike Guardians, Spies dont perform validation; instead, they serve as an interface for observing the networks message traffic, enabling applications and users to access live data transmitted over Wormhole.
15671+
In Wormhole's ecosystem, the _Spy_ is a daemon, a continuously running background process that monitors messages within the Guardian Network. Unlike Guardians, Spies don't perform validation; instead, they serve as an interface for observing the network's message traffic, enabling applications and users to access live data transmitted over Wormhole.
1567215672

1567315673
The primary purpose of a Spy is to subscribe to the gossiped messages across the Guardian Network, tracking key message types that allow integrators and applications to monitor real-time network activity without directly engaging in consensus operations.
1567415674

15675-
This page provides a comprehensive guide to Spies within the Wormhole network describing their key features and role in facilitating multichain processes.
15675+
This page provides a comprehensive guide to Spies within the Wormhole network, describing their key features and role in facilitating multichain processes.
1567615676

1567715677
## Key Features
1567815678

@@ -15684,7 +15684,7 @@ Spies can access the following categories of messages shared over the gossip pro
1568415684

1568515685
- The Spy can detect whether a VAA has been approved by the Guardian Network, making it a valuable tool for applications needing real-time multichain verification
1568615686

15687-
- [Observations](/docs/learn/glossary/#observation){target=\_blank} - emitted by Wormholes core contracts, observations are picked up by the Guardians and relayed across the network
15687+
- [Observations](/docs/learn/glossary/#observation){target=\_blank} - emitted by Wormhole's core contracts, observations are picked up by the Guardians and relayed across the network
1568815688

1568915689
- Spies allow users to monitor these messages, adding transparency and insight into blockchain events
1569015690

@@ -15694,7 +15694,7 @@ Spies can access the following categories of messages shared over the gossip pro
1569415694

1569515695
### Integrator Use Case
1569615696

15697-
The Spy provides a valuable mechanism for integrators to observe real-time network activity in the Guardian Network without directly engaging in validation or consensus. By running a Spy, integrators can track multichain events, and message flows — such as VAAs, observations, and Guardian heartbeats — to monitor network activity essential to their applications.
15697+
The Spy provides a valuable mechanism for integrators to observe real-time network activity in the Guardian Network without directly engaging in validation or consensus. By running a Spy, integrators can track multichain events and message flows — such as VAAs, observations, and Guardian heartbeats — to monitor network activity essential to their applications.
1569815698

1569915699
This monitoring capability is especially beneficial for applications that need immediate insights into multichain data events. Integrators can run a Spy to ensure their applications are promptly informed of message approvals, observations, or Guardian liveness signals, supporting timely and responsive app behavior without additional overhead on network resources.
1570015700

@@ -15706,15 +15706,15 @@ This monitoring capability is especially beneficial for applications that need i
1570615706

1570715707
---
1570815708

15709-
To see the source code for the Go implementation of the Spy, visit the `womrhole` repository on GitHub.
15709+
To see the source code for the Go implementation of the Spy, visit the `wormhole` repository on GitHub.
1571015710

1571115711
[:custom-arrow: View the Source Code](https://github.com/wormhole-foundation/wormhole/blob/main/node/cmd/spy/spy.go){target=\_blank}
1571215712

1571315713
- :octicons-code-16:{ .lg .middle } **Alternative Implementation**
1571415714

1571515715
---
1571615716

15717-
To learn more about Beacon, an alternative highly available, reduced latency version of the Wormhole Spy, visit the `beacon` repository on Github.
15717+
Visit the `beacon` repository on GitHub to learn more about Beacon, an alternative highly available, reduced-latency version of the Wormhole Spy.
1571815718

1571915719
[:custom-arrow: Get Started with Pyth Beacon](https://github.com/pyth-network/beacon)
1572015720

0 commit comments

Comments
 (0)