Skip to content

Commit

Permalink
deps: update gdk to 0.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
borgbyte committed Sep 29, 2024
1 parent 0f24cf6 commit a068b92
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed:
- Improve address verification with Jade on redeposit
- Updates GDK to 0.73.0

### Fixed:
- Generate redeposit address once

## [2.0.11] - 2024-09-24
### Added:
- Option to verify address on Jade in the redeposit 2FA expired coins flow
Expand Down
4 changes: 2 additions & 2 deletions ci/linux-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linux-x86_64:build-appimage:
image: borgbyte/green_qt:linux-x86_64@sha256:896818a8fea3476de25a3bffaf12cb60c88657ba8d9772e34541e0947086d860
image: borgbyte/green_qt:linux-x86_64@sha256:5261a86e540ba9a00b4cbf0de4a54d8ceaaad5297ba0ac2f4f51773c48e7ea05
extends:
- .build
tags:
Expand All @@ -13,7 +13,7 @@ linux-x86_64:build-appimage:
- BlockstreamGreen-x86_64.AppImage

linux-x86_64:build-binary:
image: borgbyte/green_qt:linux-x86_64@sha256:896818a8fea3476de25a3bffaf12cb60c88657ba8d9772e34541e0947086d860
image: borgbyte/green_qt:linux-x86_64@sha256:5261a86e540ba9a00b4cbf0de4a54d8ceaaad5297ba0ac2f4f51773c48e7ea05
variables:
GREEN_WAYLAND: "ON"
extends:
Expand Down
2 changes: 1 addition & 1 deletion ci/macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CMAKE_INSTALL_PREFIX: "$PREFIX"
gdk_ROOT: "$PREFIX/lib/arm64-apple-darwin/gdk"
cache:
key: macos_arm64_9
key: macos_arm64_11
paths: [depends/]
tags:
- macos-arm64
Expand Down
2 changes: 1 addition & 1 deletion ci/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CMAKE_INSTALL_PREFIX: "$PREFIX"
gdk_ROOT: "$PREFIX/lib/x86_64-apple-darwin/gdk"
cache:
key: macos_x86_64_9
key: macos_x86_64_11
paths: [depends/]
tags:
- macos-x86_64
Expand Down
2 changes: 1 addition & 1 deletion ci/windows-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
windows-x86_64:build:
image: borgbyte/green_qt:windows-x86_64@sha256:6c5052575d54b9cce550dc578ba2d0402092abce96021185d78d7bb46f70dd47
image: borgbyte/green_qt:windows-x86_64@sha256:0387a4f12d203a756676f12cf6f55ba60250a3e03b8e11e55063439789d5b6e3
extends:
- .build
tags:
Expand Down
4 changes: 2 additions & 2 deletions tools/buildgdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -eo pipefail

GDK_REPO=https://github.com/Blockstream/gdk.git
GDK_BRANCH=release_0.73.0
GDK_COMMIT=add060e4798cf9b39bf24ad06fd70764dfdf9bf2
GDK_BRANCH=release_0.73.1
GDK_COMMIT=43f0839350f9dd5d78a94a329d7c3aafa14d9bf2

mkdir -p build

Expand Down

0 comments on commit a068b92

Please sign in to comment.