Skip to content

Commit

Permalink
Merge pull request #4 from ProjectLibertyLabs/frequency_update_1_15_0
Browse files Browse the repository at this point in the history
Frequency update 1 15 0
  • Loading branch information
pfrank13 authored Nov 8, 2024
2 parents ca8a047 + 61814c4 commit 5fbdc0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ void testSignedExtra(boolean includeMetadataHash, String expectedHash) throws Ex
@ParameterizedTest
@CsvSource(
{
"false,0x6e0000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
"true,0x6e000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
"false,0x830000000100000077000000000000000000000000000000000000000000000000000000000000777700000000000000000000000000000000000000000000000000000000000077",
"true,0x83000000010000007700000000000000000000000000000000000000000000000000000000000077770000000000000000000000000000000000000000000000000000000000007700",
}
)
void testSignedExtraAdditional(boolean includeMetadataHash, String expectedHash) throws Exception {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.strategyobject.substrateclient.tests.containers;

public class FrequencyVersion {
public static final String CURRENT_VERSION = "v1.13.0";
public static final Long SPEC = 110L;
public static final String CURRENT_VERSION = "v1.15.0";
public static final Long SPEC = 131L;

private FrequencyVersion() {
}
Expand Down

0 comments on commit 5fbdc0e

Please sign in to comment.