Open
Description
Since protos are now being compiled into the bindings it might be nice to do some breaking changes and remove a lot of the &[u8]
encoded protobuf stuff being passed around and up the minor version number. Alternatively, they can always be side by side for a while but it would be nice to eventually move to just using more "proper" types.
Is there currently a strategy for choosing which protos to add? Or a deprecation policy for how long deprecated items should remain in the code base