-
Notifications
You must be signed in to change notification settings - Fork 279
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
Genesis is signed with correct key #4253
Labels
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Security
This issue asks for improved security
Comments
mversic
added
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
Security
This issue asks for improved security
labels
Feb 5, 2024
flow to reproduce just use different key pairs on different nodes for genesis account |
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 10, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 15, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 15, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 16, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
mversic
pushed a commit
to Erigara/iroha
that referenced
this issue
Apr 16, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
mversic
pushed a commit
to Erigara/iroha
that referenced
this issue
Apr 16, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 17, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 17, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara
added a commit
that referenced
this issue
Apr 17, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Security
This issue asks for improved security
When genesis is received via listen for genesis via
sumeragi_listen_for_genesis
(BlockCreated
/BlockSyncUpdate
) it is not verified that genesis is signed withIROHA_GENESIS_PUBLIC_KEY
. Not even leader that creates the genesis block verifies that genesis is signed with correct key insumeragi_init_commit_genesis
The text was updated successfully, but these errors were encountered: