CURRENT - [ ] merkle verify data in storage proof (see feed._storage.getNode) - [x] encode [data, unique_encoder_pos, sign encoded and serve const [data, position] = encoded BUGS - [ ] gracefully closing hyperbeams (if needed) - [ ] noise handshake error (error only if we try to destroy streams) - [ ] hoster can not be assigned to host same index for same feed LATER - [ ] feed metadata (sig) should be published to chain with Hosting setup report - [ ] nodes (rootHashes) should be fetched by hoster (not by encoder?) - [ ] replace level db with hyperbee or hypertree? - [ ] proof of performance - new logic - [ ] import account DONE - [x] db.feed = { feedkey, swarmkey } - [x] getProviders - [x] refactoring Encoder, Hoster, Attestor accounts (splitting up vault and service logic) - [x] key can not be found in the DB - [x] extension message with signed event ID - [x] verify encoder signature - [x] sign event ID - [x] account creation - refactoring old Mauve's logic
CURRENT
BUGS
LATER
DONE