Skip to content

Commit

Permalink
Merge pull request #6638 from ripcurlx/update-data-stores-for-v1.9.10
Browse files Browse the repository at this point in the history
Update data stores for v1.9.10
  • Loading branch information
alejandrogarcia83 authored Apr 9, 2023
2 parents 6812430 + b111005 commit 6afbc29
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/package/macosx/copy_dbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified p2p/src/main/resources/AccountAgeWitnessStore_1.9.10_BTC_MAINNET
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified p2p/src/main/resources/BurningManAccountingStore_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/SignedWitnessStore_BTC_MAINNET
Binary file not shown.
Binary file modified p2p/src/main/resources/TradeStatistics3Store_1.9.10_BTC_MAINNET
Binary file not shown.

0 comments on commit 6afbc29

Please sign in to comment.