diff --git a/.maintain/create_minor_release.sh b/.maintain/create_minor_release.sh index 095e111a2..ef67ac6df 100755 --- a/.maintain/create_minor_release.sh +++ b/.maintain/create_minor_release.sh @@ -4,5 +4,5 @@ for file in $(find . -name "Cargo.toml") do # Use awk to increment the minor version number of the package - awk -F'.' '/\[package\]/,/version =/ { if($0 ~ /version =/ && $0 !~ /#/) {print $1"."$2+1".0"; next} }1' $file > temp && mv temp $file + awk -F'.' '/\[package\]/,/version =/ { if($0 ~ /version =/ && $0 !~ /#/) {print $1"."$2+1".0""\""; next} }1' $file > temp && mv temp $file done \ No newline at end of file diff --git a/.maintain/create_patch_release.sh b/.maintain/create_patch_release.sh index 91d183060..7c857de31 100755 --- a/.maintain/create_patch_release.sh +++ b/.maintain/create_patch_release.sh @@ -4,5 +4,5 @@ for file in $(find . -name "Cargo.toml") do # Use awk to increment the version number of the package - awk -F'.' '/\[package\]/,/version =/ { if($0 ~ /version =/ && $0 !~ /#/) {print $1"."$2"."$3+1; next} }1' $file > temp && mv temp $file + awk -F'.' '/\[package\]/,/version =/ { if($0 ~ /version =/ && $0 !~ /#/) {print $1"."$2"."$3+1"\""; next} }1' $file > temp && mv temp $file done \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 6bcde5bb8..9dfd6835d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" [[package]] name = "clients-info" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-benchmarking", "frame-support", @@ -1411,7 +1411,7 @@ checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35" [[package]] name = "currency" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-support", "frame-system", @@ -2155,7 +2155,7 @@ dependencies = [ [[package]] name = "fee" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "frame-benchmarking", @@ -3469,7 +3469,7 @@ dependencies = [ [[package]] name = "issue" -version = "1.0.0" +version = "1.0.1" dependencies = [ "base64 0.13.1", "currency", @@ -4724,7 +4724,7 @@ dependencies = [ [[package]] name = "module-issue-rpc" -version = "1.0.0" +version = "1.0.1" dependencies = [ "jsonrpsee", "module-issue-rpc-runtime-api", @@ -4736,7 +4736,7 @@ dependencies = [ [[package]] name = "module-issue-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-support", "parity-scale-codec", @@ -4746,7 +4746,7 @@ dependencies = [ [[package]] name = "module-oracle-rpc" -version = "1.0.0" +version = "1.0.1" dependencies = [ "jsonrpsee", "module-oracle-rpc-runtime-api", @@ -4759,7 +4759,7 @@ dependencies = [ [[package]] name = "module-oracle-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-support", "parity-scale-codec", @@ -4771,7 +4771,7 @@ dependencies = [ [[package]] name = "module-redeem-rpc" -version = "1.0.0" +version = "1.0.1" dependencies = [ "jsonrpsee", "module-redeem-rpc-runtime-api", @@ -4783,7 +4783,7 @@ dependencies = [ [[package]] name = "module-redeem-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-support", "parity-scale-codec", @@ -4793,7 +4793,7 @@ dependencies = [ [[package]] name = "module-replace-rpc" -version = "1.0.0" +version = "1.0.1" dependencies = [ "jsonrpsee", "module-replace-rpc-runtime-api", @@ -4805,7 +4805,7 @@ dependencies = [ [[package]] name = "module-replace-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-support", "parity-scale-codec", @@ -4815,7 +4815,7 @@ dependencies = [ [[package]] name = "module-vault-registry-rpc" -version = "1.0.0" +version = "1.0.1" dependencies = [ "jsonrpsee", "module-oracle-rpc-runtime-api", @@ -4828,7 +4828,7 @@ dependencies = [ [[package]] name = "module-vault-registry-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-support", "module-oracle-rpc-runtime-api", @@ -5121,7 +5121,7 @@ dependencies = [ [[package]] name = "nomination" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "fee", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "oracle" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "dia-oracle", @@ -6057,7 +6057,7 @@ dependencies = [ [[package]] name = "pooled-rewards" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "frame-benchmarking", @@ -6617,7 +6617,7 @@ dependencies = [ [[package]] name = "redeem" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "fee", @@ -6777,7 +6777,7 @@ dependencies = [ [[package]] name = "replace" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "fee", @@ -6859,7 +6859,7 @@ dependencies = [ [[package]] name = "reward" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "frame-benchmarking", @@ -6881,7 +6881,7 @@ dependencies = [ [[package]] name = "reward-distribution" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "frame-benchmarking", @@ -7007,7 +7007,7 @@ dependencies = [ [[package]] name = "runner" -version = "1.0.0" +version = "1.0.1" dependencies = [ "async-trait", "backoff", @@ -7035,7 +7035,7 @@ dependencies = [ [[package]] name = "runtime" -version = "1.0.0" +version = "1.0.1" dependencies = [ "async-trait", "backoff", @@ -8541,7 +8541,7 @@ dependencies = [ [[package]] name = "security" -version = "1.0.0" +version = "1.0.1" dependencies = [ "frame-support", "frame-system", @@ -8708,7 +8708,7 @@ dependencies = [ [[package]] name = "service" -version = "1.0.0" +version = "1.0.1" dependencies = [ "async-trait", "clap 3.2.25", @@ -9628,7 +9628,7 @@ dependencies = [ [[package]] name = "spacewalk-primitives" -version = "1.0.0" +version = "1.0.1" dependencies = [ "base58", "bstringify", @@ -9645,7 +9645,7 @@ dependencies = [ [[package]] name = "spacewalk-rpc" -version = "1.0.0" +version = "1.0.1" dependencies = [ "jsonrpc-core", "jsonrpsee", @@ -9670,7 +9670,7 @@ dependencies = [ [[package]] name = "spacewalk-runtime-standalone" -version = "1.0.0" +version = "1.0.1" dependencies = [ "cfg-if 1.0.0", "clients-info", @@ -9739,7 +9739,7 @@ dependencies = [ [[package]] name = "spacewalk-standalone" -version = "1.0.0" +version = "1.0.1" dependencies = [ "clap 4.3.19", "frame-benchmarking", @@ -9836,7 +9836,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staking" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "frame-benchmarking", @@ -9894,7 +9894,7 @@ dependencies = [ [[package]] name = "stellar-relay" -version = "1.0.0" +version = "1.0.1" dependencies = [ "base64 0.13.1", "currency", @@ -9917,7 +9917,7 @@ dependencies = [ [[package]] name = "stellar-relay-lib" -version = "1.0.0" +version = "1.0.1" dependencies = [ "base64 0.13.1", "env_logger 0.9.3", @@ -10147,7 +10147,7 @@ dependencies = [ [[package]] name = "subxt-client" -version = "1.0.0" +version = "1.0.1" dependencies = [ "futures 0.1.31", "futures 0.3.28", @@ -11075,7 +11075,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "vault" -version = "1.0.0" +version = "1.0.1" dependencies = [ "async-trait", "base64 0.13.1", @@ -11131,7 +11131,7 @@ dependencies = [ [[package]] name = "vault-registry" -version = "1.0.0" +version = "1.0.1" dependencies = [ "currency", "fee", @@ -11221,7 +11221,7 @@ dependencies = [ [[package]] name = "wallet" -version = "1.0.0" +version = "1.0.1" dependencies = [ "async-trait", "futures 0.3.28", diff --git a/Cargo.toml b/Cargo.toml index 676a13248..90b499544 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,4 +155,4 @@ xcm = { git = "https://github.com/paritytech//polkadot", branch = "release-v0.9. [patch.crates-io] sp-core = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } -sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } \ No newline at end of file +sp-runtime = { git = "https://github.com/paritytech//substrate", branch = "polkadot-v0.9.40" } diff --git a/clients/runner/Cargo.toml b/clients/runner/Cargo.toml index 165332f13..aa17a2f83 100644 --- a/clients/runner/Cargo.toml +++ b/clients/runner/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runner" -version = "1.0.0" +version = "1.0.1" edition = "2021" @@ -29,4 +29,4 @@ sha2 = "0.8.2" [dev-dependencies] sysinfo = "0.25.1" tempdir = "0.3.7" -mockall = "0.8.1" \ No newline at end of file +mockall = "0.8.1" diff --git a/clients/runtime/Cargo.toml b/clients/runtime/Cargo.toml index e06b84ccc..7d5cab01b 100644 --- a/clients/runtime/Cargo.toml +++ b/clients/runtime/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2018" name = "runtime" -version = "1.0.0" +version = "1.0.1" [features] default = [] diff --git a/clients/runtime/client/Cargo.toml b/clients/runtime/client/Cargo.toml index dffade326..2bcb903b3 100644 --- a/clients/runtime/client/Cargo.toml +++ b/clients/runtime/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subxt-client" -version = "1.0.0" +version = "1.0.1" authors = [] edition = "2018" diff --git a/clients/runtime/metadata-parachain-foucoco.scale b/clients/runtime/metadata-parachain-foucoco.scale index 8fc69816a..05611f4eb 100644 Binary files a/clients/runtime/metadata-parachain-foucoco.scale and b/clients/runtime/metadata-parachain-foucoco.scale differ diff --git a/clients/service/Cargo.toml b/clients/service/Cargo.toml index c325b9866..a8d1b12cb 100644 --- a/clients/service/Cargo.toml +++ b/clients/service/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2018" name = "service" -version = "1.0.0" +version = "1.0.1" [dependencies] async-trait = "0.1.40" @@ -27,4 +27,4 @@ nonzero_ext = "0.3.0" # Workspace dependencies runtime = { path = "../runtime" } -wallet = { path = "../wallet" } \ No newline at end of file +wallet = { path = "../wallet" } diff --git a/clients/stellar-relay-lib/Cargo.toml b/clients/stellar-relay-lib/Cargo.toml index 4f37386dc..351bcf657 100644 --- a/clients/stellar-relay-lib/Cargo.toml +++ b/clients/stellar-relay-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-relay-lib" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/clients/vault/Cargo.toml b/clients/vault/Cargo.toml index bd7155feb..d0e2756d4 100644 --- a/clients/vault/Cargo.toml +++ b/clients/vault/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "The Vault client intermediates between Stellar and the Spacewalk Parachain." edition = "2018" name = "vault" -version = "1.0.0" +version = "1.0.1" [features] std = [ diff --git a/clients/wallet/Cargo.toml b/clients/wallet/Cargo.toml index ec0011f08..3611cdc69 100644 --- a/clients/wallet/Cargo.toml +++ b/clients/wallet/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum Chain "] edition = "2021" name = "wallet" -version = "1.0.0" +version = "1.0.1" [features] default = [] diff --git a/pallets/clients-info/Cargo.toml b/pallets/clients-info/Cargo.toml index 3fad5a407..3f659905d 100644 --- a/pallets/clients-info/Cargo.toml +++ b/pallets/clients-info/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clients-info" authors = ["Pendulum Chain "] -version = "1.0.0" +version = "1.0.1" edition = "2021" [dependencies] @@ -39,4 +39,4 @@ runtime-benchmarks = [ "frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", -] \ No newline at end of file +] diff --git a/pallets/currency/Cargo.toml b/pallets/currency/Cargo.toml index 0631e9a5c..b3907df7e 100644 --- a/pallets/currency/Cargo.toml +++ b/pallets/currency/Cargo.toml @@ -4,7 +4,7 @@ description = "Currency module" edition = "2021" homepage = "https://pendulumchain.org" name = "currency" -version = "1.0.0" +version = "1.0.1" [dependencies] serde = { version = "1.0.130", default-features = false, features = ["derive"], optional = true } diff --git a/pallets/fee/Cargo.toml b/pallets/fee/Cargo.toml index 39954a7ee..823bd600f 100644 --- a/pallets/fee/Cargo.toml +++ b/pallets/fee/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Fee module" edition = "2021" name = "fee" -version = "1.0.0" +version = "1.0.1" [dependencies] serde = { version = "1.0.130", default-features = false, features = ["derive"], optional = true } @@ -76,4 +76,4 @@ runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "currency/testing-constants" -] \ No newline at end of file +] diff --git a/pallets/issue/Cargo.toml b/pallets/issue/Cargo.toml index 901d8b57d..499ffb844 100644 --- a/pallets/issue/Cargo.toml +++ b/pallets/issue/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Issue module" edition = "2021" name = "issue" -version = "1.0.0" +version = "1.0.1" [dependencies] base64 = { version = '0.13.0', default-features = false, features = ['alloc'] } diff --git a/pallets/issue/rpc/Cargo.toml b/pallets/issue/rpc/Cargo.toml index 1434893e4..b5e33f3aa 100644 --- a/pallets/issue/rpc/Cargo.toml +++ b/pallets/issue/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-issue-rpc" -version = "1.0.0" +version = "1.0.1" authors = ["Interlay "] edition = "2021" diff --git a/pallets/issue/rpc/runtime-api/Cargo.toml b/pallets/issue/rpc/runtime-api/Cargo.toml index d5b95a610..1fed716d1 100644 --- a/pallets/issue/rpc/runtime-api/Cargo.toml +++ b/pallets/issue/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-issue-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" authors = ["Interlay "] edition = "2021" diff --git a/pallets/nomination/Cargo.toml b/pallets/nomination/Cargo.toml index 4028b2cc0..46c399e98 100644 --- a/pallets/nomination/Cargo.toml +++ b/pallets/nomination/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nomination" -version = "1.0.0" +version = "1.0.1" authors = ["Pendulum"] edition = "2021" diff --git a/pallets/oracle/Cargo.toml b/pallets/oracle/Cargo.toml index 75add8570..4970e199d 100644 --- a/pallets/oracle/Cargo.toml +++ b/pallets/oracle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oracle" -version = "1.0.0" +version = "1.0.1" authors = ["Pendulum"] edition = "2021" diff --git a/pallets/oracle/rpc/Cargo.toml b/pallets/oracle/rpc/Cargo.toml index ff09c58de..7320279d5 100644 --- a/pallets/oracle/rpc/Cargo.toml +++ b/pallets/oracle/rpc/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-oracle-rpc" -version = "1.0.0" +version = "1.0.1" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} @@ -12,4 +12,4 @@ sp-api = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0 sp-blockchain = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40"} sp-runtime = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.40"} -primitives = { package = "spacewalk-primitives", path = "../../../primitives", default-features = false } \ No newline at end of file +primitives = { package = "spacewalk-primitives", path = "../../../primitives", default-features = false } diff --git a/pallets/oracle/rpc/runtime-api/Cargo.toml b/pallets/oracle/rpc/runtime-api/Cargo.toml index 0e81d5c63..1614e2728 100644 --- a/pallets/oracle/rpc/runtime-api/Cargo.toml +++ b/pallets/oracle/rpc/runtime-api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-oracle-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/pallets/pooled-rewards/Cargo.toml b/pallets/pooled-rewards/Cargo.toml index 358a17b94..81c28feaa 100644 --- a/pallets/pooled-rewards/Cargo.toml +++ b/pallets/pooled-rewards/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Pooled Reward module" edition = "2021" name = "pooled-rewards" -version = "1.0.0" +version = "1.0.1" [dependencies] log = { version = "0.4.17", default-features = false } @@ -55,4 +55,4 @@ runtime-benchmarks = [ "frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", -] \ No newline at end of file +] diff --git a/pallets/redeem/Cargo.toml b/pallets/redeem/Cargo.toml index e01c56814..f6dd49187 100644 --- a/pallets/redeem/Cargo.toml +++ b/pallets/redeem/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Redeem module" edition = "2021" name = "redeem" -version = "1.0.0" +version = "1.0.1" [dependencies] serde = { version = "1.0.130", default-features = false, features = ['derive'], optional = true } diff --git a/pallets/redeem/rpc/Cargo.toml b/pallets/redeem/rpc/Cargo.toml index 5af7ef7e9..8baa998b6 100644 --- a/pallets/redeem/rpc/Cargo.toml +++ b/pallets/redeem/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-redeem-rpc" -version = "1.0.0" +version = "1.0.1" authors = ["Interlay "] edition = "2021" diff --git a/pallets/redeem/rpc/runtime-api/Cargo.toml b/pallets/redeem/rpc/runtime-api/Cargo.toml index 773f7744a..54f1a88f0 100644 --- a/pallets/redeem/rpc/runtime-api/Cargo.toml +++ b/pallets/redeem/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-redeem-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" authors = ["Interlay "] edition = "2021" diff --git a/pallets/replace/Cargo.toml b/pallets/replace/Cargo.toml index 91e92aafe..165f34998 100644 --- a/pallets/replace/Cargo.toml +++ b/pallets/replace/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Replace module" edition = "2021" name = "replace" -version = "1.0.0" +version = "1.0.1" [dependencies] serde = { version = "1.0.130", default-features = false, features = ['derive'], optional = true } @@ -98,4 +98,4 @@ runtime-benchmarks = [ "currency/testing-constants", "security/testing-utils", "oracle/testing-utils" -] \ No newline at end of file +] diff --git a/pallets/replace/rpc/Cargo.toml b/pallets/replace/rpc/Cargo.toml index 67337b607..aee16d579 100644 --- a/pallets/replace/rpc/Cargo.toml +++ b/pallets/replace/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-replace-rpc" -version = "1.0.0" +version = "1.0.1" authors = ["Interlay "] edition = "2021" diff --git a/pallets/replace/rpc/runtime-api/Cargo.toml b/pallets/replace/rpc/runtime-api/Cargo.toml index c0586556d..ffc9f67c1 100644 --- a/pallets/replace/rpc/runtime-api/Cargo.toml +++ b/pallets/replace/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "module-replace-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" authors = ["Interlay "] edition = "2021" diff --git a/pallets/reward-distribution/Cargo.toml b/pallets/reward-distribution/Cargo.toml index 2a89ea8cc..8b00e2609 100644 --- a/pallets/reward-distribution/Cargo.toml +++ b/pallets/reward-distribution/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "reward-distribution" authors = ["Pendulum Chain "] -version = "1.0.0" +version = "1.0.1" edition = "2021" [dependencies] @@ -70,4 +70,4 @@ runtime-benchmarks = [ "frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", -] \ No newline at end of file +] diff --git a/pallets/reward/Cargo.toml b/pallets/reward/Cargo.toml index afb976c64..373f12533 100644 --- a/pallets/reward/Cargo.toml +++ b/pallets/reward/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Reward module" edition = "2021" name = "reward" -version = "1.0.0" +version = "1.0.1" [dependencies] serde = { version = "1.0.130", default-features = false, features = ["derive"], optional = true } @@ -52,4 +52,4 @@ runtime-benchmarks = [ "frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", -] \ No newline at end of file +] diff --git a/pallets/security/Cargo.toml b/pallets/security/Cargo.toml index 53f91785a..0b4eb0af4 100644 --- a/pallets/security/Cargo.toml +++ b/pallets/security/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum Chain"] edition = "2021" name = "security" -version = "1.0.0" +version = "1.0.1" [dependencies] codec = {package = "parity-scale-codec", version = "3.1.5", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/pallets/staking/Cargo.toml b/pallets/staking/Cargo.toml index f7f5d6629..587203a35 100644 --- a/pallets/staking/Cargo.toml +++ b/pallets/staking/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum Chain "] description = "Staking module" edition = "2021" name = "staking" -version = "1.0.0" +version = "1.0.1" [dependencies] serde = { version = "1.0.130", default-features = false, features = ["derive"], optional = true } @@ -56,4 +56,4 @@ runtime-benchmarks = [ "frame-benchmarking", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", -] \ No newline at end of file +] diff --git a/pallets/stellar-relay/Cargo.toml b/pallets/stellar-relay/Cargo.toml index 672b09e31..aa85bc79f 100644 --- a/pallets/stellar-relay/Cargo.toml +++ b/pallets/stellar-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stellar-relay" -version = "1.0.0" +version = "1.0.1" description = "Spacewalk pallet for handling relayer functions" authors = ["Pendulum Chain "] homepage = "https://pendulumchain.org/" diff --git a/pallets/vault-registry/Cargo.toml b/pallets/vault-registry/Cargo.toml index f48492386..f95c6a639 100644 --- a/pallets/vault-registry/Cargo.toml +++ b/pallets/vault-registry/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2021" name = "vault-registry" -version = "1.0.0" +version = "1.0.1" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/pallets/vault-registry/rpc/Cargo.toml b/pallets/vault-registry/rpc/Cargo.toml index 68b93ed4a..a00798be1 100644 --- a/pallets/vault-registry/rpc/Cargo.toml +++ b/pallets/vault-registry/rpc/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-vault-registry-rpc" -version = "1.0.0" +version = "1.0.1" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0"} diff --git a/pallets/vault-registry/rpc/runtime-api/Cargo.toml b/pallets/vault-registry/rpc/runtime-api/Cargo.toml index af786efd0..6246c806e 100644 --- a/pallets/vault-registry/rpc/runtime-api/Cargo.toml +++ b/pallets/vault-registry/rpc/runtime-api/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Interlay "] edition = "2021" name = "module-vault-registry-rpc-runtime-api" -version = "1.0.0" +version = "1.0.1" [dependencies] codec = {package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "max-encoded-len"]} diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 7dda828e8..a28c74c0e 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2018" name = "spacewalk-primitives" -version = "1.0.0" +version = "1.0.1" [dependencies] bstringify = "0.1.2" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 332cca82e..2b0a5e419 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2018" name = "spacewalk-rpc" -version = "1.0.0" +version = "1.0.1" [dependencies] jsonrpc-core = "18.0.0" diff --git a/testchain/node/Cargo.toml b/testchain/node/Cargo.toml index 43e291f27..2bf899447 100644 --- a/testchain/node/Cargo.toml +++ b/testchain/node/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Pendulum"] build = "build.rs" edition = "2018" name = "spacewalk-standalone" -version = "1.0.0" +version = "1.0.1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/testchain/runtime/Cargo.toml b/testchain/runtime/Cargo.toml index ac05f7572..6409abb80 100644 --- a/testchain/runtime/Cargo.toml +++ b/testchain/runtime/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Pendulum"] edition = "2021" name = 'spacewalk-runtime-standalone' -version = "1.0.0" +version = "1.0.1" [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu']