Skip to content

Commit 5d82fa3

Browse files
authored
Merge pull request #20 from ProjectLibertyLabs/task/frequency_2_0_0_rc1
Frequency 2.0.0-rc1
2 parents c24acd9 + 9a648d3 commit 5d82fa3

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,0xb70000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
70-
"true,0xb7000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
69+
"false,0xb80000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
70+
"true,0xb8000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
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.8";
5-
public static final Long SPEC = 183L;
4+
public static final String CURRENT_VERSION = "v2.0.0-rc1";
5+
public static final Long SPEC = 184L;
66

77
private FrequencyVersion() {
88
}

0 commit comments

Comments
 (0)