From 53ddf42847b890378b07753fbbc3ce925c186988 Mon Sep 17 00:00:00 2001 From: Giacomo Date: Wed, 4 Dec 2024 14:48:05 +0100 Subject: [PATCH 1/2] chore(excubiae): add deprecation notice on readme & package description --- packages/excubiae/contracts/README.md | 34 ++++++------------------ packages/excubiae/contracts/package.json | 3 ++- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/packages/excubiae/contracts/README.md b/packages/excubiae/contracts/README.md index 9083c47..eb91788 100644 --- a/packages/excubiae/contracts/README.md +++ b/packages/excubiae/contracts/README.md @@ -1,38 +1,20 @@

- Excubiae + [DEPRECATED] Excubiae

A flexible and modular framework for general-purpose on-chain gatekeepers.

-

- - - - - NPM license - - - NPM version - - - Downloads - - - Code style prettier - +

+ No Maintenance

-
-

- - 🗣️ Chat & Support - -

-
+> [!NOTE] +> This package has been DEPRECATED. Please, refer to [@excubiae/contracts](https://www.npmjs.com/package/@excubiae/contracts) on [excubiae](https://github.com/privacy-scaling-explorations/excubiae) monorepo. + +--- -> [!NOTE] -> This library is experimental and untested yet - use at your own discretion... +--- Excubiae is a generalized framework for on-chain gatekeepers that allows developers to define custom access control mechanisms using different on-chain credentials. By abstracting the gatekeeper logic, excubiae provides a reusable and composable solution for securing decentralised applications. This package provides a pre-defined set of specific excubia (_extensions_) for credentials based on different protocols. diff --git a/packages/excubiae/contracts/package.json b/packages/excubiae/contracts/package.json index 2f41603..25b5d8c 100644 --- a/packages/excubiae/contracts/package.json +++ b/packages/excubiae/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@zk-kit/excubiae", "version": "0.1.0", - "description": "A general purpose on-chain gatekeeping smart contract framework.", + "description": "[DEPRECATED] A general purpose on-chain gatekeeping smart contract framework.", "license": "MIT", "files": [ "*.sol", @@ -10,6 +10,7 @@ "LICENSE" ], "keywords": [ + "deprecated", "blockchain", "ethereum", "hardhat", From 04ece0304c7f88e2f5d0d03a7e8225108ff0ddc8 Mon Sep 17 00:00:00 2001 From: Giacomo Date: Wed, 4 Dec 2024 15:10:22 +0100 Subject: [PATCH 2/2] chore(excubiae): v0.1.1 --- packages/excubiae/contracts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excubiae/contracts/package.json b/packages/excubiae/contracts/package.json index 25b5d8c..cc21024 100644 --- a/packages/excubiae/contracts/package.json +++ b/packages/excubiae/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@zk-kit/excubiae", - "version": "0.1.0", + "version": "0.1.1", "description": "[DEPRECATED] A general purpose on-chain gatekeeping smart contract framework.", "license": "MIT", "files": [