archway-network / archway

Archway Network
https://archway.io
Other
73 stars 98 forks source link

chore: fix broken upstream references #450

Closed spoo-bar closed 1 year ago

spoo-bar commented 1 year ago

Due to upstream dependencies like cosmos-sdk and ibc-go, moving around their code/packages, some code references are broken. This PR mainly deals with that.

Additionally,

This PR should now allow go mod tidy to successfully run. Next step make make build work 🚀

spoo-bar commented 1 year ago

I take it the GH Action build failures are due to this being wip... successful build only expected after step 6/7 right?

Yupp. Still a while away