-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix documentation for ismp-grandpa crates
- Loading branch information
1 parent
d817801
commit cf3fd38
Showing
17 changed files
with
46 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,10 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/grandpa-verifier-primitives" | ||
description = "Primitives for verifying GRANDPA consensus proofs" | ||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"] | ||
readme = "./README.md" | ||
|
||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability", "GRANDPA"] | ||
|
||
[dependencies] | ||
# crates.io | ||
|
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,11 +5,10 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/grandpa-verifier" | ||
description = "GRANDPA consensus proof verifier" | ||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"] | ||
readme = "./README.md" | ||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability", "GRANDPA"] | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] | ||
|
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,10 +5,10 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/ismp-grandpa" | ||
description = "GRANDPA consensus client for pallet-ismp" | ||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"] | ||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability", "GRANDPA"] | ||
readme = "./README.md" | ||
|
||
[dependencies] | ||
|
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" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
description = "Parachain consensus client for pallet-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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/ismp-parachain-inherent" | ||
description = "ISMP parachain consensus client inherent provider" | ||
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
description = "Substrate runtime API for the ISMP Parachain consensus client" | ||
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/pallet-hyperbridge" | ||
description = "Pallet hyperbridge mediates the connection between hyperbridge and substrate-based chains." | ||
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/pallet-ismp" | ||
description = "The substrate runtime implementation of the Interoperable State Machine Protocol" | ||
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/pallet-ismp-rpc" | ||
description = "RPC apis for pallet-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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/pallet-ismp" | ||
description = "The substrate runtime API for pallet-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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/substrate-state-machine" | ||
description = "ISMP state machine client implementation for substrate-based chains " | ||
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
homepage = "https://docs.hyperbridge.network/developers/polkadot/integration" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
description = "Merkle mountain range primitives for pallet-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 |
---|---|---|
|
@@ -5,10 +5,9 @@ edition = "2021" | |
authors = ["Polytope Labs <[email protected]>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/polytope-labs/hyperbridge" | ||
homepage = "https://docs.hyperbridge.network/integrations/polkadot-sdk" | ||
documentation = "https://docs.rs/ismp-parachain" | ||
description = "Serde utilities for ismp" | ||
keywords = ["substrate", "polkadot-sdk", "ISMP", "interoperability"] | ||
documentation = "https://docs.rs/serde-utils" | ||
description = "Collection of useful (De)serialization utilities for serde" | ||
keywords = ["serde", "utilities"] | ||
readme = "./README.md" | ||
|
||
[dependencies] | ||
|
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,3 @@ | ||
# serde utilities | ||
|
||
Collection of useful (De)serialization utilities for serde |
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