Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit e403091

Browse files
1xstjdrewstone
andauthored
chore: release v1.4.1 (#1040)
* chore: format code * chore: format code * chore: format edition * chore: build docker in ci * chore: fix rust * chore: fix branch * chore: fix max rate per block * chore: cleanup params * chore: fix len * chore: release v1.4.1 --------- Co-authored-by: drewstone <drewstone329@gmail.com>
1 parent 670f207 commit e403091

12 files changed

Lines changed: 66 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.4.0"
2+
version = "1.4.1"
33
authors = ["Tangle Foundation."]
44
edition = "2024"
55
license = "Unlicense"

runtime/mainnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
163163
spec_name: create_runtime_str!("tangle"),
164164
impl_name: create_runtime_str!("tangle"),
165165
authoring_version: 1,
166-
spec_version: 1400, // v1.4.0
166+
spec_version: 1401, // v1.4.1
167167
impl_version: 1,
168168
apis: RUNTIME_API_VERSIONS,
169169
transaction_version: 1,

runtime/testnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
178178
spec_name: create_runtime_str!("tangle-testnet"),
179179
impl_name: create_runtime_str!("tangle-testnet"),
180180
authoring_version: 1,
181-
spec_version: 1400, // v1.4.0
181+
spec_version: 1401, // v1.4.1
182182
impl_version: 1,
183183
apis: RUNTIME_API_VERSIONS,
184184
transaction_version: 1,

tangle-subxt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tangle-subxt"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
description = "Rust bindings and interface to interact with Tangle Network using subxt"
55
authors = { workspace = true }
66
edition = { workspace = true }
81 Bytes
Binary file not shown.
81 Bytes
Binary file not shown.

tangle-subxt/src/tangle_mainnet_runtime.rs

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4136,9 +4136,9 @@ pub mod api {
41364136
.hash();
41374137
runtime_metadata_hash
41384138
== [
4139-
183u8, 46u8, 52u8, 76u8, 58u8, 218u8, 254u8, 170u8, 2u8, 206u8, 47u8, 121u8, 145u8,
4140-
233u8, 27u8, 240u8, 65u8, 73u8, 80u8, 117u8, 165u8, 169u8, 93u8, 108u8, 93u8, 83u8,
4141-
199u8, 123u8, 167u8, 247u8, 196u8, 209u8,
4139+
6u8, 228u8, 10u8, 40u8, 164u8, 231u8, 87u8, 7u8, 3u8, 48u8, 33u8, 156u8, 86u8,
4140+
233u8, 36u8, 115u8, 177u8, 165u8, 81u8, 146u8, 48u8, 73u8, 84u8, 181u8, 23u8, 57u8,
4141+
71u8, 138u8, 229u8, 36u8, 185u8, 92u8,
41424142
]
41434143
}
41444144
pub mod system {
@@ -56984,6 +56984,20 @@ pub mod api {
5698456984
],
5698556985
)
5698656986
}
56987+
#[doc = " The maximum rate per block for a stake tier."]
56988+
pub fn max_rate_per_block(
56989+
&self,
56990+
) -> ::subxt_core::constants::address::StaticAddress<::core::primitive::u128> {
56991+
::subxt_core::constants::address::StaticAddress::new_static(
56992+
"Credits",
56993+
"MaxRatePerBlock",
56994+
[
56995+
84u8, 157u8, 140u8, 4u8, 93u8, 57u8, 29u8, 133u8, 105u8, 200u8, 214u8,
56996+
27u8, 144u8, 208u8, 218u8, 160u8, 130u8, 109u8, 101u8, 54u8, 210u8,
56997+
136u8, 71u8, 63u8, 49u8, 237u8, 234u8, 15u8, 178u8, 98u8, 148u8, 156u8,
56998+
],
56999+
)
57000+
}
5698757001
}
5698857002
}
5698957003
}

tangle-subxt/src/tangle_testnet_runtime.rs

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4136,9 +4136,9 @@ pub mod api {
41364136
.hash();
41374137
runtime_metadata_hash
41384138
== [
4139-
183u8, 46u8, 52u8, 76u8, 58u8, 218u8, 254u8, 170u8, 2u8, 206u8, 47u8, 121u8, 145u8,
4140-
233u8, 27u8, 240u8, 65u8, 73u8, 80u8, 117u8, 165u8, 169u8, 93u8, 108u8, 93u8, 83u8,
4141-
199u8, 123u8, 167u8, 247u8, 196u8, 209u8,
4139+
6u8, 228u8, 10u8, 40u8, 164u8, 231u8, 87u8, 7u8, 3u8, 48u8, 33u8, 156u8, 86u8,
4140+
233u8, 36u8, 115u8, 177u8, 165u8, 81u8, 146u8, 48u8, 73u8, 84u8, 181u8, 23u8, 57u8,
4141+
71u8, 138u8, 229u8, 36u8, 185u8, 92u8,
41424142
]
41434143
}
41444144
pub mod system {
@@ -56984,6 +56984,20 @@ pub mod api {
5698456984
],
5698556985
)
5698656986
}
56987+
#[doc = " The maximum rate per block for a stake tier."]
56988+
pub fn max_rate_per_block(
56989+
&self,
56990+
) -> ::subxt_core::constants::address::StaticAddress<::core::primitive::u128> {
56991+
::subxt_core::constants::address::StaticAddress::new_static(
56992+
"Credits",
56993+
"MaxRatePerBlock",
56994+
[
56995+
84u8, 157u8, 140u8, 4u8, 93u8, 57u8, 29u8, 133u8, 105u8, 200u8, 214u8,
56996+
27u8, 144u8, 208u8, 218u8, 160u8, 130u8, 109u8, 101u8, 54u8, 210u8,
56997+
136u8, 71u8, 63u8, 49u8, 237u8, 234u8, 15u8, 178u8, 98u8, 148u8, 156u8,
56998+
],
56999+
)
57000+
}
5698757001
}
5698857002
}
5698957003
}

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tangle-network/tangle-substrate-types",
3-
"version": "0.9.32",
3+
"version": "0.9.33",
44
"description": "Polkadot.js type definitions required for interacting with Tangle's tangle network",
55
"author": "Tangle Developers <drew@tangle.network>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)