LibertyDSNP / eth-sdk-ts

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

Fixed bug in sdk/core/contracts/publisher#dsnpBatchFilter() #134

Closed rosalinekarr closed 3 years ago

rosalinekarr commented 3 years ago

Problem

dsnpBatchFilter() in sdk/core/contracts/publisher fails to output the correct result for AnnouncementType.Tombstone due to JavaScript type coercion nonsense #178901784

Solution

Changed dsnpBatchFilter() to work properly for AnnouncementType.Tombstone.

Change summary: