diff --git a/manifest.yaml b/manifest.yaml index b1dc813..88195b2 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,7 +1,7 @@ id: bitcoind title: "Bitcoin Knots" -version: 27.1.0.5 -eos-version: 0.3.4.3 +version: 27.1.0 +eos-version: 0.3.5.1 release-notes: | * Latest release from Knots - see full release notes [here](https://github.com/bitcoinknots/bitcoin/releases/tag/v27.1.knots20240801) license: MIT diff --git a/scripts/services/migrations.ts b/scripts/services/migrations.ts index 9cf03f1..286161d 100644 --- a/scripts/services/migrations.ts +++ b/scripts/services/migrations.ts @@ -253,7 +253,7 @@ export const migration: T.ExpectedExports.migration = { version: "26.1.0", type: "down" } ), }, - "27.1.4": { + "27.1.0": { up: compat.migrations.updateConfig( (config: any) => { config.blkconstr = { @@ -271,7 +271,7 @@ export const migration: T.ExpectedExports.migration = return config; }, true, - { version: "27.1.4", type: "up" } + { version: "27.1.0", type: "up" } ), down: compat.migrations.updateConfig( (config: any) => { @@ -285,9 +285,9 @@ export const migration: T.ExpectedExports.migration = return config; }, true, - { version: "27.1.4", type: "down" } + { version: "27.1.0", type: "down" } ), }, }, - "27.1.4" + "27.1.0" ); \ No newline at end of file