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

Bump addrindexrs version #1554

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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 compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- data:/bitcoin

addrindexrs:
image: counterparty/addrindexrs:v0.4.4
image: counterparty/addrindexrs:v0.4.5
links:
- bitcoind
volumes:
Expand Down
2 changes: 1 addition & 1 deletion release-notes/release-notes-v10.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This release does not include any protocol changes, so there is no deadline for

Because this release includes numerous changes to the database schema, a full database rebuild is required and the major version number has been bumped from 9 to 10. Follow the updated installation instructions in the [README](/README.md) to download and install the latest version of Counterparty Core, run `counterparty-server kickstart` (while `bitcoind` is not running), then start the server with `counterparty-server start`. The rebuild should happen automatically, and it should take between 8 and 24 hours hours to complete.

**IMPORTANT** Be certain that you are running the latest version of AddrIndexRs (v0.4.4).
**IMPORTANT** Be certain that you are running the latest version of AddrIndexRs (v0.4.5).


# ChangeLog
Expand Down
Loading