-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: CON-1434 Increment metric in case of
NiDkgTag
mismatches (#3329
) With #3039 we will start to serialize maps of the form `(nidkg_tag, nidkg_transcript)` as a vector of `nidkg_transcript`s. This is fine since the NiDkg tag is also part of the NiDkg transcript. More generally, the change makes the assumption `nidkg_tag == nidkg_transcript.tag` explicit. As an extra pre-caution, this PR adds a log and metric to increase our confidence that this assumption already holds today (and thus that the change in #3039 is safe to roll out).
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
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