ceremonyclient/consensus
2025-11-04 01:45:43 -06:00
..
counters further refinements 2025-11-02 01:14:43 -06:00
eventhandler mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
eventloop bulk of engine swap out 2025-11-04 01:45:43 -06:00
forest bulk of tests 2025-10-30 02:19:35 -05:00
forks mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
helper mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
integration mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
mocks mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
models mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
notifications mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
pacemaker resolve timeout hanging 2025-11-02 04:33:51 -06:00
participant bulk of engine swap out 2025-11-04 01:45:43 -06:00
safetyrules remaining non-integration tests 2025-10-30 05:23:26 -05:00
signature mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
stateproducer mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
timeoutaggregator resolve timeout hanging 2025-11-02 04:33:51 -06:00
timeoutcollector mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
tracker remaining non-integration tests 2025-10-30 05:23:26 -05:00
validator mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
verification mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
voteaggregator further refinements 2025-11-02 01:14:43 -06:00
votecollector mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
.mockery.yaml wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_committee.go remaining non-integration tests 2025-10-30 05:23:26 -05:00
consensus_consumer.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_events.go further refinements 2025-11-02 01:14:43 -06:00
consensus_finalizer.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_forks.go bulk of tests 2025-10-30 02:19:35 -05:00
consensus_leader.go further refinements 2025-11-02 01:14:43 -06:00
consensus_liveness.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_pacemaker.go further adjustments, restore full pacemaker shape 2025-10-31 13:07:12 -05:00
consensus_producer.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_safety_rules.go remaining non-integration tests 2025-10-30 05:23:26 -05:00
consensus_signature.go bulk of tests 2025-10-30 02:19:35 -05:00
consensus_signer.go bulk of tests 2025-10-30 02:19:35 -05:00
consensus_store.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_sync.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_timeout.go further refinements 2025-11-02 01:14:43 -06:00
consensus_tracing.go add integration test, adjust log interface, small tweaks 2025-10-31 01:00:11 -05:00
consensus_validator.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_verifier.go bulk of tests 2025-10-30 02:19:35 -05:00
consensus_voting.go mostly finalized state for consensus 2025-11-03 03:05:10 -06:00
consensus_weight.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
go.mod further refinements 2025-11-02 01:14:43 -06:00
go.sum remaining non-integration tests 2025-10-30 05:23:26 -05:00
README.md wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
vote_aggregator.go further refinements 2025-11-02 01:14:43 -06:00
vote_collector.go remaining non-integration tests 2025-10-30 05:23:26 -05:00
vote_collectors.go further refinements 2025-11-02 01:14:43 -06:00

Consensus State Machine

Consensus State Machine is being swapped out with a fork of the HotStuff implementation by Flow. This will be updated with appropriate license details when the fork work has finished.