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

Generate a snapshot of useful information to be included in ALM #370

Closed
patitonar opened this issue Jun 24, 2020 · 0 comments · Fixed by #405
Closed

Generate a snapshot of useful information to be included in ALM #370

patitonar opened this issue Jun 24, 2020 · 0 comments · Fixed by #405
Labels

Comments

@patitonar
Copy link
Contributor

Develop a script that will get useful information for the app. The script could run before building the application and store the results in a file that will be included in the sources (to avoid having other external services). Then the app will get the information from these snapshots and only request the delta.

The snapshots could also include the basic information of the app such as:

  • Chain Ids
  • Block confirmations numbers
  • Validator contracts address (and for example deployedAtBlock value if needed)
  • RequiredSignaturesChanged events
  • ValidatorAdded events
  • ValidatorRemoved events
  • RequiredBlockConfirmationChanged events

Having this information will save doing a lot of requests, which will increase the response of the app. I wouldn't recommend storing information about the user's transactions because it could be a lot of data, and it will affect the loading time of the app because of the size of the snapshots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant