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

Generalize binary downloader/verifier #571

Merged

Conversation

alvasw
Copy link
Contributor

@alvasw alvasw commented Nov 29, 2022

The new generic download task can download any file and can check its SHA-256 checksum (optional). The signature verifier can be used for any file now. This allows us to reuse the tasks to download the Tor binaries later.

Other changes:
Currently, all Electrum binaries get zipped and moved to the app resources. This okay until we decided to unpack the Electum.app file at build time. To build the macOS version we require macOS as the host operating system now.

Fixes #561

The new generic download task can download any file and can check its
SHA-256 checksum (optional). The signature verifier can be used for any
file now. This allows us to reuse the tasks to download the Tor binaries
later.

Other changes:
Currently, all Electrum binaries get zipped and moved to the app
resources. This okay until we decided to unpack the Electum.app file at
build time. To build the macOS version we require macOS as the host
operating system now.

Fixes bisq-network#561
@alvasw alvasw merged commit 695ee02 into bisq-network:main Nov 29, 2022
@alvasw alvasw deleted the refactor_gradle_electrum_downloader branch November 29, 2022 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deployment: Only package OS-specific Electrum binary
1 participant