Refresh Lite FullNode page against current source code#609
Open
abn2357 wants to merge 8 commits into
Open
Conversation
- Change 'supports historical data queries' to 'disables historical data queries' so the description matches actual Lite Fullnode behavior. - Link 'Lite Fullnode Pruning Tool' in the Maintenance section to the toolkit page, consistent with the Deployment section.
The snapshot size is bounded by a fixed block count (~65,536) and the account state, while a Fullnode's data grows over time, so the 3% ratio is not stable. Replace it with a qualitative comparison.
- Unify capitalization to FullNode throughout the page. - Link HTTP and gRPC filter references to their source files on master. - Reword the Extendable Functionality bullet so it precisely describes the flag's effect (re-opens the filtered APIs) and the data limitation (no pre-snapshot history).
The DbLite snapshot dataset is built from every database except the archive DBs (block / block-index / trans), so it covers all state DBs (account, contract, asset, witness, votes, delegation, exchange, proposal, market, ...), not only the account state.
Drop the approximate '~' qualifier and add an explicit sentence stating the value is hardcoded in the toolkit and cannot be changed via configuration.
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.
Summary
ref_block_hashwindow — a Lite FullNode must retain at least this many recent blocks to validate incoming transactions.openHistoryQueryWhenLiteFN: enabling it re-opens the filtered APIs, while pre-snapshot history remains unavailable.masterbranch.FullNode/Lite FullNodethroughout the page and drop a duplicated blank line above the maintenance heading.Test plan
toolkit.md/#lite-fullnode-data-pruningandbackup_restore.md/#lite-fullnode-data-snapshotsjump to the correct sections.masterbranch.