Update: Lite fullnode#554
Open
GordonLtron wants to merge 1 commit intotronprotocol:masterfrom
Hidden character warning
The head ref may contain hidden characters: "Lite-Fullnode\u00b6"
Open
Conversation
Fix some grammar mistake
vivian1912
reviewed
Mar 13, 2026
| - **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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix some grammar mistake