Describe the bugocx does not build if gmp (libgmp-dev on Ubuntu) is not installed.
To Reproduce
Steps to reproduce the behavior:
Uninstall gmp if you have it installed
go build ./cmd/ocx/...
See error
Expected behaviorcmd/ocx should not need gmp installed in order to build, only cmd/fred. Creating timelock puzzles is quick since there is a trapdoor, so gmp is not needed.
Desktop (please complete the following information):
OS: Ubuntu
Additional context
This should be solved by separating the creating and solving dependencies for auction orders.
Describe the bug
ocx
does not build if gmp (libgmp-dev on Ubuntu) is not installed.To Reproduce Steps to reproduce the behavior:
go build ./cmd/ocx/...
Expected behavior
cmd/ocx
should not need gmp installed in order to build, onlycmd/fred
. Creating timelock puzzles is quick since there is a trapdoor, so gmp is not needed.Desktop (please complete the following information):
Additional context This should be solved by separating the creating and solving dependencies for auction orders.