Laxmi Prasad Oli
Laxmi Prasad Oli
## Fixes This PR will fix the inode issues that prevails when writing in single disk and taking 9 first digit of hex of 256 hash value resulting in creation...
First thing first A client can add parity blobber but not data blobber. So for an allocation number of data-blobbers is fixed. A client can replace any blobber. A client...
Description in https://github.com/0chain/0chain/pull/1345
### Changes This PR is implementation of https://github.com/0chain/gosdk/issues/570. It has added few fields in writemarker and also uses fileMetaRoot to determine if all the blobbers are in sync with each...
Rate limiter is implemented for http scheme. Rate limiter for grpc will be done in post-mainnet.
There are challenge protocols to keep blobber in check and it is related to file content. The issue however is the metadata about the files in blobber database. Everywhere in...
## DB optimization and Root Hash Calculation Consider there is an update in `/a/b/c/d/e.txt` file. To calculate `ReferencePath` we do the following: 1. Get refs `/` and all children of...
### Changes This PR is implementation of https://github.com/0chain/gosdk/issues/570. It has added few fields in writemarker and also uses fileMetaRoot to determine if all the blobbers are in sync with each...
### Changes This PR will solve the issue https://github.com/0chain/gosdk/issues/451
We have a consensus mechanism to accept some operation as `okay` in client side(client needs to handle it). The basic flow is, First we send operation request to blobbers and...