Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.22 KB

File metadata and controls

37 lines (28 loc) · 1.22 KB

Keep Network v1 (Archived)

This repository preserves the legacy v1 random beacon for historical reference. It is frozen — no active development, no releases, no security support.

Layout

Current development

Active Threshold Network development lives in threshold-network/keep-core. The current v2 random beacon and ECDSA contracts live there under solidity/random-beacon/ and solidity/ecdsa/.

History

Commits in this repository were preserved by extracting docs-v1/ and solidity-v1/ from threshold-network/keep-core with git filter-repo:

git filter-repo \
  --path docs-v1 \
  --path solidity-v1 \
  --path-rename docs-v1/:docs/ \
  --path-rename solidity-v1/:solidity/

Commit SHAs differ from the original repository as a result of the rewrite, but blame and log inside the preserved paths remain intact.