mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
Bump consensus v1.35.37 -> v1.36.1 + rip node-side view-change plumbing
v1.36 upstreamed round-scoped view-change INTO the engine (internal prevote/POL in attestation/reconcile/cert), dropping the external hooks config.Parameters. ViewChange + Runtime.HandleIncomingPrevote. Ripped the node's now-redundant external plumbing: the ViewChange enable block (LUX_CONSENSUS_VIEW_CHANGE gate), the quorumKindPrevote gossip routing + HandleIncomingPrevote call, the dead BroadcastPrevote gossiper method, and the quorumKindPrevote envelope kind. The engine owns view-change natively now (fail-secure halt on 2a-n>f unchanged). Whole node builds EXIT 0 on v1.36.1; luxd binary compiles (55M). Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
@@ -26,7 +26,7 @@ require (
|
||||
github.com/huin/goupnp v1.3.0
|
||||
github.com/jackpal/gateway v1.1.1
|
||||
github.com/jackpal/go-nat-pmp v1.0.2
|
||||
github.com/luxfi/consensus v1.35.37
|
||||
github.com/luxfi/consensus v1.36.1
|
||||
github.com/luxfi/crypto v1.19.26
|
||||
github.com/luxfi/database v1.20.4
|
||||
github.com/luxfi/ids v1.3.1
|
||||
|
||||
Reference in New Issue
Block a user