-
Notifications
You must be signed in to change notification settings - Fork 39
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
The genesis transactions are opaque with poor readability #1408
Comments
I think we should try to use genesis-generator to generate the first genesis transaction too. TODO
|
What happened
At present, the genesis transactions are generated from previous genesis transactions.
axon/devtools/genesis-generator/src/main.rs
Lines 42 to 53 in 283195b
So, what are the first genesis transactions?
How to generate the first genesis transactions?
Since the previous genesis transactions are binary data, how to prove they are safety and trusted, and there are no malicious behaviors in them.
Should the genesis transactions be generated from configurations?
The text was updated successfully, but these errors were encountered: