dashhive / DashTx.js

Create TX hex for payments and such
MIT License
3 stars 0 forks source link

ref: ditch confusing dependency injection (corrected) #50

Closed coolaj86 closed 6 months ago

coolaj86 commented 6 months ago

replaces #47, which was closed by mistake

Preview

https://github.com/dashhive/DashTx.js/tree/ref-false-deps

Why?

This has caused issues with false positive missing dependency warnings in bundlers, and it's just confusing to look at.

Nixing.

Although this reduces convenience, DashTx isn't meant to be convenient - it's meant to be accurate. Wallet libraries built atop DashTx will make it convenient.