Conversation
1385f85 to
dbc2338
Compare
c13b537 to
d28d62c
Compare
70ba734 to
347f565
Compare
731b9fd to
bfa507e
Compare
9524878 to
7c1388b
Compare
- Use keyrole types instead of promoted constructors - tracing: remove ouroboros-network:framework-tracing Network.Mux - tracing: remove ouroboros-network:framework-tracing Ouroboros.Network - tracing: remove ouroboros-network:tracing - integrate new Ledger traces - use ToJSON to get ToObject for ApplyTxError - Add instance ToObject TxDecision - Fill in LSM traces and reason for switch (#6469) Co-authored-by: Federico Mastellone <federico.pascual-mastellone@iohk.io> Co-authored-by: Javier Sagredo <javier.sagredo@iohk.io>
- fix blockfrost response types to match alonzo genesis ones
Co-authored-by: Fraser Murray <fraser.murray@iohk.io>
Allow testing block production with kes-agent via cardano-testnet --use-kes-agent
Co-authored-by: Pablo Lamela <pablo.lamela@iohk.io>
John Lotoski found that it doesn't appear under any condition (GenesisMode, PraosMode). Now connection manager & peer selection exposes a more detailed metrics including `cardano_node_metrics_peerSelection_ActivePeers_int`
Its imports are not necessary, so it can be removed.
0ea956a to
28b1c2a
Compare
NetworkTopology was moved to ouroboros-netowork and refactored, which causes the following changes in cardano-testnet: - `createTestnetEnv` now creates a concrete topology, instead of an abstract one - `createTestnetEnv` now allocates random ports to nodes and writes them both to the concrete topology file and the to the nodes config directories - `cardanoTestnet` now does not generate the ports and instead reads the ones assigned by `createTestnetEnv` from disk
28b1c2a to
6118792
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #6360