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

feat(liteFullNodeTool): optimize liteFullNodeTool #4607

Merged

Conversation

halibobo1205
Copy link
Contributor

What does this PR do?
1. disable split history data with light node data
2. disable merge history data which split from light node data
3. disable split snapshot if block is less than 65536
4. add latest 65536 blocks and related transactions
5. remove unnecessary check, minimum dbs for light node
Why are these changes required?

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details

@halibobo1205 halibobo1205 force-pushed the feature/liteTool_opt branch 8 times, most recently from baa156d to 932f70f Compare August 25, 2022 11:43
@halibobo1205 halibobo1205 changed the base branch from develop to release_v4.6.0 August 29, 2022 07:24
1. disable light node data to split history data
2. disable history data splitted from light node data to merge
3. disable split if block is less than 65536
4. add latest 65536 blocks and related transactions into snapshot data
5. remove light node minimum dbs check
@halibobo1205 halibobo1205 merged commit 626e31e into tronprotocol:release_v4.6.0 Aug 31, 2022
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.

None yet

3 participants