-
Notifications
You must be signed in to change notification settings - Fork 7
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
309ca8f
commit c524244
Showing
100 changed files
with
1,733 additions
and
55 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 |
---|---|---|
|
@@ -97,4 +97,4 @@ evm = [ | |
"alloy-network", | ||
"alloy-rpc-types-eth", | ||
"alloy-signer-local", | ||
] | ||
] |
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,16 @@ | ||
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-benchmarking-v0.1.0) - 2025-01-25 | ||
|
||
### Other | ||
|
||
- clippy | ||
- test instrumented client and others ([#9](https://github.com/tangle-network/gadget/pull/9)) | ||
- add benchmarking |
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ publish = false | |
gadget-std = { workspace = true, features = ["std"] } | ||
|
||
[lints] | ||
workspace = true | ||
workspace = true |
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
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,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.2.2](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.2.1...blueprint-metadata-v0.2.2) - 2025-01-25 | ||
|
||
### Added | ||
|
||
- migrate blueprint-metadata | ||
|
||
### Other | ||
|
||
- bump rustdoc-types |
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
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,69 @@ | ||
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-clients-v0.1.0) - 2025-01-25 | ||
|
||
### Added | ||
|
||
- *(macros)* use `sdk::Error` instead of `Box<dyn Error>` ([#604](https://github.com/tangle-network/gadget/pull/604)) | ||
- eigenlayer incredible squaring blueprint ([#43](https://github.com/tangle-network/gadget/pull/43)) | ||
- Improve test utils, fix tests ([#34](https://github.com/tangle-network/gadget/pull/34)) | ||
- add cli to workspace ([#19](https://github.com/tangle-network/gadget/pull/19)) | ||
- integrate clients into macros | ||
- complete TangleClient, generalize services, contexts | ||
- implement runners ([#11](https://github.com/tangle-network/gadget/pull/11)) | ||
- separate key types entirely from keystore/put into crypto crates | ||
- *(gadget-contexts)* contexts, clients, and features | ||
- *(gadget-contexts)* wip implementation of contexts | ||
- add tokio-std, bindings rename, config build | ||
|
||
### Fixed | ||
|
||
- eigenlayer blueprint test fix | ||
- *(ci)* workflow fix | ||
- eigensdk-rs git dep | ||
- use url 2.5.2 | ||
- *(gadget-client-evm)* fix test race condition | ||
- set test mode in harness env | ||
- get Tangle tests passing again | ||
- *(gadget-client-eigenlayer)* test fix | ||
- *(incredible-squaring)* debugging blueprint test | ||
- *(testing-utils)* debugging blueprint tests | ||
- correctly de/serialize keys in keystore | ||
- *(incredible-squaring)* progress on blueprint test and utilized crates | ||
- rename anvil test utils | ||
- remove target addr from p2p client | ||
- [**breaking**] refactoring test runners wip | ||
- get tests compiling | ||
- *(macros)* get TangleClientContext derive building | ||
- use `gadget_std` more | ||
- get macro tests closer to building | ||
- update type paths in `job` macro | ||
- *(gadget-client-eigenlayer)* stop dropping anvil containers in tests | ||
- make some methods public | ||
- *(gadget-client-tangle)* remove `no_std` feature | ||
- cleanup a bunch of warnings | ||
|
||
### Other | ||
|
||
- fmt | ||
- add fake test to tangle client | ||
- *(keystore)* cleanup Tangle{Bls}Backend traits | ||
- *(clippy)* fmt | ||
- clippy fixes, renaming | ||
- *(blueprint-manager)* lots of cleanup | ||
- fix clippy | ||
- merge `gadget-tokio-std` into `gadget-std` | ||
- *(gadget-client-eigenlayer)* move tests to new file | ||
- clippy | ||
- test instrumented client and others ([#9](https://github.com/tangle-network/gadget/pull/9)) | ||
- workspace builds | ||
- working off donovan/contexts, adding networking, logging, keystore change | ||
- *(clippy)* fmt | ||
- updates |
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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-client-core-v0.1.0) - 2025-01-25 | ||
|
||
### Added | ||
|
||
- complete TangleClient, generalize services, contexts | ||
|
||
### Fixed | ||
|
||
- *(macros)* get TangleClientContext derive building | ||
- use `gadget_std` more | ||
|
||
### Other | ||
|
||
- *(blueprint-manager)* lots of cleanup | ||
- fix clippy |
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ thiserror = { workspace = true } | |
default = ["std"] | ||
std = [ | ||
"gadget-std/std", | ||
] | ||
] |
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,34 @@ | ||
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-client-eigenlayer-v0.1.0) - 2025-01-25 | ||
|
||
### Added | ||
|
||
- *(macros)* use `sdk::Error` instead of `Box<dyn Error>` ([#604](https://github.com/tangle-network/gadget/pull/604)) | ||
- eigenlayer incredible squaring blueprint ([#43](https://github.com/tangle-network/gadget/pull/43)) | ||
- implement runners ([#11](https://github.com/tangle-network/gadget/pull/11)) | ||
|
||
### Fixed | ||
|
||
- eigenlayer blueprint test fix | ||
- eigensdk-rs git dep | ||
- use url 2.5.2 | ||
- *(gadget-client-eigenlayer)* test fix | ||
- rename anvil test utils | ||
- [**breaking**] refactoring test runners wip | ||
- *(gadget-client-eigenlayer)* stop dropping anvil containers in tests | ||
|
||
### Other | ||
|
||
- *(blueprint-manager)* lots of cleanup | ||
- *(gadget-client-eigenlayer)* move tests to new file | ||
- clippy | ||
- test instrumented client and others ([#9](https://github.com/tangle-network/gadget/pull/9)) | ||
- workspace builds |
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 |
---|---|---|
|
@@ -44,4 +44,4 @@ std = [ | |
"gadget-utils-evm/std", | ||
"tokio/full", | ||
# TODO: "url/std", | ||
] | ||
] |
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,30 @@ | ||
# 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.0](https://github.com/tangle-network/gadget/releases/tag/gadget-client-evm-v0.1.0) - 2025-01-25 | ||
|
||
### Added | ||
|
||
- add cli to workspace ([#19](https://github.com/tangle-network/gadget/pull/19)) | ||
- implement runners ([#11](https://github.com/tangle-network/gadget/pull/11)) | ||
|
||
### Fixed | ||
|
||
- *(ci)* workflow fix | ||
- eigensdk-rs git dep | ||
- *(gadget-client-evm)* fix test race condition | ||
- rename anvil test utils | ||
- [**breaking**] refactoring test runners wip | ||
|
||
### Other | ||
|
||
- *(blueprint-manager)* lots of cleanup | ||
- clippy | ||
- test instrumented client and others ([#9](https://github.com/tangle-network/gadget/pull/9)) | ||
- workspace builds |
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 |
---|---|---|
|
@@ -49,4 +49,4 @@ std = [ | |
|
||
# Alloy features | ||
"alloy-primitives/std", | ||
] | ||
] |
Oops, something went wrong.