Skip to content

Commit 119064f

Browse files
committed
upgrading to frequency v1.17.5
1 parent 0a68836 commit 119064f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rpc/rpc-api/src/test/java/com/strategyobject/substrateclient/rpc/api/SignedExtraTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ void testSignedExtra(boolean includeMetadataHash, String expectedHash) throws Ex
6666
@ParameterizedTest
6767
@CsvSource(
6868
{
69-
"false,0xb00000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
70-
"true,0xb0000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
69+
"false,0xb60000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
70+
"true,0xb6000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
7171
}
7272
)
7373
void testSignedExtraAdditional(boolean includeMetadataHash, String expectedHash) throws Exception {

tests/src/main/java/com/strategyobject/substrateclient/tests/containers/FrequencyVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.strategyobject.substrateclient.tests.containers;
22

33
public class FrequencyVersion {
4-
public static final String CURRENT_VERSION = "v1.17.4";
5-
public static final Long SPEC = 176L;
4+
public static final String CURRENT_VERSION = "v1.17.5";
5+
public static final Long SPEC = 182L;
66

77
private FrequencyVersion() {
88
}

0 commit comments

Comments
 (0)