Now that we build ecash-lib-wasm from our own secp256k1, this adds that library to a whole lot of build targets as dependency.
Also, there were some spurious dependencies regarding cashtab:
- ecash-lib-tests had cashtab/ as dependency, but the relationship is reversed
- cashtab-tests had a whole bunch of missing dependencies
Those are fixed in this diff also.