From cead3a3b51188293d56d7d885b476d7732d3f67c Mon Sep 17 00:00:00 2001 From: shekohex Date: Fri, 8 Nov 2024 23:35:49 +0200 Subject: [PATCH 1/2] chore: fix changelog files --- cli/CHANGELOG.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 99eb0c07..7944c4f5 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -72,12 +72,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) - release ([#314](https://github.com/tangle-network/gadget/pull/314)) -## [0.2.0](https://github.com/tangle-network/gadget/compare/cargo-tangle-v0.1.2...cargo-tangle-v0.2.0) - 2024-10-23 - -### Fixed - -- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368)) - ## [0.1.2](https://github.com/tangle-network/gadget/releases/tag/cargo-tangle-v0.1.2) - 2024-09-30 ### Other @@ -109,31 +103,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other -- release ([#308](https://github.com/tangle-network/gadget/pull/308)) -- Update READMEs with Download Links ([#302](https://github.com/tangle-network/gadget/pull/302)) -- CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) -- Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) -- Update README.md ([#287](https://github.com/tangle-network/gadget/pull/287)) -- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/tangle-network/gadget/pull/246)) -- Promote all dependencies to workspace ([#233](https://github.com/tangle-network/gadget/pull/233)) -- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/tangle-network/gadget/pull/229)) -- Blueprint testing ([#206](https://github.com/tangle-network/gadget/pull/206)) -- Add CLI usage documentation to README ([#228](https://github.com/tangle-network/gadget/pull/228)) -- Rename Gadget CLI to Tangle CLI ([#227](https://github.com/tangle-network/gadget/pull/227)) -- Publish Gadget SDK to crates.io ([#215](https://github.com/tangle-network/gadget/pull/215)) -- add signer selection to the CLI -- Add signers -- Deployment works! -- Add more to the deploy command -- working on deploy cmd -- rename cmds -- add cargo gadget generate cmd -- CLI - -## [0.1.1-beta.7](https://github.com/tangle-network/gadget/releases/tag/cargo-tangle-v0.1.1-beta.7) - 2024-09-24 - -### Other - - Update READMEs with Download Links ([#302](https://github.com/tangle-network/gadget/pull/302)) - CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) - Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) From 12efc972bfd5d3e884170ae5d400b4a866bebc60 Mon Sep 17 00:00:00 2001 From: shekohex Date: Fri, 8 Nov 2024 23:37:20 +0200 Subject: [PATCH 2/2] chore: update changelog --- blueprint-test-utils/CHANGELOG.md | 146 ------------------------------ 1 file changed, 146 deletions(-) diff --git a/blueprint-test-utils/CHANGELOG.md b/blueprint-test-utils/CHANGELOG.md index c688493e..7ec19fc2 100644 --- a/blueprint-test-utils/CHANGELOG.md +++ b/blueprint-test-utils/CHANGELOG.md @@ -36,157 +36,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - improve blueprint-manager and blueprint-test-utils ([#421](https://github.com/tangle-network/gadget/pull/421)) - Leverage blueprint in incredible squaring aggregator ([#365](https://github.com/tangle-network/gadget/pull/365)) - Event Flows for Tangle ([#363](https://github.com/tangle-network/gadget/pull/363)) -- release ([#379](https://github.com/tangle-network/gadget/pull/379)) -- release ([#378](https://github.com/tangle-network/gadget/pull/378)) -- release ([#362](https://github.com/tangle-network/gadget/pull/362)) - Fix eigenlayer example ([#375](https://github.com/tangle-network/gadget/pull/375)) - update to latest changes in tangle ([#367](https://github.com/tangle-network/gadget/pull/367)) - Multi job runner + SDK main macro ([#346](https://github.com/tangle-network/gadget/pull/346)) - Event Listener Upgrade + Wrapper Types + sdk::main macro ([#333](https://github.com/tangle-network/gadget/pull/333)) - update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) -- release ([#314](https://github.com/tangle-network/gadget/pull/314)) -- release ([#313](https://github.com/tangle-network/gadget/pull/313)) -- release ([#308](https://github.com/tangle-network/gadget/pull/308)) -- Remove Logger ([#311](https://github.com/tangle-network/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) -- CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) -- Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) -- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/tangle-network/gadget/pull/246)) -- Remove unused workspace dependencies ([#276](https://github.com/tangle-network/gadget/pull/276)) -- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/tangle-network/gadget/pull/252)) -- Add more checks to CI ([#244](https://github.com/tangle-network/gadget/pull/244)) -- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/tangle-network/gadget/pull/243)) -- Promote all dependencies to workspace ([#233](https://github.com/tangle-network/gadget/pull/233)) -- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/tangle-network/gadget/pull/231)) -- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/tangle-network/gadget/pull/229)) -- Blueprint testing ([#206](https://github.com/tangle-network/gadget/pull/206)) - -## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-10-23 - -### Added - -- add optional data dir to blueprint manager ([#342](https://github.com/tangle-network/gadget/pull/342)) -- eigenlayer incredible squaring blueprint and test ([#312](https://github.com/tangle-network/gadget/pull/312)) - -### Fixed - -- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368)) -- *(sdk)* [**breaking**] downgrade substrate dependencies for now -- add `data_dir` back to `GadgetConfiguration` ([#350](https://github.com/tangle-network/gadget/pull/350)) - -### Other - -- release ([#378](https://github.com/tangle-network/gadget/pull/378)) -- release ([#362](https://github.com/tangle-network/gadget/pull/362)) -- Fix eigenlayer example ([#375](https://github.com/tangle-network/gadget/pull/375)) -- update to latest changes in tangle ([#367](https://github.com/tangle-network/gadget/pull/367)) -- Multi job runner + SDK main macro ([#346](https://github.com/tangle-network/gadget/pull/346)) -- Event Listener Upgrade + Wrapper Types + sdk::main macro ([#333](https://github.com/tangle-network/gadget/pull/333)) -- update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) -- release ([#314](https://github.com/tangle-network/gadget/pull/314)) -- release ([#313](https://github.com/tangle-network/gadget/pull/313)) -- release ([#308](https://github.com/tangle-network/gadget/pull/308)) -- Remove Logger ([#311](https://github.com/tangle-network/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) -- CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) -- Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) -- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/tangle-network/gadget/pull/246)) -- Remove unused workspace dependencies ([#276](https://github.com/tangle-network/gadget/pull/276)) -- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/tangle-network/gadget/pull/252)) -- Add more checks to CI ([#244](https://github.com/tangle-network/gadget/pull/244)) -- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/tangle-network/gadget/pull/243)) -- Promote all dependencies to workspace ([#233](https://github.com/tangle-network/gadget/pull/233)) -- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/tangle-network/gadget/pull/231)) -- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/tangle-network/gadget/pull/229)) -- Blueprint testing ([#206](https://github.com/tangle-network/gadget/pull/206)) - -## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-10-23 - -### Added - -- add optional data dir to blueprint manager ([#342](https://github.com/tangle-network/gadget/pull/342)) -- eigenlayer incredible squaring blueprint and test ([#312](https://github.com/tangle-network/gadget/pull/312)) - -### Fixed - -- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368)) -- *(sdk)* [**breaking**] downgrade substrate dependencies for now -- add `data_dir` back to `GadgetConfiguration` ([#350](https://github.com/tangle-network/gadget/pull/350)) - -### Other - -- release ([#362](https://github.com/tangle-network/gadget/pull/362)) -- Fix eigenlayer example ([#375](https://github.com/tangle-network/gadget/pull/375)) -- update to latest changes in tangle ([#367](https://github.com/tangle-network/gadget/pull/367)) -- Multi job runner + SDK main macro ([#346](https://github.com/tangle-network/gadget/pull/346)) -- Event Listener Upgrade + Wrapper Types + sdk::main macro ([#333](https://github.com/tangle-network/gadget/pull/333)) -- update naming ([#343](https://github.com/tangle-network/gadget/pull/343)) -- release ([#314](https://github.com/tangle-network/gadget/pull/314)) -- release ([#313](https://github.com/tangle-network/gadget/pull/313)) -- release ([#308](https://github.com/tangle-network/gadget/pull/308)) -- Remove Logger ([#311](https://github.com/tangle-network/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) -- CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) -- Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) -- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/tangle-network/gadget/pull/246)) -- Remove unused workspace dependencies ([#276](https://github.com/tangle-network/gadget/pull/276)) -- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/tangle-network/gadget/pull/252)) -- Add more checks to CI ([#244](https://github.com/tangle-network/gadget/pull/244)) -- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/tangle-network/gadget/pull/243)) -- Promote all dependencies to workspace ([#233](https://github.com/tangle-network/gadget/pull/233)) -- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/tangle-network/gadget/pull/231)) -- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/tangle-network/gadget/pull/229)) -- Blueprint testing ([#206](https://github.com/tangle-network/gadget/pull/206)) - -## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-10-23 - -### Fixed - -- *(sdk)* updated keystore support and fixes ([#368](https://github.com/tangle-network/gadget/pull/368)) - -## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-30 - -### Other - -- release ([#313](https://github.com/tangle-network/gadget/pull/313)) -- release ([#308](https://github.com/tangle-network/gadget/pull/308)) -- Remove Logger ([#311](https://github.com/tangle-network/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) -- CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) -- Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) -- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/tangle-network/gadget/pull/246)) -- Remove unused workspace dependencies ([#276](https://github.com/tangle-network/gadget/pull/276)) -- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/tangle-network/gadget/pull/252)) -- Add more checks to CI ([#244](https://github.com/tangle-network/gadget/pull/244)) -- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/tangle-network/gadget/pull/243)) -- Promote all dependencies to workspace ([#233](https://github.com/tangle-network/gadget/pull/233)) -- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/tangle-network/gadget/pull/231)) -- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/tangle-network/gadget/pull/229)) -- Blueprint testing ([#206](https://github.com/tangle-network/gadget/pull/206)) - -## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-25 - -### Other - -- release ([#308](https://github.com/tangle-network/gadget/pull/308)) -- Remove Logger ([#311](https://github.com/tangle-network/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) -- CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301)) -- Expose executor from SDK ([#300](https://github.com/tangle-network/gadget/pull/300)) -- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/tangle-network/gadget/pull/246)) -- Remove unused workspace dependencies ([#276](https://github.com/tangle-network/gadget/pull/276)) -- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/tangle-network/gadget/pull/252)) -- Add more checks to CI ([#244](https://github.com/tangle-network/gadget/pull/244)) -- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/tangle-network/gadget/pull/243)) -- Promote all dependencies to workspace ([#233](https://github.com/tangle-network/gadget/pull/233)) -- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/tangle-network/gadget/pull/231)) -- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/tangle-network/gadget/pull/229)) -- Blueprint testing ([#206](https://github.com/tangle-network/gadget/pull/206)) - -## [0.1.1](https://github.com/tangle-network/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-24 - -### Other - - Remove Logger ([#311](https://github.com/tangle-network/gadget/pull/311)) - Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) - CI Improvements ([#301](https://github.com/tangle-network/gadget/pull/301))