Skip to content
Closed
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
17 changes: 17 additions & 0 deletions crates/aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-aggregator-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
25 changes: 25 additions & 0 deletions crates/bfv-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-bfv-helpers-v0.0.1-test) - 2025-09-26

### Added
- move wasm-crypto to the sdk ([#635](https://github.com/gnosisguild/enclave/pull/635))

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- Upgrade Risc0 to v2.1.0 ([#523](https://github.com/gnosisguild/enclave/pull/523))
- Serialization failure ([#501](https://github.com/gnosisguild/enclave/pull/501))
- Switch BFV Encoding to use Alloy ([#470](https://github.com/gnosisguild/enclave/pull/470))
- Switch BFV helpers Encoding to use Alloy ([#469](https://github.com/gnosisguild/enclave/pull/469))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
35 changes: 35 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-cli-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- tidy init stdout ([#628](https://github.com/gnosisguild/enclave/pull/628))
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Further hacknet refs ([#579](https://github.com/gnosisguild/enclave/pull/579))
- Remove Risc0 from tests ([#569](https://github.com/gnosisguild/enclave/pull/569))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- enforce 9-character Git SHA in build script ([#553](https://github.com/gnosisguild/enclave/pull/553))
- Add `enclave purge-all` and `enclave program cache purge` ([#552](https://github.com/gnosisguild/enclave/pull/552))
- Use FS utils to avoid using external tools like sed, cp etc ([#541](https://github.com/gnosisguild/enclave/pull/541))
- Fallback rev to 7 chars ([#538](https://github.com/gnosisguild/enclave/pull/538))
- Add missing char ([#535](https://github.com/gnosisguild/enclave/pull/535))
- Fallback to get correct git sha
- Get template running in workspace ([#529](https://github.com/gnosisguild/enclave/pull/529))
- change the `enclave wizard` command to enclave `config-set` ([#491](https://github.com/gnosisguild/enclave/pull/491))
- Pass Bonsai Credentials to Risc0 ([#503](https://github.com/gnosisguild/enclave/pull/503))
- Remove Rust program-listener and move event handling to TS server ([#489](https://github.com/gnosisguild/enclave/pull/489))
- Attempt to get frontend hooked up ([#484](https://github.com/gnosisguild/enclave/pull/484))
- Add test to program ([#483](https://github.com/gnosisguild/enclave/pull/483))
- Get frontend working ([#480](https://github.com/gnosisguild/enclave/pull/480))
- Add support scripts (contract watcher/risc0) ([#467](https://github.com/gnosisguild/enclave/pull/467))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
18 changes: 18 additions & 0 deletions crates/compute-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-compute-provider-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- lock compiler + deps and enable MSRV‑aware resolution ([#589](https://github.com/gnosisguild/enclave/pull/589))
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
23 changes: 23 additions & 0 deletions crates/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-config-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Remove Risc0 from tests ([#569](https://github.com/gnosisguild/enclave/pull/569))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- Upgrade Risc0 to v2.1.0 ([#523](https://github.com/gnosisguild/enclave/pull/523))
- Pass Risc0 Dev mode through a CLI Flag and Pull Support Latest version ([#513](https://github.com/gnosisguild/enclave/pull/513))
- Pass Bonsai Credentials to Risc0 ([#503](https://github.com/gnosisguild/enclave/pull/503))
- Get frontend working ([#480](https://github.com/gnosisguild/enclave/pull/480))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
21 changes: 21 additions & 0 deletions crates/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-crypto-v0.0.1-test) - 2025-09-26

### Added
- event definition ([#612](https://github.com/gnosisguild/enclave/pull/612))
- add sensitive container for transferring data between actors ([#603](https://github.com/gnosisguild/enclave/pull/603))

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
17 changes: 17 additions & 0 deletions crates/data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-data-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
17 changes: 17 additions & 0 deletions crates/enclaveup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/enclaveup-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- lock compiler + deps and enable MSRV‑aware resolution ([#589](https://github.com/gnosisguild/enclave/pull/589))
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Enclaveup installer to manage enclave cli updates ([#512](https://github.com/gnosisguild/enclave/pull/512))
2 changes: 1 addition & 1 deletion crates/enclaveup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ futures-util = { workspace = true }
indicatif = "0.17.11"
flate2 = "1.0"
tar = "0.4"
directories = "6.0.0"
directories = "6.0.0"
28 changes: 28 additions & 0 deletions crates/entrypoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-entrypoint-v0.0.1-test) - 2025-09-26

### Added
- upgrade to hardhat v3 and configure repo ([#677](https://github.com/gnosisguild/enclave/pull/677))
- update to enclave specific org ([#673](https://github.com/gnosisguild/enclave/pull/673))
- event definition ([#612](https://github.com/gnosisguild/enclave/pull/612))
- rename network components ([#602](https://github.com/gnosisguild/enclave/pull/602))

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- Add `enclave purge-all` and `enclave program cache purge` ([#552](https://github.com/gnosisguild/enclave/pull/552))
- Upgrade Risc0 to v2.1.0 ([#523](https://github.com/gnosisguild/enclave/pull/523))
- change the `enclave wizard` command to enclave `config-set` ([#491](https://github.com/gnosisguild/enclave/pull/491))
- Add shutdown logic to prevent swallowing errors in connection ([#492](https://github.com/gnosisguild/enclave/pull/492))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
22 changes: 22 additions & 0 deletions crates/events/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-events-v0.0.1-test) - 2025-09-26

### Added
- event definition ([#612](https://github.com/gnosisguild/enclave/pull/612))
- rename network components ([#602](https://github.com/gnosisguild/enclave/pull/602))

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
20 changes: 20 additions & 0 deletions crates/evm-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-evm-helpers-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- *(contracts)* use struct param to fix stack too deep error ([#665](https://github.com/gnosisguild/enclave/pull/665))
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- Upgrade Risc0 to v2.1.0 ([#523](https://github.com/gnosisguild/enclave/pull/523))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
18 changes: 18 additions & 0 deletions crates/fhe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-fhe-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- `enclave init` client template ([#471](https://github.com/gnosisguild/enclave/pull/471))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
14 changes: 14 additions & 0 deletions crates/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-fs-v0.0.1-test) - 2025-09-26

### Other
- tidy init stdout ([#628](https://github.com/gnosisguild/enclave/pull/628))
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Use FS utils to avoid using external tools like sed, cp etc ([#541](https://github.com/gnosisguild/enclave/pull/541))
21 changes: 21 additions & 0 deletions crates/indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-indexer-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- Upgrade Risc0 to v2.1.0 ([#523](https://github.com/gnosisguild/enclave/pull/523))
- Add support scripts (contract watcher/risc0) ([#467](https://github.com/gnosisguild/enclave/pull/467))
- `enclave init` client template ([#471](https://github.com/gnosisguild/enclave/pull/471))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
33 changes: 33 additions & 0 deletions crates/init/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-init-v0.0.1-test) - 2025-09-26

### Added
- update to enclave specific org ([#673](https://github.com/gnosisguild/enclave/pull/673))

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- tidy init stdout ([#628](https://github.com/gnosisguild/enclave/pull/628))
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- Further hacknet refs ([#579](https://github.com/gnosisguild/enclave/pull/579))
- Enclave init is not working ([#576](https://github.com/gnosisguild/enclave/pull/576))
- Remove Risc0 from tests ([#569](https://github.com/gnosisguild/enclave/pull/569))
- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558))
- Use FS utils to avoid using external tools like sed, cp etc ([#541](https://github.com/gnosisguild/enclave/pull/541))
- Fix macos issue and cleanup after fail ([#540](https://github.com/gnosisguild/enclave/pull/540))
- Add test to program ([#483](https://github.com/gnosisguild/enclave/pull/483))
- Get frontend working ([#480](https://github.com/gnosisguild/enclave/pull/480))
- Fix issues ([#479](https://github.com/gnosisguild/enclave/pull/479))
- Fix up Support Scripts ([#477](https://github.com/gnosisguild/enclave/pull/477))
- Add support scripts (contract watcher/risc0) ([#467](https://github.com/gnosisguild/enclave/pull/467))
- Support cli ([#465](https://github.com/gnosisguild/enclave/pull/465))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
17 changes: 17 additions & 0 deletions crates/keyshare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-keyshare-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
17 changes: 17 additions & 0 deletions crates/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1-test](https://github.com/gnosisguild/enclave/releases/tag/e3-logger-v0.0.1-test) - 2025-09-26

### Fixed
- remove ci artifacts deep clean ([#681](https://github.com/gnosisguild/enclave/pull/681))

### Other
- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580))
- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462))
- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461))
Loading