Skip to content

Update: Lite fullnode#554

Open
GordonLtron wants to merge 1 commit intotronprotocol:masterfrom
GordonLtron:Lite-Fullnode¶

Hidden character warning

The head ref may contain hidden characters: "Lite-Fullnode\u00b6"
Open

Update: Lite fullnode#554
GordonLtron wants to merge 1 commit intotronprotocol:masterfrom
GordonLtron:Lite-Fullnode¶

Conversation

@GordonLtron
Copy link
Contributor

Fix some grammar mistake

Fix some grammar mistake
- **Provides a Subset of Fullnode APIs**: By default, to save resources, a Lite Fullnode does not provide historical data query (for data outside the snapshot's range). For a list of unsupported APIs, please refer to HTTP and GRPC.
- **Extendable Functionality**: These unsupported APIs can be enabled by setting openHistoryQueryWhenLiteFN = true in the configuration file. Since a Lite Fullnode saves data in the same way as a Fullnode after startup, once this option is enabled, the Lite Fullnode will offer the same functionalities as a Fullnode. It will support querying block data synchronized after the node started up, but it will still not support querying block data from before the node's startup snapshot.
- **Significant Resource Advantages**: Due to the minimal initial data size (about 3% of a Fullnode's data), Lite Fullnodes have the distinct advantages of occupying less disk space and faster startup times.
- **Provides a Subset of Fullnode APIs**: By default, to save resources, a Lite Fullnode support historical data queries (for data outside the snapshot's range). For a list of unsupported APIs, please refer to HTTP and GRPC.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supports

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants