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

New Account Structure #1594

Closed
takemiyamakoto opened this issue Nov 9, 2021 · 2 comments
Closed

New Account Structure #1594

takemiyamakoto opened this issue Nov 9, 2021 · 2 comments
Assignees
Labels
Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST Optimization Something isn't working as well as it should

Comments

@takemiyamakoto
Copy link

We need to refactor accounts for public blockchain use cases, where pre-registration is not needed. For example, like ethereum or polkadot accounts, where you can generate a key offline and get an address people can send assets to.

Account names can be registered as an "alias" or public identity.

@takemiyamakoto takemiyamakoto added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label Nov 9, 2021
@appetrosyan
Copy link
Contributor

Another point that was raised during status, was that Substrate accounts have a primary key-pair and secondary keys used for multi-signature transactions.

@s8sato
Copy link
Contributor

s8sato commented Feb 1, 2022

This issue has to do with how a new peer join the network #1375
With the current design, a new peer cannot take any voluntary action in public chains

@appetrosyan appetrosyan added Enhancement New feature or request Optimization Something isn't working as well as it should labels Feb 20, 2022
@appetrosyan appetrosyan self-assigned this Mar 11, 2022
@s8sato s8sato added the Green label Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request iroha2-dev The re-implementation of a BFT hyperledger in RUST Optimization Something isn't working as well as it should
Projects
None yet
Development

No branches or pull requests

3 participants