Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve clarity #377

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update events.md
Vikt0rPavlik authored Dec 25, 2024
commit 9c344af33e46930a63504def10146ceef2486aa0
6 changes: 3 additions & 3 deletions docs/reference/hubble/datatypes/events.md
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

Events represent state changes, like a new message or contract event.

Hubble emit events whenever it observes a state change. Since a hub may see messages in a different order than other hubs, events ordering is specific to each hub. Clients can subscribe to the hub using the [Events API](/reference/hubble/grpcapi/events) to get a live stream of changes to the hub.
Hubble emits events whenever it observes a state change. Since a hub may see messages in a different order than other hubs, events ordering is specific to each hub. Clients can subscribe to the hub using the [Events API](/reference/hubble/grpcapi/events) to get a live stream of changes to the hub.

Hubble keeps event around for 3 days after which they are deleted to save space. To get older data, use the [GRPC](../grpcapi/grpcapi.md) or [HTTP](../httpapi/httpapi.md) APIs.
Hubble keeps events around for 3 days after which they are deleted to save space. To get older data, use the [GRPC](../grpcapi/grpcapi.md) or [HTTP](../httpapi/httpapi.md) APIs.

## HubEvent

@@ -135,7 +135,7 @@ Hubble keeps event around for 3 days after which they are deleted to save space.

| Field | Type | Label | Description |
| --------------- | ------------------------------------------- | ----- | ------------------------------------------------ |
| to | [bytes](#) | | The address the fid was registers/transferred to |
| to | [bytes](#) | | The address the fid was registered/transferred to |
| event_type | [IdRegisterEventType](#IdRegisterEventType) | | The type of the id register event |
| from | [bytes](#) | | The address the transfer originated from |
| recover_address | [bytes](#) | | The recovery address for the fid |