SiaFoundation / walletd

A new Sia wallet
https://sia.tech/software/walletd
MIT License
14 stars 8 forks source link

WIP: Port to core/types #11

Closed chris124567 closed 1 year ago

chris124567 commented 1 year ago

Still need to switch out the consensus diff stuff in walletutil (current source of build failures) but that shouldn't be too hard.

chris124567 commented 1 year ago

OK this passes jape and all the tests but the siad->core and vice versa type conversions required due to the lack of consensus change subscription in core v1 are a bit ugly.