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

Gradle: Support SHA256 hash verification #2739

Merged

Conversation

alvasw
Copy link
Contributor

@alvasw alvasw commented Sep 3, 2024

The hash verification task looks up the expected hash and verifies that
the provided file has that hash. To look up the expected hash, the
Gradle task parses the input hash list file of the format
'<sha256hash> filename.tar.gz' (per line). Most projects use this format.
@alvasw alvasw changed the title Download and verify bitcoind binary Gradle: Support SHA256 hash verification Sep 3, 2024
Copy link
Contributor

@HenrikJannsen HenrikJannsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@HenrikJannsen HenrikJannsen merged commit b5be65d into bisq-network:main Sep 3, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants