bitcoindevkit / bitcoin-ffi

Other
12 stars 7 forks source link

feat: add address type #9

Closed reez closed 4 weeks ago

reez commented 1 month ago

Adding Address type.

Note

thunderbiscuit commented 4 weeks ago

I think this one is ready to go. @reez would you mind rebasing?

reez commented 4 weeks ago

This looks good! One thing I'd add is the auto-generated Display trait on Address.

[Traits=(Display)]
interface Address

this is added now, mirrored what we do in bdk-ffi

reez commented 4 weeks ago

I think this one is ready to go. @reez would you mind rebasing?

this is rebased now

thunderbiscuit commented 4 weeks ago

Tested locally on bdk-ffi and everything is smooth. CI run here.