NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 442 forks source link

Switch from FileContractIDs to HostPubKeys for contractor interface #3066

Closed ChrisSchinnerl closed 6 years ago

ChrisSchinnerl commented 6 years ago

This PR is the first step towards the new sia file format. Since the new format no longer stores contract ids but instead the public key of the host, this PR changes the Contractor's interface to accept public keys.