vulpemventures / go-elements

Go support for Liquid/Elements transactions
MIT License
27 stars 13 forks source link

[psetv2] Hotfix: Add methods to updater for in explicit asset and value #216

Closed altafan closed 1 year ago

altafan commented 1 year ago

This adds missing methods to psetv2 Updater role for input explicit asset and value. Along with the explicit asset/value, the corresponding blind proof (generated with related commitment and blinder) must be provided as per spec. The proof is not verified to prevent circular dependency with confidential pkg and must be done by the user.

Please @tiero @sekulicd review this.