-
Notifications
You must be signed in to change notification settings - Fork 5
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
Snapshot user balances #27
Comments
From what I know, this is the way it works right now.
I am trying to understand what this means |
Genesis needs the private keys and initial balances. We need the keys first and then update the genesis to include them. |
It's an argument that the demo should not include a transfer of REV from the validator to the attestor/publisher/buyer as a part of official demos. |
As I said, the keys are already inside genesis. |
So, as I said earlier, I suggest we use the same rnode snapshot so we can all can all work with the same registry URI, what do you think? |
This is a great idea. Remember that the snapshot needs to be available to everyone, including the demo systems. Also, as I update and test the rholang, the URI will change. Which means we'll need to update the snapshot from time-to-time. |
sorry about the closing, it was a mistake |
I think https://docs.github.com/en/github/managing-large-files/versioning-large-files will work for snapshot storage. |
Genesis will give REV to the validator, but 'publisher', 'attestor', and 'buyer' will not have rev.
A demo requiring an initial transfer of REV to publisher, attestor, and buyer will not be as smooth as a demo in which these users already have rev.
Proposal: put the private keys for the publisher, attestor, and buyer into genesis.
Then our snapshot will already include the necessary balances
The text was updated successfully, but these errors were encountered: