-
Notifications
You must be signed in to change notification settings - Fork 276
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
[feature] #4126: Add chain_id to prevent replay attacks #4185
Merged
mversic
merged 2 commits into
hyperledger-iroha:iroha2-dev
from
mversic:prevent_cross_chain_attack
Jan 15, 2024
Merged
[feature] #4126: Add chain_id to prevent replay attacks #4185
mversic
merged 2 commits into
hyperledger-iroha:iroha2-dev
from
mversic:prevent_cross_chain_attack
Jan 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mversic
requested review from
s8sato,
Arjentix,
SamHSmith,
QuentinI,
outoftardis,
ilchu,
pesterev,
Erigara,
0x009922 and
DCNick3
as code owners
January 9, 2024 07:29
github-actions
bot
added
the
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
label
Jan 9, 2024
mversic
force-pushed
the
prevent_cross_chain_attack
branch
2 times, most recently
from
January 9, 2024 07:56
637beed
to
d6be187
Compare
mversic
force-pushed
the
prevent_cross_chain_attack
branch
6 times, most recently
from
January 9, 2024 11:24
5cf8df7
to
9beb6c3
Compare
Erigara
reviewed
Jan 9, 2024
Let's in future separate versions bump in different commit |
mversic
force-pushed
the
prevent_cross_chain_attack
branch
7 times, most recently
from
January 9, 2024 14:27
6d972bb
to
04a5362
Compare
mversic
force-pushed
the
prevent_cross_chain_attack
branch
from
January 11, 2024 10:51
d01ecdb
to
fbdacad
Compare
Erigara
previously approved these changes
Jan 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, few optional comments
DCNick3
previously approved these changes
Jan 11, 2024
mversic
force-pushed
the
prevent_cross_chain_attack
branch
from
January 11, 2024 12:37
fbdacad
to
65c40e5
Compare
Erigara
previously approved these changes
Jan 11, 2024
mversic
force-pushed
the
prevent_cross_chain_attack
branch
2 times, most recently
from
January 12, 2024 05:55
ab90379
to
77dcdbf
Compare
DCNick3
previously approved these changes
Jan 12, 2024
mversic
force-pushed
the
prevent_cross_chain_attack
branch
3 times, most recently
from
January 12, 2024 09:47
d705815
to
cd4f2f5
Compare
DCNick3
approved these changes
Jan 12, 2024
Erigara
reviewed
Jan 12, 2024
Erigara
approved these changes
Jan 12, 2024
mversic
force-pushed
the
prevent_cross_chain_attack
branch
from
January 15, 2024 07:23
cd4f2f5
to
138f2e1
Compare
Signed-off-by: Marin Veršić <[email protected]>
Signed-off-by: Marin Veršić <[email protected]>
mversic
force-pushed
the
prevent_cross_chain_attack
branch
from
January 15, 2024 10:35
138f2e1
to
e351235
Compare
Pull Request Test Coverage Report for Build 7527630250
💛 - Coveralls |
Asem-Abdelhady
pushed a commit
to Asem-Abdelhady/iroha
that referenced
this pull request
Jan 18, 2024
…cks (hyperledger-iroha#4185) * [feature] hyperledger-iroha#4126: Add chain_id to prevent replay attacks Signed-off-by: Marin Veršić <[email protected]> * [feature]: add implementation for Box<str> FFI conversion Signed-off-by: Marin Veršić <[email protected]>
Asem-Abdelhady
pushed a commit
to Asem-Abdelhady/iroha
that referenced
this pull request
Jan 18, 2024
…cks (hyperledger-iroha#4185) * [feature] hyperledger-iroha#4126: Add chain_id to prevent replay attacks Signed-off-by: Marin Veršić <[email protected]> * [feature]: add implementation for Box<str> FFI conversion Signed-off-by: Marin Veršić <[email protected]>
Asem-Abdelhady
pushed a commit
to Asem-Abdelhady/iroha
that referenced
this pull request
Jan 18, 2024
…cks (hyperledger-iroha#4185) * [feature] hyperledger-iroha#4126: Add chain_id to prevent replay attacks Signed-off-by: Marin Veršić <[email protected]> * [feature]: add implementation for Box<str> FFI conversion Signed-off-by: Marin Veršić <[email protected]>
Asem-Abdelhady
pushed a commit
to Asem-Abdelhady/iroha
that referenced
this pull request
Jan 22, 2024
…cks (hyperledger-iroha#4185) * [feature] hyperledger-iroha#4126: Add chain_id to prevent replay attacks Signed-off-by: Marin Veršić <[email protected]> * [feature]: add implementation for Box<str> FFI conversion Signed-off-by: Marin Veršić <[email protected]> Signed-off-by: Asem-Abdelhady <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Linked issue
Closes #4126
Benefits
Checklist
CONTRIBUTING.md