Skip to content

Commit 02e47ab

Browse files
authored
Merge pull request #116 from FhenixProtocol/version_compatibility
Update version compatibility
2 parents 1625292 + 4e98b49 commit 02e47ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/devdocs/pay-attention/component-compatibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ This document provides detailed compatibility information for all components in
1313
| Component | Current Version | Minimum Compatible Version | Notes |
1414
|-----------|----------------|-------------------------------------------------------------------------------------------|-------|
1515
| **cofhe-contracts** | [`0.0.13`](https://github.com/FhenixProtocol/cofhe-contracts/tree/v0.0.13) ([abi](https://cofhe-docs.s3.us-east-1.amazonaws.com/v0.0.13/index.html)) | [`0.0.13`](https://github.com/FhenixProtocol/cofhe-contracts/tree/v0.0.13) ([abi](https://cofhe-docs.s3.us-east-1.amazonaws.com/v0.0.13/index.html)) | Solidity Libraries and Smart contracts for FHE operations. |
16-
| **Cofhejs** | [`0.0.1-alpha.14`](https://github.com/FhenixProtocol/cofhejs/releases/tag/v0.0.1-alpha.14) | [`0.0.1-alpha.14`](https://github.com/FhenixProtocol/cofhejs/releases/tag/v0.0.1-alpha.14) | JavaScript library for interacting with FHE contracts and the CoFHE coprocessor. |
17-
| **cofhe-mock-contracts** | [`0.0.5`](https://github.com/FhenixProtocol/cofhe-mock-contracts/releases/tag/v0.0.5) | [`0.0.5`](https://github.com/FhenixProtocol/cofhe-mock-contracts/releases/tag/v0.0.5) | Solidity contracts that mimic CoFHE off-chain behavior. |
18-
| **cofhe-hardhat-plugin** | [`0.1.5`](https://https://github.com/FhenixProtocol/cofhe-hardhat-plugin/releases/tag/v0.1.5) | [`0.1.5`](https://github.com/FhenixProtocol/cofhe-hardhat-plugin/releases/tag/v0.1.5) | Hardhat plugin that deploys the cofhe-mock-contracts and exposes utilities. |
16+
| **Cofhejs** | [`0.3.0`](https://github.com/FhenixProtocol/cofhejs/releases/tag/v0.3.0) | [`0.2.1-alpha.1`](https://github.com/FhenixProtocol/cofhejs/releases/tag/v0.2.1-alpha.1) | JavaScript library for interacting with FHE contracts and the CoFHE coprocessor. |
17+
| **cofhe-mock-contracts** | [`0.3.0`](https://github.com/FhenixProtocol/cofhe-mock-contracts/releases/tag/v0.3.0) | [`0.2.1-alpha.3`](https://github.com/FhenixProtocol/cofhe-mock-contracts/releases/tag/v0.2.1-alpha.3) | Solidity contracts that mimic CoFHE off-chain behavior. |
18+
| **cofhe-hardhat-plugin** | [`0.3.0`](https://github.com/FhenixProtocol/cofhe-hardhat-plugin/releases/tag/v0.3.0) | [`0.2.1-alpha.3`](https://github.com/FhenixProtocol/cofhe-hardhat-plugin/releases/tag/v0.2.1-alpha.3) | Hardhat plugin that deploys the cofhe-mock-contracts and exposes utilities. |
1919

2020

2121
## Network Compatibility

0 commit comments

Comments
 (0)