Charalampos Mitrodimas
Charalampos Mitrodimas
Since `/stats/` is not yet implemented, what is the actual node capacity? Is it the disks available space? Thanks
We want to contain these info on an event every era ```rust pub struct IpfsNode { pub peer_id: String, pub addr: String, pub avail: i32, pub max: i32, pub files:...
## Brief Ideally we would want to encrypt all IPFSAsset stored data(all IPFS struct attributes probably). @zycon91 Let's discuss how this is going to happen.
That way, our network does not consist only from storage validators, people can validate either with the regular way, or the regular way plus storage Also, people get reward for...
### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...
The hash is always the same.
This commit enables the mimicking of `--output-format` option of "rustdoc". We achieved this by: * Handle `--output-format` argument, accepts "html" or "json". * If "--ouput-format=json" we append the following to...
This PR adds readiness and liveness status check handlers to the agent, which help ensure the health of the application in Kubernetes. Changes Made: * Added` /readiness` endpoint to check...