vulpemventures / ocean

:ocean: Elements/Liquid wallet daemon
MIT License
5 stars 7 forks source link

Return all addresses in ListAddresses & Fix Transfer rpc #27

Closed altafan closed 1 year ago

altafan commented 1 year ago

Before this the account service was returning only external addresses when listing all for an account. Now it returns internal addresses too.

This also fixes the Transfer rpc by letting one to transfer all balance from an account by deducting network fees instead of assign them to the transferred amount as usually done.

Last but not least, this updates the Input message type by adding new fields that will help with the estimation of a tx with p2sh/p2sh(p2wsh)/p2wsh/p2tr inputs.

Please @tiero review.