hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
310 stars 136 forks source link

Update Consensus to support dynamic AddressBook #8960

Open edward-swirldslabs opened 1 year ago

edward-swirldslabs commented 1 year ago

Event validation needs to be with respect to the dynamic addressbook per round. Consensus happens with the latest address book. Novel Work: The process of updating the address book, picking a round for it to become effective.

poulok commented 11 months ago

D12 Algorithm is needed for this task.

poulok commented 10 months ago

Overlaps with https://github.com/hashgraph/hedera-services/issues/5353. Please read this linked ticket, even though it is closed, to understand any details described there before starting this one.