Skip to content

Commit

Permalink
[Release][2.3.4] Release for checking XCMP from Rockmine (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Nov 3, 2022
2 parents 88bb9eb + 8f4b822 commit 3e8c857
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Composable Developers"]
edition = "2021"
homepage = "https://composable.finance"
name = "composable"
version = "2.3.3"
version = "2.3.4"

[[bin]]
name = "composable"
Expand Down
1 change: 1 addition & 0 deletions code/parachain/frame/composable-maths/src/dex/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ mod constant_product {
proptest! {
#![proptest_config(ProptestConfig::with_cases(10_000))]

#[ignore]
#[test]
fn no_unexpected_errors_in_range(i_and_o in range_inputs()) {
let res = compute_redeemed_for_lp(
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build = "build.rs"
edition = "2021"
homepage = "https://composable.finance"
name = "composable-node"
version = "2.3.3"
version = "2.3.4"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/runtime/composable/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ 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.
spec_version: 1301,
spec_version: 1302,
impl_version: 3,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion code/parachain/runtime/picasso/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ 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.
spec_version: 1401,
spec_version: 1402,
impl_version: 2,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 3e8c857

Please sign in to comment.