HerodotusDev / integrity

Apache License 2.0
61 stars 18 forks source link

Proxy Fact Registry #138

Closed fmkra closed 4 days ago

fmkra commented 1 month ago

Add support for multiple verifiers in one Fact Registry. Verifier component is now a separate contract which is called from Fact Registry. Different verifiers are distinguished by their VerifierSettings object which is now an argument to verify_and_register_fact. Owner of Fact Registry can add new verifier by calling register_verifier.

fmkra commented 4 days ago

Closing since it was merged to autogenerated_split which will be later merged into main