Onchain Runtime
Onchain Runtime 릴리스는 이제 Ledger에 포함됩니다
Ledger 7.0.0부터 Onchain Runtime 릴리스는 Ledger 릴리스의 일부로 포함됩니다. 최신 Onchain Runtime 릴리스와 업데이트는 릴리스 노트 개요를 참고하세요.
Onchain Runtime은 영지식 증명 생성, 트랜잭션 검증, 프라이버시 보호 트랜잭션 처리를 가능하게 하는 Midnight 인프라 컴포넌트입니다.
컴포넌트를 다운로드하려면 Artifacts 아래의 해당 링크를 클릭하세요.
Release 4.0.0UNSUPPORTED
12 May 2025
Artifacts
Summary
- Integrated with the new storage model, making required objects
Storableto allow storing MPT leafs asSps. - Added segment IDs to Zswap constructors. These should be set to
1for fallible offers, and0for guaranteed offers. - Renamed
ZswapLocalStateNoKeystoZswapLocalState, removing the existing (with keys) state. - Switch from Pluto-Eris to BLS12-381.
- Switched to using data providers instead of direct prover keys and parameters.
- Add a data provider to fetch key material for Midnight. The source of this may be overridden with the
MIDNIGHT_PARAM_SOURCEenvironment variable.