Skip to main content
For the complete documentation index, see llms.txt

Ledger

Midnight ledger(Ledger)은 컨트랙트 상태와 토큰 상태를 기록하는 공개 저장소입니다. Zswap 암호학적 commitment와 컨트랙트 주소를 각 상태에 매핑합니다.

관련 문서 링크

컴포넌트를 다운로드하려면 Artifacts 아래의 해당 링크를 클릭하세요.


Release 8.1.0LATEST

13 May 2026

Artifacts

Summary

  • Added incremental garbage collector in storage-core with time-bounded execution
  • Allowed ParityDB to use existing instance and share backends through generic Deref
  • Fixed race condition in force_as_arc that could cause deadlocks
  • Fixed panic in Sp serialization with mixed promoted/unpromoted keys
  • Fixed memory leak from pending Update not removed before cache_insert_new_key
  • Corrected Sp::into_tracked behavior
  • Exposed finer-grained control and event contents for wallet in WASM bindings