KomodoPlatform / zebra

An ongoing Rust implementation of a Komodo node. 🦓
Apache License 2.0
3 stars 5 forks source link

Add komodo notary easy-mined special block validation support #8

Closed dimxy closed 1 year ago

dimxy commented 1 year ago

In komodo dpow protocol, as reward, notaries are allowed to mine blocks with low difficulty. Validation rules for such blocks are to be added: check if a valid notary for this height created a special block check for notary duplicates within 66 blocks validate the special block's blocktime check a new rule introduced in season 6 to allow notary duplicates if there is a long gap between mined blocks

dimxy commented 1 year ago

added code in PR #2