Town Crier: An Authenticated Data Feed for Smart Contracts
eprint.iacr.org
Town Crier: An Authenticated Data Feed for Smart Contracts
1–4 of 4 posts
Re: Town Crier: An Authenticated Data Feed for Smart Contracts
#2It claims to do this using SGX. However, it uses a "Relay" - a non-SGX process - to pass network data into the SGX enclave.
To me that seems to make the claim of trustworthiness (in the "trustworthy computing" sense) questionable.
I'm not overly familiar with SGX and I've only scanned through this proposal, but I'd love someone more knowledgeable to expand my understanding.
It seems to me that the entire stack needs to be running in the SGX-enclave for it to gain the complete benefits?
Nevertheless, I think this is pretty interesting.
Re: Town Crier: An Authenticated Data Feed for Smart Contracts
#3It uses trusted hardware to authenticate and scrape data from HTTPS-enabled websites It claims to do this using SGX. However, it uses a "Relay" - a non-SGX process - to pass network data into the SGX enclave. To me that seems to make the claim of trustworthiness (in the "trustworthy computing" sense) questionable. I'm not overly familiar with SGX and I've only scanned through this proposal, but I'd love someone more…