-
Notifications
You must be signed in to change notification settings - Fork 44
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
6166617
commit 0dbd3cf
Showing
15 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/clients/parachain/client" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
description = "Parachain consensus client for pallet-ismp" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/clients/parachain/inherent" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain-inherent" | ||
description = "Parachain ISMPconsensus client inherent provider" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/clients/parachain/runtime-api" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
description = "Substrate runtime API for the ISMP Parachain consensus client" | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
description = "Rust implementation of the interoperable state machine protocol" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/core" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/protocol/ismp" | ||
documentation = "https://docs.rs/ismp" | ||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/pallets/hyperbridge" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/pallet-hyperbridge" | ||
description = "Pallet hyperbridge mediates the connection between hyperbridge and substrate-based chains." | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/pallets/pallet" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/pallet-ismp" | ||
description = "The substrate runtime implementation of the Interoperable State Machine Protocol" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/pallets/rpc" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/pallet-ismp-rpc" | ||
description = "RPC apis for pallet-ismp" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/pallets/runtime-api" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/pallet-ismp" | ||
description = "The substrate runtime API for pallet-ismp" | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/ismp/state-machines/substrate" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/substrate-state-machine" | ||
description = "ISMP state machine client implementation for substrate-based chains " | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.6.2" | |
edition = "2021" | ||
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge/tree/main/modules/trees/mmr/primitives" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
description = "Merkle mountain range primitives for pallet-ismp" | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,9 @@ description = "Chain agnostic relayer implementation for Hyperbridge" | |
authors = ["Polytope Labs <[email protected]>"] | ||
publish = false | ||
|
||
[package.metadata.dist] | ||
dist = true | ||
|
||
[dependencies] | ||
tesseract-substrate = { workspace = true } | ||
tesseract-primitives = { workspace = true } | ||
|