From 4d356a9da5d1cb47add53345e6e4a7ec74343eb3 Mon Sep 17 00:00:00 2001 From: drewstone Date: Tue, 8 Oct 2024 23:19:03 -0400 Subject: [PATCH] chore: update naming --- .gitmodules | 4 +- Cargo.toml | 2 +- README.md | 8 +- blueprint-metadata/CHANGELOG.md | 4 +- blueprint-test-utils/CHANGELOG.md | 90 +++++++++---------- blueprints/ecdsa-threshold-mpc/Cargo.toml | 2 +- .../incredible-squaring-eigenlayer/README.md | 2 +- .../src/main.rs | 2 +- cli/CHANGELOG.md | 80 ++++++++--------- cli/README.md | 4 +- cli/src/create.rs | 2 +- gadget-io/CHANGELOG.md | 24 ++--- macros/blueprint-proc-macro-core/CHANGELOG.md | 4 +- .../Cargo.toml | 2 +- macros/blueprint-proc-macro/CHANGELOG.md | 6 +- macros/context-derive/CHANGELOG.md | 6 +- sdk/CHANGELOG.md | 2 +- sdk/README.md | 2 +- 18 files changed, 123 insertions(+), 123 deletions(-) diff --git a/.gitmodules b/.gitmodules index 607f26e3f..efd02dc4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,7 @@ url = https://github.com/foundry-rs/forge-std [submodule "blueprints/incredible-squaring/contracts/lib/tnt-core"] path = blueprints/incredible-squaring/contracts/lib/tnt-core - url = https://github.com/webb-tools/tnt-core + url = https://github.com/tangle-network/tnt-core # For the incredible-squaring-eigenlayer blueprint [submodule "blueprints/incredible-squaring-eigenlayer/contracts/lib/eigenlayer-middleware"] @@ -21,5 +21,5 @@ url = https://github.com/foundry-rs/forge-std [submodule "blueprints/ecdsa-threshold-mpc/contracts/lib/tnt-core"] path = blueprints/ecdsa-threshold-mpc/contracts/lib/tnt-core - url = https://github.com/webb-tools/tnt-core + url = https://github.com/tangle-network/tnt-core branch = main \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index b44b002c4..18cb202af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ authors = ["Webb Technologies Inc."] edition = "2021" license = "MIT OR Apache-2.0" homepage = "https://tangle.tools" -repository = "https://github.com/webb-tools/gadget" +repository = "https://github.com/tangle-network/gadget" [workspace.lints.rust] rust_2018_idioms = { level = "deny", priority = -1 } diff --git a/README.md b/README.md index 72fe4b37d..02eee9d1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Gadget Logo + Gadget Logo

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/Apache-2.0) @@ -38,13 +38,13 @@ To install the Tangle CLI, run the following command: > Supported on Linux, MacOS, and Windows (WSL2) ```bash -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/webb-tools/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh ``` Or, if you prefer to install the CLI from source: ```bash -cargo install cargo-tangle --git https://github.com/webb-tools/gadget --force +cargo install cargo-tangle --git https://github.com/tangle-network/gadget --force ``` ### Creating a Blueprint @@ -71,7 +71,7 @@ More information on this process can be found in the [CLI documentation](./cli/R In order to test a blueprint, you must first have a local Tangle node running. When setting up a local testnet for integration testing, we recommend running this script for -testing: [run-standalone-local.sh](https://github.com/webb-tools/tangle/blob/main/scripts/run-standalone-local.sh), +testing: [run-standalone-local.sh](https://github.com/tangle-network/tangle/blob/main/scripts/run-standalone-local.sh), passing `--clean` as an argument to reset the chain and any keys. Then, you can run: diff --git a/blueprint-metadata/CHANGELOG.md b/blueprint-metadata/CHANGELOG.md index ca46676c2..0535be06e 100644 --- a/blueprint-metadata/CHANGELOG.md +++ b/blueprint-metadata/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.2](https://github.com/webb-tools/gadget/compare/blueprint-metadata-v0.1.1...blueprint-metadata-v0.1.2) - 2024-09-24 +## [0.1.2](https://github.com/tangle-network/gadget/compare/blueprint-metadata-v0.1.1...blueprint-metadata-v0.1.2) - 2024-09-24 ### Other -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285)) +- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) diff --git a/blueprint-test-utils/CHANGELOG.md b/blueprint-test-utils/CHANGELOG.md index d2b473250..6bc757019 100644 --- a/blueprint-test-utils/CHANGELOG.md +++ b/blueprint-test-utils/CHANGELOG.md @@ -7,59 +7,59 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.1](https://github.com/webb-tools/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-30 +## [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/webb-tools/gadget/pull/313)) -- release ([#308](https://github.com/webb-tools/gadget/pull/308)) -- Remove Logger ([#311](https://github.com/webb-tools/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285)) -- 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)) +- 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/webb-tools/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-25 +## [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/webb-tools/gadget/pull/308)) -- Remove Logger ([#311](https://github.com/webb-tools/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285)) -- 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)) +- 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/webb-tools/gadget/releases/tag/blueprint-test-utils-v0.1.1) - 2024-09-24 +## [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/webb-tools/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285)) -- 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)) +- 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)) diff --git a/blueprints/ecdsa-threshold-mpc/Cargo.toml b/blueprints/ecdsa-threshold-mpc/Cargo.toml index 9ac0944b5..71e27f7b0 100644 --- a/blueprints/ecdsa-threshold-mpc/Cargo.toml +++ b/blueprints/ecdsa-threshold-mpc/Cargo.toml @@ -6,7 +6,7 @@ description = "A threshold MPC blueprint allowing key generation, threshold sign authors = ["drewstone "] license = "Unlicense" homepage = "https://tangle.tools" -repository = "https://github.com/webb-tools/ecdsa-threshold-mpc" +repository = "https://github.com/tangle-network/ecdsa-threshold-mpc" readme = "README.md" categories = ["cryptography", "cryptography::cryptocurrencies"] keywords = ["tangle", "blueprint", "avs"] diff --git a/blueprints/incredible-squaring-eigenlayer/README.md b/blueprints/incredible-squaring-eigenlayer/README.md index 6c195baa2..afb9a36dc 100644 --- a/blueprints/incredible-squaring-eigenlayer/README.md +++ b/blueprints/incredible-squaring-eigenlayer/README.md @@ -13,7 +13,7 @@ Before you begin, ensure you have the following installed: 1. Clone this repository: ```bash - git clone https://github.com/webb-tools/gadget.git + git clone https://github.com/tangle-network/gadget.git cd gadget ``` diff --git a/blueprints/incredible-squaring-eigenlayer/src/main.rs b/blueprints/incredible-squaring-eigenlayer/src/main.rs index 83d176933..1dac9fb6e 100644 --- a/blueprints/incredible-squaring-eigenlayer/src/main.rs +++ b/blueprints/incredible-squaring-eigenlayer/src/main.rs @@ -136,7 +136,7 @@ impl GadgetRunner for EigenlayerGadgetRunner { delegation_approver_address: operator_addr, staker_opt_out_window_blocks: 50400u32, metadata_url: Some( - "https://github.com/webb-tools/eigensdk-rs/blob/main/test-utils/metadata.json" + "https://github.com/tangle-network/eigensdk-rs/blob/main/test-utils/metadata.json" .to_string(), ), // TODO: Metadata should be from Environment Variable }; diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index efe4c41fd..9514bebbd 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -7,24 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.2](https://github.com/webb-tools/gadget/releases/tag/cargo-tangle-v0.1.2) - 2024-09-30 +## [0.1.2](https://github.com/tangle-network/gadget/releases/tag/cargo-tangle-v0.1.2) - 2024-09-30 ### Other -- add CLI description to Cargo.toml ([#326](https://github.com/webb-tools/gadget/pull/326)) -- release ([#313](https://github.com/webb-tools/gadget/pull/313)) -- release ([#308](https://github.com/webb-tools/gadget/pull/308)) -- 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 CLI description to Cargo.toml ([#326](https://github.com/tangle-network/gadget/pull/326)) +- release ([#313](https://github.com/tangle-network/gadget/pull/313)) +- 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! @@ -34,22 +34,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add cargo gadget generate cmd - CLI -## [0.1.1-beta.7](https://github.com/webb-tools/gadget/releases/tag/cargo-tangle-v0.1.1-beta.7) - 2024-09-25 +## [0.1.1-beta.7](https://github.com/tangle-network/gadget/releases/tag/cargo-tangle-v0.1.1-beta.7) - 2024-09-25 ### Other -- release ([#308](https://github.com/webb-tools/gadget/pull/308)) -- 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)) +- 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! @@ -59,21 +59,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add cargo gadget generate cmd - CLI -## [0.1.1-beta.7](https://github.com/webb-tools/gadget/releases/tag/cargo-tangle-v0.1.1-beta.7) - 2024-09-24 +## [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/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)) +- 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! diff --git a/cli/README.md b/cli/README.md index 25b9e16de..d943bf164 100644 --- a/cli/README.md +++ b/cli/README.md @@ -22,13 +22,13 @@ To install the Tangle CLI, run the following command: > Supported on Linux, MacOS, and Windows (WSL2) ```bash -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/webb-tools/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tangle-network/gadget/releases/download/cargo-tangle/v0.1.1-beta.7/cargo-tangle-installer.sh | sh ``` Or, if you prefer to install the CLI from source: ```bash -cargo install cargo-tangle --git https://github.com/webb-tools/gadget --force +cargo install cargo-tangle --git https://github.com/tangle-network/gadget --force ``` ## Creating a New Blueprint/Gadget diff --git a/cli/src/create.rs b/cli/src/create.rs index c82b3a2fb..8b8276d27 100644 --- a/cli/src/create.rs +++ b/cli/src/create.rs @@ -5,7 +5,7 @@ pub fn new_blueprint(name: &str) { subfolder: None, test: false, git: Some(String::from( - "https://github.com/webb-tools/blueprint-template/", + "https://github.com/tangle-network/blueprint-template/", )), branch: Some(String::from("main")), tag: None, diff --git a/gadget-io/CHANGELOG.md b/gadget-io/CHANGELOG.md index 1d5033087..431b4bd38 100644 --- a/gadget-io/CHANGELOG.md +++ b/gadget-io/CHANGELOG.md @@ -7,18 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.2](https://github.com/webb-tools/gadget/compare/gadget-io-v0.0.1...gadget-io-v0.0.2) - 2024-09-24 +## [0.0.2](https://github.com/tangle-network/gadget/compare/gadget-io-v0.0.1...gadget-io-v0.0.2) - 2024-09-24 ### Other -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285)) -- 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)) +- 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)) +- Add more checks to CI ([#244](https://github.com/tangle-network/gadget/pull/244)) +- Cleanup unused dependencies ([#237](https://github.com/tangle-network/gadget/pull/237)) +- 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)) +- Unify crate licenses ([#223](https://github.com/tangle-network/gadget/pull/223)) diff --git a/macros/blueprint-proc-macro-core/CHANGELOG.md b/macros/blueprint-proc-macro-core/CHANGELOG.md index ea42b0fe0..763bd20ef 100644 --- a/macros/blueprint-proc-macro-core/CHANGELOG.md +++ b/macros/blueprint-proc-macro-core/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.2](https://github.com/webb-tools/gadget/compare/gadget-blueprint-proc-macro-core-v0.1.1...gadget-blueprint-proc-macro-core-v0.1.2) - 2024-09-24 +## [0.1.2](https://github.com/tangle-network/gadget/compare/gadget-blueprint-proc-macro-core-v0.1.1...gadget-blueprint-proc-macro-core-v0.1.2) - 2024-09-24 ### Other -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285)) +- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/tangle-network/gadget/pull/285)) diff --git a/macros/blueprint-proc-macro-playground/Cargo.toml b/macros/blueprint-proc-macro-playground/Cargo.toml index 3f1079dbc..a14cbfd07 100644 --- a/macros/blueprint-proc-macro-playground/Cargo.toml +++ b/macros/blueprint-proc-macro-playground/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true publish = false [[package.metadata.gadget.Native.sources]] -owner = "webb-tools" +owner = "tangle-network" repo = "incredible-squaring" tag = "0.1.0" binaries = [ diff --git a/macros/blueprint-proc-macro/CHANGELOG.md b/macros/blueprint-proc-macro/CHANGELOG.md index 770bdeda5..db717de6b 100644 --- a/macros/blueprint-proc-macro/CHANGELOG.md +++ b/macros/blueprint-proc-macro/CHANGELOG.md @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.2](https://github.com/webb-tools/gadget/compare/gadget-blueprint-proc-macro-v0.1.1...gadget-blueprint-proc-macro-v0.1.2) - 2024-09-24 +## [0.1.2](https://github.com/tangle-network/gadget/compare/gadget-blueprint-proc-macro-v0.1.1...gadget-blueprint-proc-macro-v0.1.2) - 2024-09-24 ### Other -- Remove Logger ([#311](https://github.com/webb-tools/gadget/pull/311)) -- Streamline keystore, cleanup testing, refactor blueprint manager, add tests, remove unnecessary code ([#285](https://github.com/webb-tools/gadget/pull/285)) +- 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)) diff --git a/macros/context-derive/CHANGELOG.md b/macros/context-derive/CHANGELOG.md index deacad379..bdd2b0efc 100644 --- a/macros/context-derive/CHANGELOG.md +++ b/macros/context-derive/CHANGELOG.md @@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.1](https://github.com/webb-tools/gadget/compare/gadget-context-derive-v0.1.0...gadget-context-derive-v0.1.1) - 2024-09-30 +## [0.1.1](https://github.com/tangle-network/gadget/compare/gadget-context-derive-v0.1.0...gadget-context-derive-v0.1.1) - 2024-09-30 ### Added -- add ServicesContext Extension ([#321](https://github.com/webb-tools/gadget/pull/321)) -- add EVM Provider and Tangle Client Context Extensions ([#319](https://github.com/webb-tools/gadget/pull/319)) +- add ServicesContext Extension ([#321](https://github.com/tangle-network/gadget/pull/321)) +- add EVM Provider and Tangle Client Context Extensions ([#319](https://github.com/tangle-network/gadget/pull/319)) diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 64ab37ddf..945d73bcc 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.2](https://github.com/webb-tools/gadget/compare/gadget-sdk-v0.1.1...gadget-sdk-v0.1.2) - 2024-09-30 +## [0.1.2](https://github.com/tangle-network/gadget/compare/gadget-sdk-v0.1.1...gadget-sdk-v0.1.2) - 2024-09-30 ### Other diff --git a/sdk/README.md b/sdk/README.md index 4ca713429..edc237df9 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -33,7 +33,7 @@ To add the Gadget SDK to your project, add the following to your `Cargo.toml`: ```toml [dependencies] -gadget-sdk = { git = "https://github.com/webb-tools/gadget" } +gadget-sdk = { git = "https://github.com/tangle-network/gadget" } ``` ### Examples