ceremonyclient/consensus
2025-10-29 02:27:37 -05:00
..
event_handler wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
event_loop wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
example v2.1.0.3 (#449) 2025-10-23 22:43:17 -05:00
forest wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
forks wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
helper wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
mocks wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
models wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
notifications/pubsub wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
pacemaker wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
safetyrules wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
signature wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
stateproducer wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
timeoutaggregator wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
timeoutcollector wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
tracker wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
validator wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
verification wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
voteaggregator wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
votecollector wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_signature.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
consensus_signer.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
go.sum wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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 v2.1.0.4 (#450) 2025-10-25 02:55:12 -05:00
vote_aggregator.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -05:00
vote_collector.go wip: conversion of hotstuff from flow into Q-oriented model 2025-10-29 02:27:37 -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.