当前位置: 首页 > 工具软件 > Yoda > 使用案例 >

【Technology039】YODA-Enabling computationally intensive contracts on blockchains

茅鸿宝
2023-12-01

【Technology039】YODA-Enabling computationally intensive contracts on blockchains with Byzantine and Selfish nodes
Barack

——Main contributions: Miracle, RICE, implementation and security analysis.

This paper mainly focuses on the dilemma caused by computationally intensive smart contracts (CIC). The problem lies in that if all miners verify CICs, the validation time will be long; but if not, the security may be ruined.

YODA executes Computatiaonlly intensive transactions (CITs) off-chain, i.e. only a subset of nodes verify them. As for non-CITs, they are executed on-chain, i.e. by all miners.

The on-chain solution is identical to legacy. For the off-chain solution, some nodes which have deposited a sum of the stake will form a stake pool (SP) and a small execution set (ES) will be picked up from it. The ES will verify the CIT.

The process can be divided into 5 steps: S1 - CIC transaction deployment, S2 - sortition check and RICE of CICs, S3 - commitment and release, S4 - MiRACLE for CICs, S5 - reward distribution and cleanup.

2019/10/12

相关阅读

相关文章

相关问答