mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Update data stores for v1.6.0
This commit is contained in:
parent
39d86b4f80
commit
d3233bac7a
@ -37,7 +37,8 @@ public class Version {
|
||||
* This must not contain each version but only those where we add new version-tagged resource files for
|
||||
* 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");
|
||||
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");
|
||||
|
||||
public static int getMajorVersion(String version) {
|
||||
return getSubVersion(version, 0);
|
||||
|
BIN
p2p/src/main/resources/AccountAgeWitnessStore_1.6.0_BTC_MAINNET
(Stored with Git LFS)
Normal file
BIN
p2p/src/main/resources/AccountAgeWitnessStore_1.6.0_BTC_MAINNET
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
p2p/src/main/resources/DaoStateStore_BTC_MAINNET
(Stored with Git LFS)
BIN
p2p/src/main/resources/DaoStateStore_BTC_MAINNET
(Stored with Git LFS)
Binary file not shown.
BIN
p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET
(Stored with Git LFS)
BIN
p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET
(Stored with Git LFS)
Binary file not shown.
BIN
p2p/src/main/resources/TradeStatistics3Store_1.6.0_BTC_MAINNET
(Stored with Git LFS)
Normal file
BIN
p2p/src/main/resources/TradeStatistics3Store_1.6.0_BTC_MAINNET
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user