-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Before we're able to merge the KES agent integration PR into consensus for the 10.6 node release, we need to release a version of the kes-agent
package to CHaP. However, we don't want to release a functioning version of kes-agent
that hasn't been audited. In order to facilitate this, we will release a version of kes-agent
that can be integrated into ouroboros-consensus
but which has none of the functionality required to actually use a KES agent. This stubbed-out version of kes-agent
will allow us to integrate the package into consensus, and allow us to release a new version of consensus without changing the KES key behaviour of consensus in any way.
Once the kes-agent
code has been properly audited, we can release a functioning version of kes-agent
to CHaP, which should be easily integrated into consensus and require minimal changes to enable the full KES agent functionality in the node (probably in the 10.7 release).
Checklist:
- Update dependency version bounds
-
io-classes
to 1.8 -
typed-protocols
to 1.0 -
ouroboros-network-framework
-
- update
quickcheck-dynamic
to supportQuickCheck-2.16
- update
plutus-core
to supportQuickCheck-2.16
- PR by marcin: QuickCheck-2.16 support plutus#7182
- create issue for relaxing
QuickCheck
upper bounds inral
andfin
- Create a stubbed-out branch of
kes-agent
with definitionsundefined
- Create a
v0.1.0.0
release ofkes-agent
- update
serdoc
upper boundstasty-quickcheck
(critical)containers
th-abstraction
- release
serdoc-core
to Hackage - Release a version of kes-agent with definitions
undefined
to CHaP
Metadata
Metadata
Assignees
Labels
Type
Projects
Status