refraction-networking / conjure

Conjure Refraction Networking station code
https://refraction.network
Apache License 2.0
70 stars 21 forks source link

Switch to using conjure-only assets to stop circular dependency #247

Closed ewust closed 1 year ago

ewust commented 1 year ago

There's currently an assets.go in both this repo and the gotapdance one. The decoy-registrar (now living in this conjure repo) relies heavily on the conjure-based assets, which means the gotapdance client should also use that one (otherwise, any local changes the client makes to assets will be ignored when it uses the decoy-registrar).

However, there are still some vestigial references in this conjure repository for gotapdance assets. This PR fixes that, and exclusively uses the assets provided by conjure (github.com/refraction-networking/conjure/pkg/client/assets).