Open
Description
sharedb-mongo
maintains an index against all ops to handle a corner case where we may submit a create
op twice: share/sharedb-mongo#94
It would be nice to remove the need for this index, and therefore we'd need to remove the method that relies on it: db.getCommittedOpVersion
, which is only used in this one place.