dashevo / js-dash-sdk

DEPRECATED Dash client-side library for wallet payment/signing and application development. (Wallet, DAPI, Primitives, BLS, ...)
https://dashevo.github.io/platform/SDK/
MIT License
35 stars 21 forks source link

fix: UTXO selection doesn't work properly #277

Closed shumkov closed 3 years ago

shumkov commented 3 years ago

Issue being fixed or feature implemented

There are several UTXO related bugs:

Also, Due to a bug in grpc-js explained here. A temporary solution is used to bypass this bug until a fix is merged into Node.js explained here

Need to update DAPI Client to fix the bug with DAPI Client browser compatibility https://github.com/dashevo/js-dapi-client/pull/284

What was done?

How Has This Been Tested?

With CI

Breaking Changes

None

Checklist:

For repository code-owners and collaborators only