entropyxyz / entropy-core

Protocol and cryptography development.
https://docs.entropy.xyz/
GNU Affero General Public License v3.0
11 stars 2 forks source link

Add TSS endpoint to get TDX quote #1173

Closed ameba23 closed 5 days ago

ameba23 commented 1 week ago

Part of https://github.com/entropyxyz/entropy-core/issues/982 - see https://github.com/entropyxyz/entropy-core/issues/982#issuecomment-2456757856

This adds an endpoint to the TSS server which allows the operator to get a quote for use in the validate, change_endpoint, and change_tss_accounts extrinsics.

In doing this i noticed a possible problem with our design. I have made an issue: https://github.com/entropyxyz/entropy-core/issues/1174