LibertyDSNP / eth-sdk-ts

TypeScript SDK for DSNP on Ethereum
Apache License 2.0
9 stars 1 forks source link

Features/validate 177926772 #92

Closed rosalinekarr closed 3 years ago

rosalinekarr commented 3 years ago

Problem

We don't have a complete way to validate announcements anywhere in the SDK yet, only individual pieces of validation like activity content validation and message signatures, and several of those validators are out of date with the spec. #177926772

Solution

Update all our existing validators to comply with the spec and add validation methods to the ~messages~ announcement module which calls them all in one place.