test: antithesis
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
- CLAUDE.md: project overview, code standards, architecture notes, doc index - docs/praos-network.md: complete N2N protocol reference from spec + blueprint (mux wire format, all 6 mini-protocols with state machines, CDDL, timeouts, concrete Cardano era-tagged types) - docs/implementation-haskell.md: ouroboros-network architecture survey (typed-protocols framework, mux Wanton scheduling, connection manager) - docs/implementation-pallas-v1.md: pallas-network v1 survey (facade API, runtime agency checks, design assessment) - docs/implementation-pallas-v2.md: pallas-network2 survey (Interface/Behavior/Manager pattern, pure state machines, promotion system) - docs/leios-changes.md: CIP-0164 Leios network additions (LeiosNotify/LeiosFetch protocols, EB/vote/certificate types, QoS requirements, structural implications for net-rs) - plans/masterplan.md: project vision, requirements, design areas - plans/implementation-plan.md: Phase 1 plan (bearer, mux, codec, handshake, CLI) Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [blinklabs-io/go](https://github.com/blinklabs-io/docker-go) from 1.25.7-1 to 1.25.8-1. - [Release notes](https://github.com/blinklabs-io/docker-go/releases) - [Commits](https://github.com/blinklabs-io/docker-go/compare/v1.25.7-1...v1.25.8-1) --- updated-dependencies: - dependency-name: blinklabs-io/go dependency-version: 1.25.8-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
It makes more sense for it to take PreExistingRuns directly, instead of first turning each level into IncomingRuns and then turning those into PreExistingRuns.
feat: avoid storage and diffusion of unconsistent network configuration and epoch settings
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5.0.3...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
gRPC: Add gRPC interface to cardano-node with tests in cardano-testnet
Switch to 1s slot length for better behavior, otherwise we saw one or the other short-fork, which messed with the tx-centrifuge? Also ues mainnet-like k
From https://github.com/pcapriotti/optparse-applicative at 5377a34d280bf847588b443b25a581803f484259
Signed-off-by: Eric Torreborre <[email protected]>
Merge from develop to main