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

Always hash when signing #21

Merged
merged 3 commits into from
May 16, 2023
Merged

Always hash when signing #21

merged 3 commits into from
May 16, 2023

Conversation

Rubilmax
Copy link
Collaborator

Fixes #17

@Rubilmax Rubilmax marked this pull request as ready for review May 15, 2023 14:43
@Rubilmax Rubilmax linked an issue May 15, 2023 that may be closed by this pull request
Copy link
Contributor

@julien-devatom julien-devatom left a comment

Choose a reason for hiding this comment

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

hash has to have a .PHONY: hash decorator, since the hash is not going to be generated if you have a folder/file named hash.

This is the same for sign but only useful for performance reasons since the script is not a dependency of another. If you have a file named sign, the script is just going to do nothing.

Base automatically changed from feat/multisend to main May 16, 2023 15:03
@Rubilmax Rubilmax merged commit 8fdd814 into main May 16, 2023
@Rubilmax Rubilmax deleted the fix/hash-on-sign branch May 16, 2023 15:03
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.

make hash and make sign:ledger can be done in one step
5 participants