tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
Apache License 2.0
12 stars 3 forks source link

feat: add EVM Provider and Tangle Client Context Extensions #319

Closed shekohex closed 2 weeks ago

shekohex commented 2 weeks ago

This pull request introduces significant enhancements to the macros/context-derive crate by adding support for EVM and Tangle client contexts, refactoring existing code, and updating tests to cover new functionalities.

New Features:

Code Refactoring:

New Implementations:

Testing:

Dependency Updates:

These changes collectively enhance the functionality and maintainability of the codebase, providing robust support for EVM and Tangle client contexts.

Part of #265