Detection of Phantom Reads in Hyperledger Fabric
In concurrent transactional systems, a phantom read occurs when a transaction retrieves a set of data, and simultaneously, new data is inserted, updated, or removed from that set by one or more other transactions, leading to unexpected data being read.In Hyperledger Fabric (HF), a popular enterprise-grade framework for developing permissioned block