dashevo / js-dpp

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

feat!: fund Identity with Asset Lock Proofs #276

Closed shumkov closed 3 years ago

shumkov commented 3 years ago

Issue being fixed or feature implemented

To fund and top up Identity in secure way we need to verify that asset lock transaction exists. There are two ways to do that: with instant lock and chain lock. This is the first iteration with instant lock proof type.

What was done?

How Has This Been Tested?

With unit and integration tests

Breaking Changes

Checklist:

For repository code-owners and collaborators only