dashevo / js-dpp

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

fix: `topLevelIdentity.getId` is not a function #306

Closed shumkov closed 3 years ago

shumkov commented 3 years ago

Issue being fixed or feature implemented

DocumentsBatchTransition failed to create documents due to topLevelIdentity.getId is not a function error in the corresponding Data Trigger. Also, Data Triggers weren't attached to verifyLLMQSignaturesWithCore document type.

What was done?

How Has This Been Tested?

With unit tests

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only