Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update data stores for v1.9.15 #7035

Merged
merged 2 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -45,7 +45,7 @@ public class Version {
*/
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.8.1", "1.8.3", "1.9.0", "1.9.3",
"1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11", "1.9.13");
"1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11", "1.9.13", "1.9.15");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VERSION = "1.9.15"
HISTORICAL...TAGS would have 1.9.14 (the prior version) appended.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct! 1.9.14 was a hotfix release without data store updates.


public static int getMajorVersion(String version) {
return getSubVersion(version, 0);
Expand Down
Binary file not shown.
Binary file modified p2p/src/main/resources/BlindVoteStore_BTC_MAINNET
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11,483 changes: 11,483 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_812001-813000

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9,149 changes: 9,149 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_820001-821000

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
9,170 changes: 9,170 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_824001-825000

Large diffs are not rendered by default.

Binary file not shown.
8,220 changes: 8,220 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_826001-827000

Large diffs are not rendered by default.

Binary file not shown.
7,937 changes: 7,937 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_828001-829000

Large diffs are not rendered by default.

Binary file not shown.
Binary file modified p2p/src/main/resources/BurningManAccountingStore_v3_BTC_MAINNET
Binary file not shown.
Binary file modified p2p/src/main/resources/DaoStateStore_BTC_MAINNET
Binary file not shown.
Binary file modified p2p/src/main/resources/ProposalStore_BTC_MAINNET
Binary file not shown.
Binary file modified p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET
Binary file not shown.
Binary file modified p2p/src/main/resources/TempProposalStore_BTC_MAINNET
Binary file not shown.
Binary file not shown.