Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Move to EOL #233

Merged
merged 2 commits into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

repository:
name: ursa
description: Hyperledger Ursa is a shared cryptography library
description: Hyperledger Ursa (a shared cryptographic library) has moved to end-of-life status, with the components of Ursa still in use moved to their relevant Hyperledger projects (AnonCreds, Indy, Aries and Iroha).
homepage: https://wiki.hyperledger.org/display/ursa
default_branch: main
has_downloads: true
has_issues: true
has_projects: false
has_wiki: false
archived: false
archived: true
private: false
allow_squash_merge: false
allow_merge_commit: false
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/hyperledger/ursa"
version = "0.5.0"

[badges]
maintenance = { status = "actively-developed" }
maintenance = { status = "deprecated" }

[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# HYPERLEDGER URSA

[![Ursa CI](https://github.com/hyperledger/ursa/workflows/Ursa%20CI/badge.svg)](https://github.com/hyperledger/ursa/actions?query=workflow%3A%22Ursa+CI%22)
[![Build status](https://ci.appveyor.com/api/projects/status/1htmp82mdvmfjjap?svg=true)](https://ci.appveyor.com/project/hyperledger/ursa)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2447/badge)](https://bestpractices.coreinfrastructure.org/projects/2447)
[Hyperledger Ursa was moved to EOL at the TOC meeting on 27 APR 2023.](https://toc.hyperledger.org/meeting-minutes/2023/2023-04-27-TOC-meeting-record.html)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Request the following being added. @appetrosyan — not sure if you want to add a reference to Iroha here.

The components of Ursa that are still in active use are moved to their respective projects where they will continue to be maintained, including:

- CL Signatures to AnonCreds
- BBS+ Signatures to Aries
- BLS Signatures to Indy

The published Ursa crates remain available for those projects already using them.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated


The components of Ursa that are still in active use are moved to their respective projects where they will continue to be maintained, including:

- CL Signatures to AnonCreds
- BBS+ Signatures to Aries
- BLS Signatures to Indy

The published Ursa crates remain available for those projects already using them.

- [Introduction](#introduction)
- [Features](#features)
Expand Down
35 changes: 0 additions & 35 deletions appveyor.yml

This file was deleted.