Prateek Rathod
Prateek Rathod
Brief: 1. Need to be able to generate privacy report for an file/folder using the lookup-hash 2. Store info about the CRUD action in a column on eventsdb in respective...
## Fixes ## Changes * Reverts hotfix * Needs system test PR to merge first https://github.com/0chain/system_test/pull/365 * Also depends on actions PR to decrease minimum allocation time duration. https://github.com/0chain/actions/pull/67 ##...
* The `free` field in the response is always 0 because it's not calculated while generating response https://github.com/0chain/0chain/blob/staging/code/go/0chain.net/smartcontract/storagesc/handler.go#L927-L965 * free storage = staked storage space - allocated storage space, how...
Blobber snapshot table will store blobber state per round This is to support Chimney requirements for historic data: * https://github.com/0chain/web-apps/issues/623 * https://github.com/0chain/web-apps/issues/619 * https://github.com/0chain/web-apps/issues/618 * https://github.com/0chain/web-apps/issues/617 * https://github.com/0chain/web-apps/issues/615 * https://github.com/0chain/web-apps/issues/606...
* We have ability to list files part of the allocation using `listObjects` available on gosdk. * The object in the response of `listObject` contains file details/metadata info. * Using...