v1.2.0
Cypress 패키지
Baobab 패키지
공통 패키지
Cypress 패키지
Baobab 패키지
공통 패키지
- 아직 지원하지 않음
We are pleased to announce that this version officially supports Service Chain. Service Chain is Klaytn’s layer-2 solution designed to achieve horizontal scalability. Service chains run independently from the Klaytn main chain and can have own governance. To learn more about the Service Chain, please visit https://docs.klaytn.foundation/klaytn/scaling-solutions.
- 서비스체인 기능
- 데이터 앵커링:
ChainDataAnchoring
트랜잭션을 통해 서비스체인 데이터를 상위 체인에 앵커링할 수 있습니다. - 체인 간 가치 이동: 서비스체인과 상위 체인 간에 KLAY와 KCT를 이전할 수 있습니다.
- 고가용성 : 하드웨어/소프트웨어 오류로 인한 다운타임을 줄이기 위해 H/A 구성을 지원하며, 이 구성을 위해 브리지 노드를 중복 설정할 수 있습니다.
- 서비스체인을 위한 신규 API
- klay_getDecodedAnchoringTransactionByHash
- subbridge_getParentOperatorBalance
- subbridge_getChildOperatorBalance
- subbridge_getAnchoringTxHashByBlockNumber
- subbridge_getValueTransferOperatorThreshold
- subbridge_setValueTransferOperatorThreshold
- subbridge_registerOperator
- subbridge_getRegisteredOperators
- txpool의 race condition을 수정했습니다.
- unlock된 토큰만 체인 간에 이동할 수 있습니다.
Last modified 9mo ago