ceremonyclient/consensus
2025-10-30 05:23:26 -05:00
..
eventhandler remaining non-integration tests 2025-10-30 05:23:26 -05:00
eventloop bulk of tests 2025-10-30 02:19:35 -05:00
example bulk of tests 2025-10-30 02:19:35 -05:00
forest bulk of tests 2025-10-30 02:19:35 -05:00
forks bulk of tests 2025-10-30 02:19:35 -05:00
helper remaining non-integration tests 2025-10-30 05:23:26 -05:00
mocks bulk of tests 2025-10-30 02:19:35 -05:00
models bulk of tests 2025-10-30 02:19:35 -05:00
notifications/pubsub bulk of tests 2025-10-30 02:19:35 -05:00
pacemaker bulk of tests 2025-10-30 02:19:35 -05:00
safetyrules remaining non-integration tests 2025-10-30 05:23:26 -05:00
signature remaining non-integration tests 2025-10-30 05:23:26 -05:00
stateproducer wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
timeoutaggregator remaining non-integration tests 2025-10-30 05:23:26 -05:00
timeoutcollector remaining non-integration tests 2025-10-30 05:23:26 -05:00
tracker remaining non-integration tests 2025-10-30 05:23:26 -05:00
validator remaining non-integration tests 2025-10-30 05:23:26 -05:00
verification bulk of tests 2025-10-30 02:19:35 -05:00
voteaggregator remaining non-integration tests 2025-10-30 05:23:26 -05:00
votecollector remaining non-integration tests 2025-10-30 05:23:26 -05:00
.mockery.yaml wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
backoff_timer.go 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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05: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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05: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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 remaining non-integration tests 2025-10-30 05:23:26 -05:00
consensus_tracing.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_weight.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
go.mod remaining non-integration tests 2025-10-30 05:23:26 -05: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
state_machine_test.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
state_machine_viz.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
state_machine.go bulk of tests 2025-10-30 02:19:35 -05:00
vote_aggregator.go bulk of tests 2025-10-30 02:19:35 -05:00
vote_collector.go remaining non-integration tests 2025-10-30 05:23:26 -05:00
vote_collectors.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05: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.