sociomantic-tsunami / dlsproto

Distributed Log Store protocol definition, client, fake node, and tests
Boost Software License 1.0
3 stars 18 forks source link

Remove de facto deprecated `GetSize` and `GetChannelSize #82

Closed nemanja-boric-sociomantic closed 5 years ago

nemanja-boric-sociomantic commented 6 years ago

These requests are already unsupported by the protocol, but they can't be deprecated since we can't get rid of the deprecations in D1 due to the call chain analysis bug where the deprecated struct is triggering the deprecation itself. Since they are doing nothing since two last major, we can just remove them.