Skip to content

Commit

Permalink
Update data stores for v1.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogarcia83 committed Feb 2, 2025
1 parent 8e19e4b commit e54d076
Show file tree
Hide file tree
Showing 21 changed files with 24,814 additions and 1 deletion.
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.15", "1.9.16", "1.9.18");
"1.9.5", "1.9.6", "1.9.7", "1.9.10", "1.9.11", "1.9.13", "1.9.15", "1.9.16", "1.9.18", "1.9.19");

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.
12,942 changes: 12,942 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_875001-876000

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
11,871 changes: 11,871 additions & 0 deletions p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_879001-880000

Large diffs are not rendered by default.

Binary file not shown.
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.

0 comments on commit e54d076

Please sign in to comment.