diff --git a/crates/aggregator/CHANGELOG.md b/crates/aggregator/CHANGELOG.md new file mode 100644 index 0000000000..a73fdabdca --- /dev/null +++ b/crates/aggregator/CHANGELOG.md @@ -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)) diff --git a/crates/bfv-helpers/CHANGELOG.md b/crates/bfv-helpers/CHANGELOG.md new file mode 100644 index 0000000000..1de29ad640 --- /dev/null +++ b/crates/bfv-helpers/CHANGELOG.md @@ -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)) diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md new file mode 100644 index 0000000000..87a1dee901 --- /dev/null +++ b/crates/cli/CHANGELOG.md @@ -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)) diff --git a/crates/compute-provider/CHANGELOG.md b/crates/compute-provider/CHANGELOG.md new file mode 100644 index 0000000000..b24a0c9323 --- /dev/null +++ b/crates/compute-provider/CHANGELOG.md @@ -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)) diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md new file mode 100644 index 0000000000..756582c19e --- /dev/null +++ b/crates/config/CHANGELOG.md @@ -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)) diff --git a/crates/crypto/CHANGELOG.md b/crates/crypto/CHANGELOG.md new file mode 100644 index 0000000000..2a8199f596 --- /dev/null +++ b/crates/crypto/CHANGELOG.md @@ -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)) diff --git a/crates/data/CHANGELOG.md b/crates/data/CHANGELOG.md new file mode 100644 index 0000000000..885e0c506f --- /dev/null +++ b/crates/data/CHANGELOG.md @@ -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)) diff --git a/crates/enclaveup/CHANGELOG.md b/crates/enclaveup/CHANGELOG.md new file mode 100644 index 0000000000..974f009b23 --- /dev/null +++ b/crates/enclaveup/CHANGELOG.md @@ -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)) diff --git a/crates/enclaveup/Cargo.toml b/crates/enclaveup/Cargo.toml index 2e70e4b753..dc9f6bf7bf 100644 --- a/crates/enclaveup/Cargo.toml +++ b/crates/enclaveup/Cargo.toml @@ -21,4 +21,4 @@ futures-util = { workspace = true } indicatif = "0.17.11" flate2 = "1.0" tar = "0.4" -directories = "6.0.0" \ No newline at end of file +directories = "6.0.0" diff --git a/crates/entrypoint/CHANGELOG.md b/crates/entrypoint/CHANGELOG.md new file mode 100644 index 0000000000..8984fd7680 --- /dev/null +++ b/crates/entrypoint/CHANGELOG.md @@ -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)) diff --git a/crates/events/CHANGELOG.md b/crates/events/CHANGELOG.md new file mode 100644 index 0000000000..3cea386077 --- /dev/null +++ b/crates/events/CHANGELOG.md @@ -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)) diff --git a/crates/evm-helpers/CHANGELOG.md b/crates/evm-helpers/CHANGELOG.md new file mode 100644 index 0000000000..4a8dce7858 --- /dev/null +++ b/crates/evm-helpers/CHANGELOG.md @@ -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)) diff --git a/crates/fhe/CHANGELOG.md b/crates/fhe/CHANGELOG.md new file mode 100644 index 0000000000..33c6a282f2 --- /dev/null +++ b/crates/fhe/CHANGELOG.md @@ -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)) diff --git a/crates/fs/CHANGELOG.md b/crates/fs/CHANGELOG.md new file mode 100644 index 0000000000..1b431a17d3 --- /dev/null +++ b/crates/fs/CHANGELOG.md @@ -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)) diff --git a/crates/indexer/CHANGELOG.md b/crates/indexer/CHANGELOG.md new file mode 100644 index 0000000000..5aaaee08a5 --- /dev/null +++ b/crates/indexer/CHANGELOG.md @@ -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)) diff --git a/crates/init/CHANGELOG.md b/crates/init/CHANGELOG.md new file mode 100644 index 0000000000..916b39f2f3 --- /dev/null +++ b/crates/init/CHANGELOG.md @@ -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)) diff --git a/crates/keyshare/CHANGELOG.md b/crates/keyshare/CHANGELOG.md new file mode 100644 index 0000000000..e6ee481fd2 --- /dev/null +++ b/crates/keyshare/CHANGELOG.md @@ -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)) diff --git a/crates/logger/CHANGELOG.md b/crates/logger/CHANGELOG.md new file mode 100644 index 0000000000..7a417aff1a --- /dev/null +++ b/crates/logger/CHANGELOG.md @@ -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)) diff --git a/crates/net/CHANGELOG.md b/crates/net/CHANGELOG.md new file mode 100644 index 0000000000..27847c486c --- /dev/null +++ b/crates/net/CHANGELOG.md @@ -0,0 +1,24 @@ +# 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-net-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 +- 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)) +- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558)) +- Remove Rust program-listener and move event handling to TS server ([#489](https://github.com/gnosisguild/enclave/pull/489)) +- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462)) +- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461)) diff --git a/crates/program-server/CHANGELOG.md b/crates/program-server/CHANGELOG.md new file mode 100644 index 0000000000..2e1a5616c4 --- /dev/null +++ b/crates/program-server/CHANGELOG.md @@ -0,0 +1,19 @@ +# 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-program-server-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)) +- Remove Risc0 from tests ([#569](https://github.com/gnosisguild/enclave/pull/569)) diff --git a/crates/request/CHANGELOG.md b/crates/request/CHANGELOG.md new file mode 100644 index 0000000000..5dd163e1f6 --- /dev/null +++ b/crates/request/CHANGELOG.md @@ -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-request-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)) diff --git a/crates/sdk/CHANGELOG.md b/crates/sdk/CHANGELOG.md new file mode 100644 index 0000000000..4ca07122d4 --- /dev/null +++ b/crates/sdk/CHANGELOG.md @@ -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-sdk-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)) diff --git a/crates/sortition/CHANGELOG.md b/crates/sortition/CHANGELOG.md new file mode 100644 index 0000000000..312ee00b27 --- /dev/null +++ b/crates/sortition/CHANGELOG.md @@ -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-sortition-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)) +- `enclave init` template ([#462](https://github.com/gnosisguild/enclave/pull/462)) +- Refactor `packages/ciphernode` to `./crates` ([#461](https://github.com/gnosisguild/enclave/pull/461)) diff --git a/crates/support-scripts/CHANGELOG.md b/crates/support-scripts/CHANGELOG.md new file mode 100644 index 0000000000..ca9f8f104e --- /dev/null +++ b/crates/support-scripts/CHANGELOG.md @@ -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-support-scripts-v0.0.1-test) - 2025-09-26 + +### Added +- move wasm-crypto to the sdk ([#635](https://github.com/gnosisguild/enclave/pull/635)) +- configure crisp as the rust template and remove risc0 from e2e tests ([#657](https://github.com/gnosisguild/enclave/pull/657)) + +### Fixed +- update relative paths to use git ([#708](https://github.com/gnosisguild/enclave/pull/708)) +- fix `macOS` ([#521](https://github.com/gnosisguild/enclave/pull/521)) + +### 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)) +- Remove Risc0 from tests ([#569](https://github.com/gnosisguild/enclave/pull/569)) +- Add `enclave purge-all` and `enclave program cache purge` ([#552](https://github.com/gnosisguild/enclave/pull/552)) +- Use host-gateway to enable cross platform callback networking ([#546](https://github.com/gnosisguild/enclave/pull/546)) +- Device is not a TTY ([#544](https://github.com/gnosisguild/enclave/pull/544)) +- Get template running in workspace ([#529](https://github.com/gnosisguild/enclave/pull/529)) +- Expore the support image port ([#522](https://github.com/gnosisguild/enclave/pull/522)) +- Pass Risc0 Dev mode through a CLI Flag and Pull Support Latest version ([#513](https://github.com/gnosisguild/enclave/pull/513)) +- Fix webhook ([#506](https://github.com/gnosisguild/enclave/pull/506)) +- Args in support scripts ([#504](https://github.com/gnosisguild/enclave/pull/504)) +- 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)) +- 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)) diff --git a/crates/test-helpers/CHANGELOG.md b/crates/test-helpers/CHANGELOG.md new file mode 100644 index 0000000000..abc0c9d7f4 --- /dev/null +++ b/crates/test-helpers/CHANGELOG.md @@ -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-test-helpers-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)) diff --git a/crates/tests/CHANGELOG.md b/crates/tests/CHANGELOG.md new file mode 100644 index 0000000000..17b337b71e --- /dev/null +++ b/crates/tests/CHANGELOG.md @@ -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-tests-v0.0.1-test) - 2025-09-26 + +### Added +- 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)) +- `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)) diff --git a/crates/wasm/CHANGELOG.md b/crates/wasm/CHANGELOG.md index 7537b9e458..79c9d5e4f5 100644 --- a/crates/wasm/CHANGELOG.md +++ b/crates/wasm/CHANGELOG.md @@ -1,3 +1,29 @@ +# 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-wasm-v0.0.1-test) - 2025-09-26 + +### Added +- update to enclave specific org ([#673](https://github.com/gnosisguild/enclave/pull/673)) +- move wasm-crypto to the sdk ([#635](https://github.com/gnosisguild/enclave/pull/635)) + +### Fixed +- wasm init ([#740](https://github.com/gnosisguild/enclave/pull/740)) +- contracts exports ([#732](https://github.com/gnosisguild/enclave/pull/732)) + +### Other +- publish 0.0.14-test ([#743](https://github.com/gnosisguild/enclave/pull/743)) +- release 0.0.12-test ([#731](https://github.com/gnosisguild/enclave/pull/731)) +- release 0.0.11-test npm packages ([#730](https://github.com/gnosisguild/enclave/pull/730)) +- add script and github workflow to check SPDX headers ([#580](https://github.com/gnosisguild/enclave/pull/580)) +- Enclave init is not working ([#576](https://github.com/gnosisguild/enclave/pull/576)) +- Universal wasm built within the SDK ([#574](https://github.com/gnosisguild/enclave/pull/574)) +- Integration test and cleanup ([#558](https://github.com/gnosisguild/enclave/pull/558)) # @enclave-e3/wasm ## 0.0.6-test.0