Add missing ccf.gov.msg.type encrypted_recovery_share (#5144)

This commit is contained in:
Amaury Chamayou 2023-03-29 11:44:56 +01:00 коммит произвёл GitHub
Родитель a65414f330
Коммит 4f92870214
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [4.0.0-dev7]
[4.0.0-dev7]: https://github.com/microsoft/CCF/releases/tag/ccf-4.0.0-dev7
### Added
- Added missing `ccf.gov.msg.type` value `encrypted_recovery_share` to `ccf_cose_sign1*` scripts.
## [4.0.0-dev6]
[4.0.0-dev6]: https://github.com/microsoft/CCF/releases/tag/ccf-4.0.0-dev6

Просмотреть файл

@ -34,6 +34,7 @@ GOV_MSG_TYPES = [
"ack",
"state_digest",
"recovery_share",
"encrypted_recovery_share",
] + GOV_MSG_TYPES_WITH_PROPOSAL_ID