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

Add optional nonce to transaction #1493

Closed
e-ivkov opened this issue Sep 30, 2021 · 0 comments
Closed

Add optional nonce to transaction #1493

e-ivkov opened this issue Sep 30, 2021 · 0 comments
Assignees
Labels
api-changes Changes in the API for client libraries iroha2-dev The re-implementation of a BFT hyperledger in RUST

Comments

@e-ivkov
Copy link
Contributor

e-ivkov commented Sep 30, 2021

Transaction need to include an optional nonce (that clients generally can fill with random number). It will be used for the cases when client submits many txs and timestamp might be the same. In identical transactions this will lead to them having same hashes. Therefore by introducing random nonce we will mitigate this problem.

@e-ivkov e-ivkov added api-changes Changes in the API for client libraries iroha2-dev The re-implementation of a BFT hyperledger in RUST labels Sep 30, 2021
@s8sato s8sato self-assigned this Oct 1, 2021
s8sato added a commit to s8sato/iroha that referenced this issue Oct 26, 2021
Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com>
s8sato added a commit to s8sato/iroha that referenced this issue Oct 26, 2021
Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com>
s8sato added a commit to s8sato/iroha that referenced this issue Oct 26, 2021
Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com>
s8sato added a commit that referenced this issue Oct 26, 2021
Signed-off-by: s8sato <49983831+s8sato@users.noreply.github.com>
@s8sato s8sato closed this as completed Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-changes Changes in the API for client libraries iroha2-dev The re-implementation of a BFT hyperledger in RUST
Projects
None yet
Development

No branches or pull requests

2 participants