You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
<groupId>org.qubiclite</groupId>
8
8
<artifactId>qlite.lib.java</artifactId>
9
-
<version>0.4-SNAPSHOT</version>
9
+
<version>0.4.1</version>
10
10
<packaging>pom</packaging>
11
11
<name>QLite</name>
12
12
<description>The Qubic Lite library provides a framework to interact with the Qubic Lite protocol by creating, reading and processing qubics.</description>
privateintfirstEpochIndex = -1; // epoch at which the oracle started monitoring the qubic epochs. necessary to decide when to use InterQubicResultFetcher for own assembly
26
+
24
27
publicAssembly(QubicReaderqubicReader) {
25
28
this.qubicReader = qubicReader;
26
29
}
@@ -43,6 +46,8 @@ public void addOracles(List<String> oracleIDs) {
43
46
* TODO optimize fetching by putting all findTransaction() requests into a single API call
privateintfirstEpochIndex = -1; // epoch at which the oracle started monitoring the qubic epochs. necessary to decide when to use InterQubicResultFetcher for own assembly
0 commit comments