oysterprotocol / webinterface

Web interface that enables a user to upload a file via the Oyster Protocol
GNU General Public License v3.0
35 stars 5 forks source link

Binary encoded strings instead of trytes (merge/deploy with corresponding brokernode review) #167

Closed rfornea closed 6 years ago

rfornea commented 6 years ago

-Webinterface will now send binary encoded strings instead of trytes. Make the broker do the tryting. -Noticed some possible problems of having the broker rely on getting the version from the metadata chunk, which I described in the mainnet channel. So for now I'm just sending this in the initial request to the broker, so it can be included in the upload_sessions table.
-Detect whether we're in dev mode and use http if so.
-Update metadata unit test