-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gdemay/fix-nonce-workload' into 'rc--2023-11-15_23-00'
fix: ensure nonce used for update request is at most 32 bytes Follow-up on [MR-16066](https://gitlab.com/dfinity-lab/public/ic/-/merge_requests/16066) to ensure that update requests used in `workload_generator` use a nonce of at most 32 bytes. The previously used nonce was some bytes derived from pretty-printing a timestamp and a counter. The new nonce is the SHA2-256 of the previous bytes so that the result is guaranteed to be 32 bytes. See merge request dfinity-lab/public/ic!16167
- Loading branch information
Showing
4 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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