Skip to content

Commit 61814c4

Browse files
author
Peter Frank
committed
Updated to Frequency 1.15.0
1 parent 4b857e4 commit 61814c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -69,8 +69,8 @@ void testSignedExtra(boolean includeMetadataHash, String expectedHash) throws Ex
6969
@ParameterizedTest
7070
@CsvSource(
7171
{
72-
"false,0x6e0000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
73-
"true,0x6e000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
72+
"false,0x830000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
73+
"true,0x83000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
7474
}
7575
)
7676
void testSignedExtraAdditional(boolean includeMetadataHash, String expectedHash) throws Exception {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class FrequencyVersion {
44
public static final String CURRENT_VERSION = "v1.15.0";
5-
public static final Long SPEC = 110L;
5+
public static final Long SPEC = 131L;
66

77
private FrequencyVersion() {
88
}

0 commit comments

Comments
 (0)