Cherry-Node
Cherry-Node copied to clipboard
Cherry Network's node implemented in Rust
We want the `ExportIpfsStats` to emit to the receiver the stats of all the storage nodes that participated in the `Era`. At the moment each node emits each own stats.
except `files`
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:...
4 tests of `pallet_treasury` fail. I tested them from `dev` and `initial-treasury-tokens`, and they fail on both branches. The tests are the following: - [ ] `genesis_funding_works` - [ ]...
## 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...