зеркало из https://github.com/microsoft/CCF.git
Add missing ccf.gov.msg.type encrypted_recovery_share (#5144)
This commit is contained in:
Родитель
a65414f330
Коммит
4f92870214
|
@ -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
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче