You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Issue
Caching TSS signatures can reduce the unnecessary TSS keysign requests. With cached signatures, the signer can bypass the time-consuming TSS keysign to accelerates the outbound processing; it also reduces the burden of concurrent TSS keysign in high traffic hours.
Expected Outcome
Redundant TSS keysign requests should be avoided. For given EVM/Bitcoin CCTX (maybe other chains also applicable, Solana is not applicable), the outbound signature can be cached and reused for transaction broadcasting, as far as the outbound transaction body stays same (e.g., no change in GasPrice, GasLimit).
The text was updated successfully, but these errors were encountered:
Describe the Issue
Caching TSS signatures can reduce the unnecessary TSS keysign requests. With cached signatures, the signer can bypass the time-consuming TSS keysign to accelerates the outbound processing; it also reduces the burden of concurrent TSS keysign in high traffic hours.
Expected Outcome
Redundant TSS keysign requests should be avoided. For given EVM/Bitcoin CCTX (maybe other chains also applicable, Solana is not applicable), the outbound signature can be cached and reused for transaction broadcasting, as far as the outbound transaction body stays same (e.g., no change in GasPrice, GasLimit).
The text was updated successfully, but these errors were encountered: