Skip to content

2.2.0 - self-attested claims

Compare
Choose a tag to compare
@Nakasar Nakasar released this 17 Oct 09:45
· 1 commit to main since this release
c42610a

Added

  • Identities are now required to implement the standardized function isClaimValid(IIdentity _identity, uint256 claimTopic, bytes calldata sig, bytes calldata data) external view returns (bool), used for self-attested claims (_identity is the address of the Identity contract).
  • Implemented the isClaimValid function in the Identity contract.
  • IdFactory now implements the implementationAuthority() getter.

Full Changelog: 2.1.0...2.2.0