Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Conversation

@jmoreira-valory
Copy link
Collaborator

Store pkeys in store permanently, so that there is no need to create temporary files and keep track of deleting them.

Copy link
Collaborator

@Adamantios Adamantios left a comment

Choose a reason for hiding this comment

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

I fixed the service id issue. Please address this comment:

#54 (comment)

private_key=$(echo -n "$private_key" |
awk '{ printf substr( $0, '$private_key_start_position', length($0) - '$private_key_start_position' ) }')

private_key=$(echo -n "$private_key" | awk '{gsub(/\\"/, "\"", $0); print $0}')
Copy link
Collaborator Author

@jmoreira-valory jmoreira-valory Oct 19, 2023

Choose a reason for hiding this comment

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

This is required to replace \" strings to "
(this is required in PR 55, it is irrelevant for non-encrypted keys)

@jmoreira-valory jmoreira-valory merged commit ada7fee into main Oct 19, 2023
@DavidMinarsch DavidMinarsch deleted the feat/store_pkeys branch November 1, 2023 11:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants