dashevo / js-dpp

DEPRECATED The JavaScript implementation of the Dash Platform Protocol
MIT License
8 stars 8 forks source link

fix: cbor can decode Buffer into Object #308

Closed shuplenkov closed 3 years ago

shuplenkov commented 3 years ago

Issue being fixed or feature implemented

CBOR decodes Buffer values of JSON to Objects instead of Buffers (in browser environments)

What was done?

Updated CBOR to v7. Added an extra dependency node-inspect-extracted (See this issue)

How Has This Been Tested?

Breaking Changes

No

Checklist:

For repository code-owners and collaborators only