diff --git a/desktop/package/macosx/copy_dbs.sh b/desktop/package/macosx/copy_dbs.sh index c0cbc654e39..acfb3f7cdb2 100755 --- a/desktop/package/macosx/copy_dbs.sh +++ b/desktop/package/macosx/copy_dbs.sh @@ -15,6 +15,7 @@ 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" +cp "$dbDir/BurningManAccountingStore" "$resDir/BurningManAccountingStore_BTC_MAINNET" cp -a "$dbDir/BsqBlocks/." "$resDir/BsqBlocks_BTC_MAINNET/" # Only to be updated when required diff --git a/p2p/src/main/resources/AccountAgeWitnessStore_1.9.10_BTC_MAINNET b/p2p/src/main/resources/AccountAgeWitnessStore_1.9.10_BTC_MAINNET index 5f17ad946c4..63f3675a362 100644 Binary files a/p2p/src/main/resources/AccountAgeWitnessStore_1.9.10_BTC_MAINNET and b/p2p/src/main/resources/AccountAgeWitnessStore_1.9.10_BTC_MAINNET differ diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_767001-768000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_767001-768000 index 003a4631c55..77a72bbc459 100644 Binary files a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_767001-768000 and b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_767001-768000 differ diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_783001-784000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_783001-784000 index b734c436c3a..9ed0ea8c336 100644 Binary files a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_783001-784000 and b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_783001-784000 differ diff --git a/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_784001-785000 b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_784001-785000 new file mode 100644 index 00000000000..2d10b5ddba4 Binary files /dev/null and b/p2p/src/main/resources/BsqBlocks_BTC_MAINNET/BsqBlocks_784001-785000 differ diff --git a/p2p/src/main/resources/BurningManAccountingStore_BTC_MAINNET b/p2p/src/main/resources/BurningManAccountingStore_BTC_MAINNET index c5246e0179e..b665a043f93 100644 Binary files a/p2p/src/main/resources/BurningManAccountingStore_BTC_MAINNET and b/p2p/src/main/resources/BurningManAccountingStore_BTC_MAINNET differ diff --git a/p2p/src/main/resources/DaoStateStore_BTC_MAINNET b/p2p/src/main/resources/DaoStateStore_BTC_MAINNET index f2d0c514d47..b090b98223a 100644 Binary files a/p2p/src/main/resources/DaoStateStore_BTC_MAINNET and b/p2p/src/main/resources/DaoStateStore_BTC_MAINNET differ diff --git a/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET b/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET index 69d1f8b8e14..aeba06d0057 100644 Binary files a/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET and b/p2p/src/main/resources/SignedWitnessStore_BTC_MAINNET differ diff --git a/p2p/src/main/resources/TradeStatistics3Store_1.9.10_BTC_MAINNET b/p2p/src/main/resources/TradeStatistics3Store_1.9.10_BTC_MAINNET index b93429bcda6..901e5733016 100644 Binary files a/p2p/src/main/resources/TradeStatistics3Store_1.9.10_BTC_MAINNET and b/p2p/src/main/resources/TradeStatistics3Store_1.9.10_BTC_MAINNET differ