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

Update/v28 #152

Merged
merged 3 commits into from
Oct 11, 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: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
RUN make -j$(nproc)
RUN make install
RUN strip ${BITCOIN_PREFIX}/bin/*
RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.a
RUN strip ${BITCOIN_PREFIX}/lib/libbitcoinconsensus.so.0.0.0

# Build stage for compiled artifacts
FROM alpine:3.18
Expand Down
1 change: 1 addition & 0 deletions assets/compat/bitcoin.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ permitbaremultisig=0
{{#IF advanced.peers.listen
listen=1
bind=0.0.0.0:8333
bind=127.0.0.1:8334=onion
}}
{{#IF !advanced.peers.listen
listen=0
Expand Down
2 changes: 1 addition & 1 deletion bitcoin
Submodule bitcoin updated 1282 files
7 changes: 2 additions & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
id: bitcoind
title: "Bitcoin Core"
version: 27.1.0
version: 28.0.0
eos-version: 0.3.4.4
release-notes: |
* Update Bitcoin to [v27.1](https://github.com/bitcoin/bitcoin/releases/tag/v27.1)
* Add 'Reindex Chainstate' Action
* Improve config descriptions and instructions
* Notice! If Bitcoin gets stuck in "Stopping" status after the update, the solution is to restart your server. System -> Restart.
* Update Bitcoin to [v28.0](https://github.com/bitcoin/bitcoin/releases/tag/v28.0)
license: MIT
wrapper-repo: https://github.com/Start9Labs/bitcoind-startos
upstream-repo: https://github.com/bitcoin/bitcoin
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"27.1.0"
"28.0.0"
);