mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 14:07:58 +00:00
bump transaction_versions client (#1942)
* bump transaction_versions * bump rococo txn version
This commit is contained in:
@@ -91,7 +91,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 9330,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 9,
|
||||
transaction_version: 10,
|
||||
state_version: 1,
|
||||
};
|
||||
|
||||
@@ -104,7 +104,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 9330,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 9,
|
||||
transaction_version: 10,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 9330,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 9,
|
||||
transaction_version: 10,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 9330,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 9,
|
||||
transaction_version: 10,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_version: 9330,
|
||||
impl_version: 0,
|
||||
apis: RUNTIME_API_VERSIONS,
|
||||
transaction_version: 2,
|
||||
transaction_version: 3,
|
||||
state_version: 1,
|
||||
};
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
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