-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d598145
commit 21bb029
Showing
7 changed files
with
113 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.1.1](https://github.com/webb-tools/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-23 | ||
|
||
### Other | ||
|
||
- CI Improvements ([#301](https://github.com/webb-tools/gadget/pull/301)) | ||
- Expose executor from SDK ([#300](https://github.com/webb-tools/gadget/pull/300)) | ||
- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/webb-tools/gadget/pull/246)) | ||
- Remove unused workspace dependencies ([#276](https://github.com/webb-tools/gadget/pull/276)) | ||
- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/webb-tools/gadget/pull/252)) | ||
- Add more checks to CI ([#244](https://github.com/webb-tools/gadget/pull/244)) | ||
- Fix `too_long_first_doc_paragraph` ([#243](https://github.com/webb-tools/gadget/pull/243)) | ||
- Promote all dependencies to workspace ([#233](https://github.com/webb-tools/gadget/pull/233)) | ||
- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/webb-tools/gadget/pull/231)) | ||
- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/webb-tools/gadget/pull/229)) | ||
- Blueprint testing ([#206](https://github.com/webb-tools/gadget/pull/206)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# 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.1.1-beta.7](https://github.com/webb-tools/gadget/releases/tag/cargo-tangle-v0.1.1-beta.7) - 2024-09-23 | ||
|
||
### Other | ||
|
||
- Update READMEs with Download Links ([#302](https://github.com/webb-tools/gadget/pull/302)) | ||
- CI Improvements ([#301](https://github.com/webb-tools/gadget/pull/301)) | ||
- Expose executor from SDK ([#300](https://github.com/webb-tools/gadget/pull/300)) | ||
- Update README.md ([#287](https://github.com/webb-tools/gadget/pull/287)) | ||
- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/webb-tools/gadget/pull/246)) | ||
- Promote all dependencies to workspace ([#233](https://github.com/webb-tools/gadget/pull/233)) | ||
- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/webb-tools/gadget/pull/229)) | ||
- Blueprint testing ([#206](https://github.com/webb-tools/gadget/pull/206)) | ||
- Add CLI usage documentation to README ([#228](https://github.com/webb-tools/gadget/pull/228)) | ||
- Rename Gadget CLI to Tangle CLI ([#227](https://github.com/webb-tools/gadget/pull/227)) | ||
- Publish Gadget SDK to crates.io ([#215](https://github.com/webb-tools/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2](https://github.com/webb-tools/gadget/compare/gadget-io-v0.0.1...gadget-io-v0.0.2) - 2024-09-23 | ||
|
||
### Other | ||
|
||
- CI Improvements ([#301](https://github.com/webb-tools/gadget/pull/301)) | ||
- Expose executor from SDK ([#300](https://github.com/webb-tools/gadget/pull/300)) | ||
- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/webb-tools/gadget/pull/246)) | ||
- Add more checks to CI ([#244](https://github.com/webb-tools/gadget/pull/244)) | ||
- Cleanup unused dependencies ([#237](https://github.com/webb-tools/gadget/pull/237)) | ||
- Promote all dependencies to workspace ([#233](https://github.com/webb-tools/gadget/pull/233)) | ||
- Make `{core, io, common}` no_std and WASM compatible ([#231](https://github.com/webb-tools/gadget/pull/231)) | ||
- Remove shell sdk and put inside blueprint manager ([#229](https://github.com/webb-tools/gadget/pull/229)) | ||
- Blueprint testing ([#206](https://github.com/webb-tools/gadget/pull/206)) | ||
- Unify crate licenses ([#223](https://github.com/webb-tools/gadget/pull/223)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 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.1.1](https://github.com/webb-tools/gadget/releases/tag/gadget-blueprint-proc-macro-playground-v0.1.1) - 2024-09-23 | ||
|
||
### Added | ||
|
||
- Blueprint jobs macro ([#169](https://github.com/webb-tools/gadget/pull/169)) | ||
|
||
### Fixed | ||
|
||
- fix the issue with blueprint metadata ([#293](https://github.com/webb-tools/gadget/pull/293)) | ||
|
||
### Other | ||
|
||
- Expose executor from SDK ([#300](https://github.com/webb-tools/gadget/pull/300)) | ||
- Update README.md ([#287](https://github.com/webb-tools/gadget/pull/287)) | ||
- [feat] Gadget Metadata ([#274](https://github.com/webb-tools/gadget/pull/274)) | ||
- [MEGA PR] Overhaul repo, add Eigenlayer AVS example, remove many crates, add testing, remove unused code ([#246](https://github.com/webb-tools/gadget/pull/246)) | ||
- Add mpc blueprint starting point, cleanup abstractions ([#252](https://github.com/webb-tools/gadget/pull/252)) | ||
- [feat] benchmark proc-macro ([#238](https://github.com/webb-tools/gadget/pull/238)) | ||
- Spelling fix | ||
- Blueprint testing ([#206](https://github.com/webb-tools/gadget/pull/206)) | ||
- Fix the Clippy errors | ||
- Eigenlayer integration ([#170](https://github.com/webb-tools/gadget/pull/170)) |