Skip to content

Commit

Permalink
Merge pull request #14 from remcoros/wasabi-2.5.0
Browse files Browse the repository at this point in the history
update to Wasabi 2.5.0
  • Loading branch information
remcoros authored Feb 7, 2025
2 parents 88433a8 + 6ff5c1b commit cd36000
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN \
cp index.html vnc.html && \
mkdir Downloads

FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-980ac2ea-ls99 AS buildstage
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm-2db38f7a-ls103 AS buildstage

# these are specified in Makefile
ARG ARCH
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WASABI_VERSION := 2.4.0 # version used to construct download filename
WASABI_VERSION_TAG := 2.4.0 # Github tag
WASABI_VERSION := 2.5.0 # version used to construct download filename
WASABI_VERSION_TAG := 2.5.0 # Github tag
WASABI_PGP_SIG := 856348328949861E
# sha256 hashes can be found in https://github.com/mikefarah/yq/releases/download/v4.40.7/checksums-bsd
YQ_VERSION := 4.40.7
Expand Down
4 changes: 2 additions & 2 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
id: wasabi-webtop
title: "Wasabi"
version: 2.4.0
version: 2.5.0
release-notes: |
* Update to Wasabi 2.4.0 - See [full changelog](https://github.com/WalletWasabi/WalletWasabi/releases/tag/v2.4.0)
* Update to Wasabi 2.5.0 - See [full changelog](https://github.com/WalletWasabi/WalletWasabi/releases/tag/v2.5.0)
license: MIT
wrapper-repo: "https://github.com/remcoros/wasabi-webtop-startos"
upstream-repo: "https://github.com/WalletWasabi/WalletWasabi"
Expand Down
4 changes: 2 additions & 2 deletions root/defaults/.walletwasabi/client/Config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"RegTestBackendUri": "http://localhost:37127/",
"MainNetCoordinatorUri": "",
"TestNetCoordinatorUri": "",
"RegTestCoordinatorUri": "http://localhost:37127/",
"RegTestCoordinatorUri": "http://localhost:37128/",
"UseTor": "Enabled",
"TerminateTorOnExit": false,
"TorBridges": [],
Expand All @@ -14,7 +14,7 @@
"StopLocalBitcoinCoreOnShutdown": true,
"LocalBitcoinCoreDataDir": "/config/.bitcoin",
"MainNetBitcoinP2pEndPoint": "127.0.0.1:8333",
"TestNetBitcoinP2pEndPoint": "127.0.0.1:18333",
"TestNetBitcoinP2pEndPoint": "127.0.0.1:48333",
"RegTestBitcoinP2pEndPoint": "127.0.0.1:18444",
"JsonRpcServerEnabled": false,
"JsonRpcUser": "",
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export const migration: T.ExpectedExports.migration = compat.migrations
{ version: "2.2.1.1", type: "down" },
),
},
}, "2.4.0");
}, "2.5.0");

0 comments on commit cd36000

Please sign in to comment.