Releases: Hats-Protocol/agreement-eligibility
Releases · Hats-Protocol/agreement-eligibility
Agreement Eligibility v0.4.0
What's Changed
This version adds batch versions of the revoke()
and forgive()
arbitrator actions. It also adds events for easier indexing.
Deployments
Agreement Eligibility v0.3.0
What's Changed
This version enables compatibility with module chaining. It uses the pull pattern ( IHats.checkHatWearerStatus()
) instead of the push pattern ( IHats.setHatWearerStatus()
) for setting standing and burning a revoked hat.
Deployments
Agreement Eligibility v0.2.0
What's Changed
This version makes the ownerHat and arbitratorHat mutable, ie changeable by a wearer of the ownerHat. Previously, changing either of these roles required migrating to a new instance, which also required migrating all the records of wearer signatures.