Skip to content

Commit

Permalink
Update data stores for v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Jan 18, 2022
1 parent b7af53d commit 06ab4df
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/src/main/java/bisq/common/app/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Version {
* historical data stores.
*/
public static final List<String> HISTORICAL_RESOURCE_FILE_VERSION_TAGS = Arrays.asList("1.4.0", "1.5.0", "1.5.2",
"1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0");
"1.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5", "1.7.2", "1.7.4", "1.8.0", "1.8.1");

public static int getMajorVersion(String version) {
return getSubVersion(version, 0);
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions p2p/src/main/resources/DaoStateStore_BTC_MAINNET
Git LFS file not shown
4 changes: 2 additions & 2 deletions p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET
Git LFS file not shown
Git LFS file not shown

0 comments on commit 06ab4df

Please sign in to comment.