Skip to content

Releases: theinterfold/interfold

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 05 Feb 14:39

🚀 Release v0.1.9

What's Changed

Bug Fixes

Features

  • add a function to get an e3 public key (#760)
    (4db5dac)
  • add ciphertext addition to circuit (#912)
    (70857d4)
  • add cli methods for ciphernode registration [skip-line-limit]
    (#1089)
    (9afdb9d)
  • add contract verification on CRISP (#885)
    (f82c24a)
    ...
Read more

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 30 Jan 15:44

🚀 Release v0.1.8

What's Changed

Bug Fixes

Features

  • add a function to get an e3 public key (#760)
    (4db5dac)
  • add ciphertext addition to circuit (#912)
    (70857d4)
  • add cli methods for ciphernode registration [skip-line-limit]
    (#1089)
    (9afdb9d)
  • add contract verification on CRISP (#885)
    (f82c24a)
  • add crate for zk input generation [skip-line-limit]
    (#901)
    ([c316a53](c316a53...
Read more

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 10 Dec 16:50

🚀 Release v0.1.7

What's Changed

Bug Fixes

Features

Read more

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 10 Dec 13:51

🚀 Release v0.1.6

What's Changed

Bug Fixes

Features

  • add a function to get an e3 public key (#760)
    (4db5dac)
  • add ciphertext addition to circuit (#912)
    (70857d4)
  • add cli methods for ciphernode registration [skip-line-limit]
    (#1089)
    (9afdb9d)
  • add contract verification on CRISP (#885)
    (f82c24a)
  • add crate for zk input generation [skip-line-limit]
    (#901)
    (c316a53)
  • add dappnode pkg & update ci docker images tags [skip-line-limit]
    (#1061)
    (46a40e7)
  • add dht get_record and set_record commands
    (#904)
    (09c4e2d)
  • add ecdsa proving circuit (#781)
    (3acf773)
  • add functionality to encrypt a u64 vector
    (#853)
    (e9a8b9b)
  • add historical events ordering on ciphernode startup
    (#1012)
    (9287de5)
  • add hybrid logical clock to codebase (#1057)
    (c7d3a0f)
  • add merkle tree proof inputs to circuit and sdk
    (#917)
    (ebd06c3)
  • add production ready sets for trbfv and bfv
    (#942)
    (bdc1adf)
  • add support for dnsaddr resolution (#1060)
    (d822758)
  • add trbfv ac...
Read more

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 13 Oct 14:17

🚀 Release v0.1.5

What's Changed

Bug Fixes

Features


📦 Installation

Install via enclaveup (Recommended)

Install the installer:

curl -fsSL https://raw.githubusercontent.com/gnosisguild/enclave/main/install | bash

Then use it to install enclave:

enclaveup install

NPM Packages

# Install stable versions
npm install @enclave/sdk@latest
npm install @enclave/contracts@latest
npm install @enclave/config@latest
npm install @enclave/react@latest

Rust Crates

[dependencies]
enclave = "0.1.5"

💾 Binary Assets

  • enclave-*: The main Enclave CLI binary
  • enclaveup-*: The installer/version manager binary

Supported Platforms

  • Linux (x86_64)
  • macOS (x86_64, aarch64 Apple Silicon)

📝 Checksums

303ab63c17e5067fc1a250641f9fd834239d97f3ca2db82ff3b553c476626b25  enclave-linux-x86_64.tar.gz
59336356da25d16fa59132020bf40fdbb34205de774b067ed75e4727be0bef42  enclave-macos-aarch64.tar.gz
adeec000693857ca35137c5a99baebfb7b75d7b6a25a6eb1e4a2d8f6165a7974  enclaveup-linux-x86_64.tar.gz
9406d0397c25ef971c85cae409669201d39634f6c6a4f624905345cf48032e90  enclaveup-macos-aarch64.tar.gz

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 07 Oct 14:15

🚀 Release v0.1.4

What's Changed

Bug Fixes

Features


📦 Installation

Install via enclaveup (Recommended)

Install the installer:

curl -fsSL https://raw.githubusercontent.com/gnosisguild/enclave/main/install | bash

Then use it to install enclave:

enclaveup install

NPM Packages

# Install stable versions
npm install @enclave/sdk@latest
npm install @enclave/contracts@latest
npm install @enclave/config@latest
npm install @enclave/react@latest

Rust Crates

[dependencies]
enclave = "0.1.4"

💾 Binary Assets

  • enclave-*: The main Enclave CLI binary
  • enclaveup-*: The installer/version manager binary

Supported Platforms

  • Linux (x86_64)
  • macOS (x86_64, aarch64 Apple Silicon)

📝 Checksums

bc3f8ee6171386c0e4b9bccc0162a3c05ce573b3eda5650c6c2a34c1636ff5c5  enclave-linux-x86_64.tar.gz
4455540e809a891cf32372f59e9df234dc3ed1d1d5d891201ba9d48928c0b1fc  enclave-macos-aarch64.tar.gz
0ed9e76677f5968b21c82c92ccf8d4f169fa4374cdf49aae1951b63371950851  enclaveup-linux-x86_64.tar.gz
2f12cdbc22cf5d18daef66a0d2044c5cb7e8b578dca7e3bf52a84a009961e697  enclaveup-macos-aarch64.tar.gz

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Oct 12:38

🚀 Release v0.1.3

What's Changed

Bug Fixes

Features

  • add a function to get an e3 public key (#760) (4db5dac)
  • optimization by concatenating coefficients (#734) (00e2f6d)
  • upgrade to hardhat v3 and configure repo (#677) (7ccf6fa)

📦 Installation

Install via enclaveup (Recommended)

Install the installer:

curl -fsSL https://raw.githubusercontent.com/gnosisguild/enclave/main/install | bash

Then use it to install enclave:

enclaveup install

NPM Packages

# Install stable versions
npm install @enclave/sdk@latest
npm install @enclave/contracts@latest
npm install @enclave/config@latest
npm install @enclave/react@latest

Rust Crates

[dependencies]
enclave = "0.1.3"

💾 Binary Assets

  • enclave-*: The main Enclave CLI binary
  • enclaveup-*: The installer/version manager binary

Supported Platforms

  • Linux (x86_64)
  • macOS (x86_64, aarch64 Apple Silicon)

📝 Checksums

5b4e97e440e2b19945acc3f8505f92eb68f5b03f86bc0468ff7beec625b8a6f5  enclave-linux-x86_64.tar.gz
663810c918b258c8c4b4f43113a81cf57c34527d784b9dfaf7f669d388f9e035  enclave-macos-aarch64.tar.gz
21595ba08400e46acca2a82bf53720fbd6fe478c86f1764c78177daecc10e227  enclaveup-linux-x86_64.tar.gz
7726d827ea9d4d15a4da8f17f0a74cac4cf87f9e6ff6e1a9c7eec1396e88db74  enclaveup-macos-aarch64.tar.gz

Release v0.1.2

Choose a tag to compare

@github-actions github-actions released this 04 Sep 15:08
753d37f

Installation

Install enclaveup (the installer)

curl -fsSL https://raw.githubusercontent.com/gnosisguild/enclave/main/install | bash

Use enclaveup to install enclave

enclaveup install

Assets

  • enclave-*: The main Enclave CLI binary
  • enclaveup-*: The installer binary

Supported platforms:

  • Linux (x86_64)
  • macOS (x86_64, aarch64 Apple Silicon)

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 20 Jun 07:13
32d0e06

Installation

Install enclaveup (the installer)

curl -fsSL https://raw.githubusercontent.com/gnosisguild/enclave/main/install | bash

Use enclaveup to install enclave

enclaveup install

Assets

  • enclave-*: The main Enclave CLI binary
  • enclaveup-*: The installer binary

Supported platforms:

  • Linux (x86_64)
  • macOS (x86_64, aarch64 Apple Silicon)

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:19

Installation

Install enclaveup (the installer)

curl -fsSL https://raw.githubusercontent.com/gnosisguild/enclave/main/install | bash

Use enclaveup to install enclave

enclaveup install

Assets

  • enclave-*: The main Enclave CLI binary
  • enclaveup-*: The installer binary

Supported platforms:

  • Linux (x86_64)
  • macOS (x86_64, aarch64 Apple Silicon)