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

Publish Gadget SDK to crates.io #215

Closed shekohex closed 2 months ago

shekohex commented 2 months ago

This PR made it possible to publish our SDK to crates.io.

The list of published crates:

  1. gadget-core.
  2. gadget-common.
  3. gadget-io.
  4. gadget-blueprint-proc-macro-core.
  5. gadget-blueprint-proc-macro.
  6. gadget-sdk.
  7. blueprint-metadata.

Note that we do now use the published crates of Polkadot SDK v1.7.0, instead of the ones that comes from github.

drewstone commented 2 months ago

CI needs fixing @shekohex