mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
[Backport] version bumps from 9330 (#1956)
* Bump crate versions * Bump spec_version to 9330 * bump rococo and penpal spec_version (#1926) * bump txn versions (#1941) * bump txn versions * bump rococo txn version * bump bridge-hub-kusama spec_version
This commit is contained in:
@@ -189,7 +189,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("penpal-parachain"),
|
||||
impl_name: create_runtime_str!("penpal-parachain"),
|
||||
authoring_version: 1,
|
||||
spec_version: 9320,
|
||||
spec_version: 9330,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 1,
|
||||
|
||||
@@ -99,10 +99,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("test-parachain"),
|
||||
impl_name: create_runtime_str!("test-parachain"),
|
||||
authoring_version: 1,
|
||||
spec_version: 9320,
|
||||
spec_version: 9330,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 2,
|
||||
transaction_version: 3,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user