Skip to content

Commit ab28b3d

Browse files
Merge pull request #203 from OpenElements/bump-solo-version-to-latest
Bump solo-action version to latest
2 parents 9f631a1 + 81d7ad8 commit ab28b3d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ jobs:
3232

3333
- name: Prepare Hiero Solo
3434
id: solo
35-
uses: hiero-ledger/hiero-solo-action@a39acf8cfbaa2feb195a86530d0ab643a45aa541 # v0.10
35+
uses: hiero-ledger/hiero-solo-action@6a1a77601cf3e69661fb6880530a4edf656b40d5 # v0.14.0
3636
with:
3737
installMirrorNode: true
38-
hieroVersion: v0.63.7
39-
mirrorNodeVersion: v0.133.0
38+
hieroVersion: v0.66.0
39+
mirrorNodeVersion: v0.138.0
4040
mirrorNodePortRest: 5551
4141
mirrorNodePortGrpc: 5600
4242
mirrorNodePortWeb3Rest: 8545
43+
soloVersion: 0.46.1
4344

4445
- name: Wait for Mirror Node
4546
run: |

hiero-enterprise-base/src/test/java/com/openelements/hiero/base/test/config/SoloActionNetworkSettings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class SoloActionNetworkSettings implements NetworkSettings {
2121

2222
@Override
2323
public @NonNull Set<String> getMirrorNodeAddresses() {
24-
return Set.of("http://localhost:8080");
24+
return Set.of("http://localhost:5551");
2525
}
2626

2727
@Override
@@ -36,6 +36,6 @@ public class SoloActionNetworkSettings implements NetworkSettings {
3636

3737
@Override
3838
public @NonNull Optional<String> relayUrl() {
39-
return Optional.empty();
39+
return Optional.of("http://localhost:7546"); // JSON-RPC-Relay port from hiero-solo-action
4040
}
4141
}

0 commit comments

Comments
 (0)