diff --git a/Cargo.lock b/Cargo.lock index 4fc4f3d..cfe2298 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "ajuna-node" -version = "0.2.2" +version = "0.2.3" dependencies = [ "ajuna-runtime", "clap", @@ -163,7 +163,7 @@ dependencies = [ [[package]] name = "ajuna-runtime" -version = "0.2.2" +version = "0.2.3" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", @@ -741,16 +741,18 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" +checksum = "601848938f6e24595d8f63bd4c4e98ed905a3bfa832743c7b8298a73d1b0517b" dependencies = [ "async-lock 3.3.0", "async-task", + "atomic-waker", "concurrent-queue", "fastrand 2.0.1", "futures-lite 2.2.0", "slab", + "thread_local", ] [[package]] @@ -1257,9 +1259,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.15.1" +version = "3.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c764d619ca78fccbf3069b37bd7af92577f044bb15236036662d79b6559f25b7" +checksum = "a3b1be7772ee4501dba05acbe66bb1e8760f6a6c474a36035631638e4415f130" [[package]] name = "byte-slice-cast" @@ -11767,7 +11769,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -11830,7 +11832,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro2", "quote", @@ -11851,7 +11853,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "environmental", "parity-scale-codec", @@ -12070,7 +12072,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -12102,7 +12104,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "Inflector", "expander 2.0.0", @@ -12195,7 +12197,7 @@ source = "git+https://github.com/paritytech/polkadot-sdk.git?branch=release-polk [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" [[package]] name = "sp-storage" @@ -12213,7 +12215,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12251,7 +12253,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -12352,7 +12354,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#bf7c49b33cee9a00d7e94d0f64b1fdb4bf3f9241" +source = "git+https://github.com/paritytech/polkadot-sdk#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12778,9 +12780,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.13" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" +checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tempfile" diff --git a/Cargo.toml b/Cargo.toml index 7c6d4c5..6ca9c9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = [ "Ajuna Network " ] edition = "2021" homepage = "https://ajuna.io" repository = "https://github.com/ajuna-network/Ajuna" -version = "0.2.2" +version = "0.2.3" [workspace] resolver = "2" diff --git a/runtime/ajuna/src/lib.rs b/runtime/ajuna/src/lib.rs index a3e5d38..15d2758 100644 --- a/runtime/ajuna/src/lib.rs +++ b/runtime/ajuna/src/lib.rs @@ -216,7 +216,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("ajuna"), impl_name: create_runtime_str!("ajuna"), authoring_version: 1, - spec_version: 202, + spec_version: 203, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,