You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: learn/infrastructure/spy.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ description: Discover Wormhole's Spy daemon, which subscribes to gossiped messag
5
5
6
6
# Spy
7
7
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.
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.
9
9
10
10
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.
11
11
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.
13
13
14
14
## Key Features
15
15
@@ -21,7 +21,7 @@ Spies can access the following categories of messages shared over the gossip pro
21
21
22
22
- 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
23
23
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
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
25
25
26
26
- Spies allow users to monitor these messages, adding transparency and insight into blockchain events
27
27
@@ -31,7 +31,7 @@ Spies can access the following categories of messages shared over the gossip pro
31
31
32
32
### Integrator Use Case
33
33
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.
35
35
36
36
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.
37
37
@@ -43,15 +43,15 @@ This monitoring capability is especially beneficial for applications that need i
43
43
44
44
---
45
45
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.
47
47
48
48
[:custom-arrow: View the Source Code](https://github.com/wormhole-foundation/wormhole/blob/main/node/cmd/spy/spy.go){target=\_blank}
Copy file name to clipboardexpand all lines: llms.txt
+6-6
Original file line number
Diff line number
Diff line change
@@ -15668,11 +15668,11 @@ description: Discover Wormhole's Spy daemon, which subscribes to gossiped messag
15668
15668
15669
15669
# Spy
15670
15670
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.
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.
15672
15672
15673
15673
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.
15674
15674
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.
15676
15676
15677
15677
## Key Features
15678
15678
@@ -15684,7 +15684,7 @@ Spies can access the following categories of messages shared over the gossip pro
15684
15684
15685
15685
- 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
15686
15686
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
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
15688
15688
15689
15689
- Spies allow users to monitor these messages, adding transparency and insight into blockchain events
15690
15690
@@ -15694,7 +15694,7 @@ Spies can access the following categories of messages shared over the gossip pro
15694
15694
15695
15695
### Integrator Use Case
15696
15696
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.
15698
15698
15699
15699
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.
15700
15700
@@ -15706,15 +15706,15 @@ This monitoring capability is especially beneficial for applications that need i
15706
15706
15707
15707
---
15708
15708
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.
15710
15710
15711
15711
[:custom-arrow: View the Source Code](https://github.com/wormhole-foundation/wormhole/blob/main/node/cmd/spy/spy.go){target=\_blank}
0 commit comments