Libera-Chat / sable

GNU Affero General Public License v3.0
88 stars 8 forks source link

rpc: Segregate Services-specific requests and response enum variants #139

Closed progval closed 1 month ago

progval commented 1 month ago

We are going to add new variants for the history server, and it's probably cleaner to keep them sorted this way.

Note that it changes the wire format.

Actual changes are in sable_network/src/rpc/network_message.rs, everything else is just churn.