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

Move keys out of configuration #2824

Open
ilchu opened this issue Oct 4, 2022 · 2 comments
Open

Move keys out of configuration #2824

ilchu opened this issue Oct 4, 2022 · 2 comments
Labels
config-changes Changes in configuration and start up of the Iroha iroha2-dev The re-implementation of a BFT hyperledger in RUST Refactor Improvement to overall code quality

Comments

@ilchu
Copy link
Contributor

ilchu commented Oct 4, 2022

As discussed on a call with @appetrosyan and @Erigara, we want to move towards configuration which would not keep track of any configuration parameters that are common to all the network, such as consensus parameters and so on, but instead would bootstrap those via some stand-in process and maybe IPC.

A similar logic should apply to keys: they are not configuration parameters per se, but important credentials that should rather be initialized once during the lifetime of a peer, thus also obsoleting the need for the keep-in-sync routine for keys done in Configuration's finish().

@ilchu ilchu added the iroha2-dev The re-implementation of a BFT hyperledger in RUST label Oct 4, 2022
@ilchu ilchu added config-changes Changes in configuration and start up of the Iroha Refactor Improvement to overall code quality labels Oct 4, 2022
@ilchu ilchu self-assigned this Oct 4, 2022
@mversic
Copy link
Contributor

mversic commented Aug 23, 2023

related to #3240

@0x009922
Copy link
Contributor

0x009922 commented Feb 6, 2024

@mversic, why was is closed?

@mversic mversic reopened this Feb 7, 2024
@nxsaken nxsaken added this to Iroha Sep 4, 2024
@nxsaken nxsaken moved this to Backlog in Iroha Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config-changes Changes in configuration and start up of the Iroha iroha2-dev The re-implementation of a BFT hyperledger in RUST Refactor Improvement to overall code quality
Projects
None yet
Development

No branches or pull requests

4 participants