Skip to content

Commit 2b7b5fb

Browse files
authored
Merge pull request #11 from ProjectLibertyLabs/chore/1441_frequency_1_16_2
1441: Now using Frequency 1.16.2
2 parents 201082f + 83a0a4c commit 2b7b5fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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,0x990000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
70-
"true,0x99000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
69+
"false,0x9a0000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
70+
"true,0x9a000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
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.16.1";
5-
public static final Long SPEC = 153L;
4+
public static final String CURRENT_VERSION = "v1.16.2";
5+
public static final Long SPEC = 154L;
66

77
private FrequencyVersion() {
88
}

0 commit comments

Comments
 (0)