phoreproject / pm-go

OpenBazaar 2.0 Server Daemon in Go
MIT License
4 stars 8 forks source link

Migrate away from btcd in favor of a lighter library #9

Closed meyer9 closed 6 years ago

meyer9 commented 6 years ago

btcd has way too much code for what we need. The tests do not pass with Phore and for now, there's not a great reason to include all of those extra parts of the library. We should migrate away from btcd and toward something like this: https://github.com/cpacia/bchutil

meyer9 commented 6 years ago

Forked here: https://github.com/phoreproject/phrutil

meyer9 commented 6 years ago

After looking at this more, this is impossible. Phore changes too many things about the core protocol to just fork a small number of files.