Skip to content

Commit

Permalink
Merge pull request #145 from Start9Labs/update/v27
Browse files Browse the repository at this point in the history
Update to bitcoin 27
  • Loading branch information
Dominion5254 authored May 7, 2024
2 parents 0c92fb6 + 177f945 commit 1e1a5e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bitcoin
Submodule bitcoin updated 855 files
5 changes: 3 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
id: bitcoind
title: "Bitcoin Core"
version: 26.1.0
version: 27.0.0
eos-version: 0.3.4.3
release-notes: |
* Update Bitcoin to [v26.1](https://github.com/bitcoin/bitcoin/releases/tag/v26.1)
* Update Bitcoin to [v27.0](https://github.com/bitcoin/bitcoin/releases/tag/v27.0)
* Default mempoolfullrbf=1 on fresh installs
* Minor config description improvements
* Notice! If Bitcoin gets stuck in "Stopping" status after the update, the solution is to restart your server. System -> Restart.
license: MIT
wrapper-repo: https://github.com/Start9Labs/bitcoind-wrapper
Expand Down
4 changes: 2 additions & 2 deletions scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
txindex: {
type: "boolean",
name: "Transaction Index",
description: "Enable the Transaction Index (txindex)",
description: "By enabling Transaction Index (txindex) Bitcoin Core will build a complete transaction index. This allows Bitcoin Core to access any transaction with commands like `gettransaction`.",
default: allowUnpruned,
},
coinstatsindex: {
type: "boolean",
name: "Coinstats Index",
description: "Enable the Coinstats Index (coinstatsindex)",
description: "Enabling Coinstats Index reduces the time for the gettxoutsetinfo RPC to complete at the cost of using additional disk space",
default: false,
},
wallet: {
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 =
),
},
},
"26.1.0"
"27.0.0"
);

0 comments on commit 1e1a5e9

Please sign in to comment.