-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Support Quorum import export chain #946
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
Conversation
# Conflicts: # docs/Features/dns.md
# Conflicts: # mkdocs.yml
trung
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can retrieve chain config from the database. Trace the usage from:
https://github.com/jpmorganchase/quorum/blob/439f52942a15d4b9f8ea930a7a0c19399b4a226b/core/rawdb/accessors_metadata.go#L47-L72
This way you don't need to introduce new param to the existing command.
trung
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix #920
There are issues currently with import & export chain for Quorum. This PR fixes these issues
For Quorum Chain Export
e.g.
For Quorum Chain Import
Keep Tessera running and provide
PRIVATE_CONFIGenvironment variable if there are private transaction in the imported chain data. Tessera must not lose its private transaction data. The node must be initiated by proper genesis file already before calling geth import.e.g.