Skip to content

Commit

Permalink
Update data stores for v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed May 25, 2021
1 parent 3a31ed7 commit 3be0795
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 9 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.5.5", "1.5.7", "1.6.0", "1.6.3", "1.6.5");

public static int getMajorVersion(String version) {
return getSubVersion(version, 0);
Expand Down
5 changes: 5 additions & 0 deletions desktop/package/macosx/copy_dbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ cp "$dbDir/TradeStatistics3Store" "$resDir/TradeStatistics3Store_${version}_BTC_
cp "$dbDir/AccountAgeWitnessStore" "$resDir/AccountAgeWitnessStore_${version}_BTC_MAINNET"
cp "$dbDir/DaoStateStore" "$resDir/DaoStateStore_BTC_MAINNET"
cp "$dbDir/SignedWitnessStore" "$resDir/SignedWitnessStore_BTC_MAINNET"

# Only to be updated when required
# cp "$dbDir/ProposalStore" "$resDir/ProposalStore_BTC_MAINNET"
# cp "$dbDir/TempProposalStore" "$resDir/TempProposalStore_BTC_MAINNET"
# cp "$dbDir/BlindVoteStore" "$resDir/BlindVoteStore_BTC_MAINNET"
Git LFS file not shown
4 changes: 2 additions & 2 deletions p2p/src/main/resources/BlindVoteStore_BTC_MAINNET
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/ProposalStore_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
3 changes: 3 additions & 0 deletions p2p/src/main/resources/TempProposalStore_BTC_MAINNET
Git LFS file not shown
Git LFS file not shown

0 comments on commit 3be0795

Please sign in to comment.