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/v26.1 #143

Merged
merged 2 commits into from
Apr 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: 1 addition & 1 deletion bitcoin
Submodule bitcoin updated 104 files
6 changes: 3 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
id: bitcoind
title: "Bitcoin Core"
version: 26.0.0.1
version: 26.1.0
eos-version: 0.3.4.3
release-notes: |
* New config options for mempool filtering: permitbaremultisig, datacarrier, datacarriersize
* New config option for coinstatsindex
* Update Bitcoin to [v26.1](https://github.com/bitcoin/bitcoin/releases/tag/v26.1)
* Default mempoolfullrbf=1 on fresh installs
* 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
2 changes: 1 addition & 1 deletion scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
description:
"Policy for your node to use for relaying and mining unconfirmed transactions. For details, see https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-24.0.md#notice-of-new-option-for-transaction-replacement-policies",
type: "boolean",
default: false,
default: true,
},
permitbaremultisig: {
type: "boolean",
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.0.0.1"
"26.1.0"
);
Loading