diff --git a/operator/Cargo.lock b/operator/Cargo.lock index 4a53ce17..c698d7a2 100644 --- a/operator/Cargo.lock +++ b/operator/Cargo.lock @@ -2821,7 +2821,7 @@ dependencies = [ [[package]] name = "datahaven-mainnet-runtime" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bridge-hub-common 0.13.1", "datahaven-runtime-common", @@ -2961,7 +2961,7 @@ dependencies = [ [[package]] name = "datahaven-node" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-channel 1.9.0", "clap", @@ -3070,7 +3070,7 @@ dependencies = [ [[package]] name = "datahaven-runtime-common" -version = "0.1.0" +version = "0.2.0" dependencies = [ "fp-account", "frame-support", @@ -3094,7 +3094,7 @@ dependencies = [ [[package]] name = "datahaven-stagenet-runtime" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bridge-hub-common 0.13.1", "datahaven-runtime-common", @@ -3234,7 +3234,7 @@ dependencies = [ [[package]] name = "datahaven-testnet-runtime" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bridge-hub-common 0.13.1", "datahaven-runtime-common", @@ -3510,7 +3510,7 @@ dependencies = [ [[package]] name = "dhp-bridge" -version = "0.1.0" +version = "0.2.0" dependencies = [ "frame-support", "frame-system", @@ -8878,7 +8878,7 @@ dependencies = [ [[package]] name = "pallet-datahaven-native-transfer" -version = "0.1.0" +version = "0.2.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -8990,7 +8990,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-balances-erc20" -version = "0.1.0" +version = "0.2.0" dependencies = [ "fp-evm", "frame-support", @@ -9013,7 +9013,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-batch" -version = "0.1.0" +version = "0.2.0" dependencies = [ "evm", "fp-evm", @@ -9052,7 +9052,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-call-permit" -version = "0.1.0" +version = "0.2.0" dependencies = [ "evm", "fp-evm", @@ -9103,7 +9103,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-proxy" -version = "0.1.0" +version = "0.2.0" dependencies = [ "evm", "fp-evm", @@ -9124,7 +9124,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-registry" -version = "0.1.0" +version = "0.2.0" dependencies = [ "fp-evm", "frame-support", @@ -9161,7 +9161,7 @@ dependencies = [ [[package]] name = "pallet-external-validators" -version = "0.1.0" +version = "0.2.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -9183,7 +9183,7 @@ dependencies = [ [[package]] name = "pallet-external-validators-rewards" -version = "0.1.0" +version = "0.2.0" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -9210,7 +9210,7 @@ dependencies = [ [[package]] name = "pallet-external-validators-rewards-runtime-api" -version = "0.1.0" +version = "0.2.0" dependencies = [ "parity-scale-codec", "snowbridge-merkle-tree", @@ -9433,7 +9433,7 @@ dependencies = [ [[package]] name = "pallet-outbound-commitment-store" -version = "0.1.0" +version = "0.2.0" dependencies = [ "frame-support", "frame-system", @@ -16164,7 +16164,7 @@ dependencies = [ [[package]] name = "snowbridge-test-utils" -version = "0.1.0" +version = "0.2.0" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/operator/Cargo.toml b/operator/Cargo.toml index 0472938a..91499510 100644 --- a/operator/Cargo.toml +++ b/operator/Cargo.toml @@ -4,6 +4,8 @@ edition = "2021" homepage = "https://datahaven.xyz/" license = "GPL-3" repository = "https://github.com/datahavenxyz/datahaven" +description = "DataHaven: A decentralized storage network with Ethereum and IPFS integration." +version = "0.2.0" [workspace] members = [ diff --git a/operator/node/Cargo.toml b/operator/node/Cargo.toml index aae128b4..5e1d0541 100644 --- a/operator/node/Cargo.toml +++ b/operator/node/Cargo.toml @@ -7,7 +7,7 @@ license = "Unlicense" name = "datahaven-node" publish = false repository = { workspace = true } -version = "0.1.0" +version = { workspace = true } build = "build.rs" diff --git a/operator/pallets/datahaven-native-transfer/Cargo.toml b/operator/pallets/datahaven-native-transfer/Cargo.toml index 99a58dfe..1c024beb 100644 --- a/operator/pallets/datahaven-native-transfer/Cargo.toml +++ b/operator/pallets/datahaven-native-transfer/Cargo.toml @@ -4,7 +4,7 @@ authors = { workspace = true } description = "Pallet for transferring DataHaven native tokens to and from Ethereum." edition = "2021" license = "GPL-3.0-only" -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu" ] diff --git a/operator/pallets/external-validators-rewards/Cargo.toml b/operator/pallets/external-validators-rewards/Cargo.toml index 10c4cc61..683b9ef9 100644 --- a/operator/pallets/external-validators-rewards/Cargo.toml +++ b/operator/pallets/external-validators-rewards/Cargo.toml @@ -4,7 +4,7 @@ authors = { workspace = true } description = "Simple pallet to store external validators rewards." edition = "2021" license = "GPL-3.0-only" -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu" ] diff --git a/operator/pallets/external-validators-rewards/runtime-api/Cargo.toml b/operator/pallets/external-validators-rewards/runtime-api/Cargo.toml index d97c7ba6..bb0f54ab 100644 --- a/operator/pallets/external-validators-rewards/runtime-api/Cargo.toml +++ b/operator/pallets/external-validators-rewards/runtime-api/Cargo.toml @@ -4,7 +4,7 @@ authors = { workspace = true } description = "Runtime API definition of pallet-external-validators-rewards" edition = "2021" license = "GPL-3.0-only" -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu" ] diff --git a/operator/pallets/external-validators/Cargo.toml b/operator/pallets/external-validators/Cargo.toml index 34de46ea..7054d8a2 100644 --- a/operator/pallets/external-validators/Cargo.toml +++ b/operator/pallets/external-validators/Cargo.toml @@ -4,7 +4,7 @@ authors = { workspace = true } description = "Simple pallet to store external validators." edition = "2021" license = "GPL-3.0-only" -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu" ] diff --git a/operator/pallets/outbound-commitment-store/Cargo.toml b/operator/pallets/outbound-commitment-store/Cargo.toml index 5295f315..bdcaaf79 100644 --- a/operator/pallets/outbound-commitment-store/Cargo.toml +++ b/operator/pallets/outbound-commitment-store/Cargo.toml @@ -3,7 +3,7 @@ authors = { workspace = true } description = "Pallet for storing the latest commitment hash from the outbound queue for cross-chain verification" edition = { workspace = true } name = "pallet-outbound-commitment-store" -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/operator/precompiles/batch/Cargo.toml b/operator/precompiles/batch/Cargo.toml index 1a71c79f..db994685 100644 --- a/operator/precompiles/batch/Cargo.toml +++ b/operator/precompiles/batch/Cargo.toml @@ -3,7 +3,7 @@ name = "pallet-evm-precompile-batch" authors = { workspace = true } description = "A Precompile to batch multiple calls." edition = "2021" -version = "0.1.0" +version = { workspace = true } [dependencies] diff --git a/operator/precompiles/call-permit/Cargo.toml b/operator/precompiles/call-permit/Cargo.toml index d9c0fd4e..6d74c82e 100644 --- a/operator/precompiles/call-permit/Cargo.toml +++ b/operator/precompiles/call-permit/Cargo.toml @@ -3,7 +3,7 @@ name = "pallet-evm-precompile-call-permit" authors = { workspace = true } description = "A Precompile to dispatch a call with a ERC712 permit." edition = "2021" -version = "0.1.0" +version = { workspace = true } [dependencies] diff --git a/operator/precompiles/erc20-balances/Cargo.toml b/operator/precompiles/erc20-balances/Cargo.toml index fd9053eb..787ee63d 100644 --- a/operator/precompiles/erc20-balances/Cargo.toml +++ b/operator/precompiles/erc20-balances/Cargo.toml @@ -3,7 +3,7 @@ name = "pallet-evm-precompile-balances-erc20" authors = { workspace = true } description = "A Precompile to expose a Balances pallet through an ERC20-compliant interface." edition = "2021" -version = "0.1.0" +version = { workspace = true } [dependencies] paste = { workspace = true } diff --git a/operator/precompiles/precompile-registry/Cargo.toml b/operator/precompiles/precompile-registry/Cargo.toml index 8dee9cf8..610982e9 100644 --- a/operator/precompiles/precompile-registry/Cargo.toml +++ b/operator/precompiles/precompile-registry/Cargo.toml @@ -3,7 +3,7 @@ name = "pallet-evm-precompile-registry" authors = ["The DataHaven Team"] description = "Registry of active precompiles" edition = "2021" -version = "0.1.0" +version = { workspace = true } [dependencies] # Substrate diff --git a/operator/precompiles/proxy/Cargo.toml b/operator/precompiles/proxy/Cargo.toml index 7198d82c..6760477d 100644 --- a/operator/precompiles/proxy/Cargo.toml +++ b/operator/precompiles/proxy/Cargo.toml @@ -3,7 +3,7 @@ name = "pallet-evm-precompile-proxy" authors = { workspace = true } description = "A Precompile to make proxy calls encoding accessible to pallet-evm" edition = "2021" -version = "0.1.0" +version = { workspace = true } [dependencies] diff --git a/operator/primitives/bridge/Cargo.toml b/operator/primitives/bridge/Cargo.toml index cf413036..135bbcdf 100644 --- a/operator/primitives/bridge/Cargo.toml +++ b/operator/primitives/bridge/Cargo.toml @@ -5,7 +5,7 @@ homepage = { workspace = true } license = { workspace = true } name = "dhp-bridge" repository = { workspace = true } -version = "0.1.0" +version = { workspace = true } [dependencies] frame-support = { workspace = true } diff --git a/operator/primitives/snowbridge/test-utils/Cargo.toml b/operator/primitives/snowbridge/test-utils/Cargo.toml index 077b1fdd..9038fc70 100644 --- a/operator/primitives/snowbridge/test-utils/Cargo.toml +++ b/operator/primitives/snowbridge/test-utils/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true license = "Apache-2.0" name = "snowbridge-test-utils" repository.workspace = true -version = "0.1.0" +version = { workspace = true } [package.metadata.polkadot-sdk] exclude-from-umbrella = true diff --git a/operator/runtime/common/Cargo.toml b/operator/runtime/common/Cargo.toml index 280cfe98..777b04d6 100644 --- a/operator/runtime/common/Cargo.toml +++ b/operator/runtime/common/Cargo.toml @@ -2,7 +2,7 @@ description = "Common code used through the DataHaven network" edition = { workspace = true } name = "datahaven-runtime-common" -version = "0.1.0" +version = { workspace = true } [dependencies] codec = { workspace = true } diff --git a/operator/runtime/mainnet/Cargo.toml b/operator/runtime/mainnet/Cargo.toml index 77fa241e..8e402059 100644 --- a/operator/runtime/mainnet/Cargo.toml +++ b/operator/runtime/mainnet/Cargo.toml @@ -7,7 +7,7 @@ license = "Unlicense" name = "datahaven-mainnet-runtime" publish = false repository = { workspace = true } -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/operator/runtime/mainnet/src/lib.rs b/operator/runtime/mainnet/src/lib.rs index e42f6256..a48f440d 100644 --- a/operator/runtime/mainnet/src/lib.rs +++ b/operator/runtime/mainnet/src/lib.rs @@ -120,9 +120,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use + // This value is set to 200 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 100, + spec_version: 200, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/operator/runtime/stagenet/Cargo.toml b/operator/runtime/stagenet/Cargo.toml index 33aa591d..49882ac1 100644 --- a/operator/runtime/stagenet/Cargo.toml +++ b/operator/runtime/stagenet/Cargo.toml @@ -7,7 +7,7 @@ license = "Unlicense" name = "datahaven-stagenet-runtime" publish = false repository = { workspace = true } -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/operator/runtime/stagenet/src/lib.rs b/operator/runtime/stagenet/src/lib.rs index 0a324ae0..f655967c 100644 --- a/operator/runtime/stagenet/src/lib.rs +++ b/operator/runtime/stagenet/src/lib.rs @@ -123,9 +123,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use + // This value is set to 200 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 100, + spec_version: 200, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/operator/runtime/testnet/Cargo.toml b/operator/runtime/testnet/Cargo.toml index 04a3597e..98f22639 100644 --- a/operator/runtime/testnet/Cargo.toml +++ b/operator/runtime/testnet/Cargo.toml @@ -7,7 +7,7 @@ license = "Unlicense" name = "datahaven-testnet-runtime" publish = false repository = { workspace = true } -version = "0.1.0" +version = { workspace = true } [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/operator/runtime/testnet/src/lib.rs b/operator/runtime/testnet/src/lib.rs index b1444c23..780a7508 100644 --- a/operator/runtime/testnet/src/lib.rs +++ b/operator/runtime/testnet/src/lib.rs @@ -119,9 +119,9 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use + // This value is set to 200 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 100, + spec_version: 200, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/test/.papi/metadata/datahaven.scale b/test/.papi/metadata/datahaven.scale index 98ee1e77..c935d7e4 100644 Binary files a/test/.papi/metadata/datahaven.scale and b/test/.papi/metadata/datahaven.scale differ