Satellite-im / Warp

Interface Driven Distributed Data Service
MIT License
14 stars 3 forks source link

refactor: Replace `Payload` with `PayloadMessage` #527

Closed dariusc93 closed 1 month ago

dariusc93 commented 1 month ago

What this PR does 📖

Which issue(s) this PR fixes 🔨

Special notes for reviewers 🗒️

Additional comments 🎤

dariusc93 commented 1 month ago

lgtm.

You mentioned the lack backwards compatibility - are there any important migration steps? Is this only making sure none of the relay servers are outdated? Or are there other implications? I assume users won't lose any data and won't need to do anything.

Just in term of the data being transmitted so previous commits would not be compatible with this commit hence the change in topic names so any data transmitted would not repeatedly log an error due to using an older format. There are no migration needed since this is just related to the data being transmitted over the network and not impact local data itself.