Skip to content

Commit 4a285ea

Browse files
committed
Now using Frequency 2.0.1
1 parent 60c42e3 commit 4a285ea

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

77
private FrequencyVersion() {
88
}

0 commit comments

Comments
 (0)