Satellite-im / Warp

Interface Driven Distributed Data Service
MIT License
15 stars 4 forks source link

misc: Migrate shuttle code into `warp-ipfs` #543

Closed dariusc93 closed 3 months ago

dariusc93 commented 3 months ago

Currently, shuttle is in its own crate, however this begun to create a bit more complexity as time goes on due to having to maintain duplicate code. While we could split the duplicate code into its own crate, that would likely introduce additional cycles. The best solution here would be to migrate shuttle into warp-ipfs, which would reduce the dependency footprint and complexity while still introducing a binary that could be built.