Skip to content
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
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [0.1.3](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.1.3) (2025-10-02)


### Bug Fixes

* contracts exports ([#732](https://github.com/gnosisguild/enclave/issues/732)) ([c0686c6](https://github.com/gnosisguild/enclave/commit/c0686c6b42b351c07adf400c47d8cc5b2573f8e6))
* ensure we don't have uncommited files ([#676](https://github.com/gnosisguild/enclave/issues/676)) ([a46e707](https://github.com/gnosisguild/enclave/commit/a46e70795655b8ff3a9896651f09f5ccee2592c7))
* ensure we push to the correct branch ([#770](https://github.com/gnosisguild/enclave/issues/770)) ([9d630a6](https://github.com/gnosisguild/enclave/commit/9d630a6eab7c2329eb4603e1bebe48a82b35adcc))
* fix reentrancy issue in enclave contracts ([#752](https://github.com/gnosisguild/enclave/issues/752)) ([3806a87](https://github.com/gnosisguild/enclave/commit/3806a870b39fa47a1b4b77f9484c0a1d74bfbaa4))
* release rust crates error ([#689](https://github.com/gnosisguild/enclave/issues/689)) ([3c25929](https://github.com/gnosisguild/enclave/commit/3c25929f2317003c81d3a21d6b4fc9b1e44573cc))
* remove already published files from gitignore ([#680](https://github.com/gnosisguild/enclave/issues/680)) ([283205d](https://github.com/gnosisguild/enclave/commit/283205dffc665d83cc741c07f697c1ecaf2d1d84))
* remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/issues/681)) ([242aac9](https://github.com/gnosisguild/enclave/commit/242aac96b9800043b0d24b5716b3262baefd4472))
* remove mac intel build and allow crates publishing to fail ([#777](https://github.com/gnosisguild/enclave/issues/777)) ([8025c27](https://github.com/gnosisguild/enclave/commit/8025c277d5c4aa1005ab93d84d34158266458800))
* rust crate release error ([#694](https://github.com/gnosisguild/enclave/issues/694)) ([56e9b12](https://github.com/gnosisguild/enclave/commit/56e9b12c2b319d1ea1081df4577b6b0cd0ccfc7d))
* rust crates release workflow ([#715](https://github.com/gnosisguild/enclave/issues/715)) ([fc330c6](https://github.com/gnosisguild/enclave/commit/fc330c625742bce01def98ef3ccec5ae15fbdb96))
* rust releases ([#774](https://github.com/gnosisguild/enclave/issues/774)) ([16870a4](https://github.com/gnosisguild/enclave/commit/16870a42973fccae7a376ccbc4b952f9e971fffa))
* update relative paths to use git ([#708](https://github.com/gnosisguild/enclave/issues/708)) ([e0bd2bc](https://github.com/gnosisguild/enclave/commit/e0bd2bc7a5e2515013188fc7e40927630d1f6d58))
* wasm init ([#740](https://github.com/gnosisguild/enclave/issues/740)) ([58f7905](https://github.com/gnosisguild/enclave/commit/58f7905dd5bd33070be84b0bd5d88b5f44d98267))


### Features

* add a function to get an e3 public key ([#760](https://github.com/gnosisguild/enclave/issues/760)) ([4db5dac](https://github.com/gnosisguild/enclave/commit/4db5dacf2f60872cfbafa16728b3da4f9244c248))
* optimization by concatenating coefficients ([#734](https://github.com/gnosisguild/enclave/issues/734)) ([00e2f6d](https://github.com/gnosisguild/enclave/commit/00e2f6d5eaaf2089488f414dc57675f7120cf2a0))
* upgrade to hardhat v3 and configure repo ([#677](https://github.com/gnosisguild/enclave/issues/677)) ([7ccf6fa](https://github.com/gnosisguild/enclave/commit/7ccf6fa4d62a972a4d2336bd436d71bbc9b54535))



## [0.0.14-test](https://github.com/gnosisguild/enclave/compare/v0.1.2...v0.0.14-test) (2025-10-01)
Comment thread
ctrlc03 marked this conversation as resolved.


Expand Down
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 26 additions & 26 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,38 +52,38 @@ push-remote = "origin"
publish = true

[workspace.package]
version = "0.0.14-test"
version = "0.1.3"
edition = "2021"
license = "LGPL-3.0-only"
description = "E3 — Encrypted Execution Environments"
repository = "https://github.com/gnosisguild/enclave"

[workspace.dependencies]
e3-aggregator = { version = "0.0.14-test", path = "./crates/aggregator" }
e3-bfv-helpers = { version = "0.0.14-test", path = "./crates/bfv-helpers" }
e3-config = { version = "0.0.14-test", path = "./crates/config" }
e3-crypto = { version = "0.0.14-test", path = "./crates/crypto" }
e3-data = { version = "0.0.14-test", path = "./crates/data" }
e3-request = { version = "0.0.14-test", path = "./crates/request" }
e3-sdk = { version = "0.0.14-test", path = "./crates/sdk" }
e3-cli = { version = "0.0.14-test", path = "./crates/cli" }
e3-entrypoint = { version = "0.0.14-test", path = "./crates/entrypoint" }
e3-init = { version = "0.0.14-test", path = "./crates/init" }
e3-events = { version = "0.0.14-test", path = "./crates/events" }
e3-evm = { version = "0.0.14-test", path = "./crates/evm" }
e3-evm-helpers = { version = "0.0.14-test", path = "./crates/evm-helpers" }
e3-fhe = { version = "0.0.14-test", path = "./crates/fhe" }
e3-fs = { version = "0.0.14-test", path = "./crates/fs" }
e3-indexer = { version = "0.0.14-test", path = "./crates/indexer" }
e3-keyshare = { version = "0.0.14-test", path = "./crates/keyshare" }
e3-logger = { version = "0.0.14-test", path = "./crates/logger" }
e3-net = { version = "0.0.14-test", path = "./crates/net" }
e3-compute-provider = { version = "0.0.14-test", path = "./crates/compute-provider" }
e3-sortition = { version = "0.0.14-test", path = "./crates/sortition" }
e3-program-server = { version = "0.0.14-test", path = "./crates/program-server" }
e3-support-scripts = { version = "0.0.14-test", path = "./crates/support-scripts" }
e3-test-helpers = { version = "0.0.14-test", path = "./crates/test-helpers" }
e3-tests = { version = "0.0.14-test", path = "./crates/tests" }
e3-aggregator = { version = "0.1.3", path = "./crates/aggregator" }
e3-bfv-helpers = { version = "0.1.3", path = "./crates/bfv-helpers" }
e3-config = { version = "0.1.3", path = "./crates/config" }
e3-crypto = { version = "0.1.3", path = "./crates/crypto" }
e3-data = { version = "0.1.3", path = "./crates/data" }
e3-request = { version = "0.1.3", path = "./crates/request" }
e3-sdk = { version = "0.1.3", path = "./crates/sdk" }
e3-cli = { version = "0.1.3", path = "./crates/cli" }
e3-entrypoint = { version = "0.1.3", path = "./crates/entrypoint" }
e3-init = { version = "0.1.3", path = "./crates/init" }
e3-events = { version = "0.1.3", path = "./crates/events" }
e3-evm = { version = "0.1.3", path = "./crates/evm" }
e3-evm-helpers = { version = "0.1.3", path = "./crates/evm-helpers" }
e3-fhe = { version = "0.1.3", path = "./crates/fhe" }
e3-fs = { version = "0.1.3", path = "./crates/fs" }
e3-indexer = { version = "0.1.3", path = "./crates/indexer" }
e3-keyshare = { version = "0.1.3", path = "./crates/keyshare" }
e3-logger = { version = "0.1.3", path = "./crates/logger" }
e3-net = { version = "0.1.3", path = "./crates/net" }
e3-compute-provider = { version = "0.1.3", path = "./crates/compute-provider" }
e3-sortition = { version = "0.1.3", path = "./crates/sortition" }
e3-program-server = { version = "0.1.3", path = "./crates/program-server" }
e3-support-scripts = { version = "0.1.3", path = "./crates/support-scripts" }
e3-test-helpers = { version = "0.1.3", path = "./crates/test-helpers" }
e3-tests = { version = "0.1.3", path = "./crates/tests" }

actix = "=0.13.5"
actix-web = "=4.11.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enclave-e3/wasm",
"version": "0.0.14-test",
"version": "0.1.3",
"description": "Wasm modules for enclave.",
"main": "dist/node/e3_wasm.js",
"module": "dist/web/e3_wasm.js",
Expand Down
Loading
Loading