Zilliqa / zq2

Zilliqa 2.0 code base
Apache License 2.0
8 stars 0 forks source link

Align consensus contract with ZIP-25 #904

Open JamesHinshelwood opened 3 months ago

JamesHinshelwood commented 3 months ago

Specifically I know that we are missing the suspended state for validators, but we should do a full review and make sure we are aligned with https://github.com/Zilliqa/zilliqa-experimental/blob/users/zoltan/drafts/zoltan/zip-25.md

JamesHinshelwood commented 3 months ago

~Actually ZIP-25 describes the staking contract which sits above our deposit contract, so we shouldn't implement everything in there. We should still make sure we support the necessary core features though.~

Having re-read my comment, I've decided I was talking nonsense :)

DrZoltanFazekas commented 1 month ago

This is related to or includes #1140