-
Notifications
You must be signed in to change notification settings - Fork 780
Node Types
Adi Seredinschi edited this page Apr 25, 2023
·
3 revisions
These are the basic types of nodes that operators might want to maintain:
| Node type | Has latest state root? | Performs state transitions? | Keeps historical states? | Keeps historical txes? |
|---|---|---|---|---|
| Data availability node | π« No | π« No | π« No | β Yes |
| Light node | β Yes | π« No | π« No | π« No |
| Full node | β Yes | β Yes | π« No | β (likely No) |
| Archive node | β Yes | β Yes | β Yes | β (likely Yes) |
| IBC relaying node | β Yes | β Yes | β Yes | β Yes |
More details on the requirements for an IBC relaying node can be found here, for example: