-
Notifications
You must be signed in to change notification settings - Fork 29
KES Agent Connectivity #1402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
tdammers
wants to merge
6
commits into
main
Choose a base branch
from
tdammers/kes-agent-connectivity
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
KES Agent Connectivity #1402
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e162952
Update to an unreleased version of ledger with mempack usage
lehins ed3f3fd
update srp
lehins b56dd99
Update to use newest cardano-crypto-class with unsound pure KES imple…
lehins 2977a03
Pin versions of crypto packages
lehins 6ef6f95
Use mlocked KES
tdammers d2365a8
Add KES agent connectivity
tdammers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,11 @@ multi-repl: True | |
|
||
import: ./asserts.cabal | ||
|
||
allow-newer: plutus-core:cardano-crypto-class | ||
, bytestring | ||
, serdoc-core:tasty-quickcheck | ||
, kes-agent:base | ||
|
||
package ouroboros-network | ||
-- Certain ThreadNet tests rely on transactions to be submitted promptly after | ||
-- a node (re)start. Therefore, we disable this flag (see | ||
|
@@ -44,3 +49,46 @@ package ouroboros-network | |
if(os(windows)) | ||
constraints: | ||
bitvec -simd | ||
|
||
source-repository-package | ||
type: git | ||
location: [email protected]:input-output-hk/kes-agent | ||
tag: 7d3517d61004b3e0867b62f1b4cf02ae5eee5589 | ||
--sha256: sha256-N4XRVqC+UgWej+J16RPh3EO6MSIE3wmJvmP5/nRgIuw= | ||
subdir: | ||
kes-agent | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/input-output-hk/cardano-ledger | ||
tag: 9d380ab7d6ae52ff66aae9a19dbb3036b1b13c94 | ||
--sha256: sha256-N4XRVqC+UgWej+J16RPh3EO6MSIE3wmJvmP5/nRgIuw= | ||
subdir: | ||
eras/allegra/impl | ||
eras/alonzo/impl | ||
eras/alonzo/test-suite | ||
eras/babbage/impl | ||
eras/babbage/test-suite | ||
eras/byron/chain/executable-spec | ||
eras/byron/crypto | ||
eras/byron/crypto/test | ||
eras/byron/ledger/executable-spec | ||
eras/byron/ledger/impl | ||
eras/byron/ledger/impl/test | ||
eras/conway/impl | ||
eras/conway/test-suite | ||
eras/mary/impl | ||
eras/shelley/impl | ||
eras/shelley-ma/test-suite | ||
eras/shelley/test-suite | ||
libs/cardano-data | ||
libs/cardano-ledger-api | ||
libs/cardano-ledger-binary | ||
libs/cardano-ledger-core | ||
libs/cardano-ledger-test | ||
libs/cardano-protocol-tpraos | ||
libs/constrained-generators | ||
libs/non-integral | ||
libs/set-algebra | ||
libs/small-steps | ||
libs/vector-map |
8 changes: 8 additions & 0 deletions
8
...os-consensus-cardano/changelog.d/20250130_093803_tdammers_mlocked_kes_rebase.md
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### Breaking | ||
|
||
- Use new mlocked KES API for all internal KES sign key handling. | ||
- Add finalizers to all block forgings (required by `ouroboros-consensus`). | ||
- Change `ShelleyLeaderCredentials` to not contain the KES sign key itself | ||
anymore. Instead, the `CanBeLeader` data structure now contains a | ||
`praosCanBeLeaderCredentialsSource` field, which specifies how to obtain the | ||
actual credentials (OpCert and KES SignKey). |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.