LibertyDSNP / eth-sdk-ts

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

Bugs/inconsistent validation behavior 179304918 #151

Closed rosalinekarr closed 3 years ago

rosalinekarr commented 3 years ago

Problem

Previously, announcements.isTombstoneAnnouncement() threw errors like the activity content validations which is inconsistent with the behavior of the other announcement validations. #179304918

Solution

Updated announcements.isTombstoneAnnouncement() to return false and updated content porcelain accordingly so it could still throw specific errors regarding faulty user arguments.

Change summary: