LibertyDSNP / eth-sdk-ts

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

Bugs/invalid validators 179299754 #145

Closed rosalinekarr closed 3 years ago

rosalinekarr commented 3 years ago

Problem

Announcement validators were incorrectly returning valid for announcements missing a createdAt field. #179299754

Solution

Update the validators to require createdAt exist and be a BigInt

Change summary: