Automatic merge from submit-queue pkg/storage: remove Codec() from interface What? Removes Codec() from storage.Interface. Why? - storage interface doesn't need to expose Codec(). - Codec() isn't used anywhere.