LibertyDSNP / eth-sdk-ts

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

Features/read file conversions 178901912 #143

Closed rosalinekarr closed 3 years ago

rosalinekarr commented 3 years ago

Problem

The batch function readFile currently passes records directly from Parquet to the callback, meaning almost all fields are Uint8arrays instead of parsed and formatted announcements. #178901912

Solution

Update readFile to parse announcements from records before passing them to the callback.

Change summary: