-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature: added anchors support #96
Conversation
Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it>
…alDR/eudi-wallet-it-python into feature/trust_chain_storage
…into feature/trust_chain_storage
…alDR/eudi-wallet-it-python into feature/trust_chain_storage
the CI fails here the PR presents a lot of copied and pasted code taken from similar methods, a refactor is then required in the future. This increases the costs of this project and is not the way we want to proceed for the next PRs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unit tests fails on an http response status code, this is critical for the merge, please fix
return chain | ||
|
||
except Exception as e: | ||
logger.critical(f"Error {str(e)}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please merge these two logger calls in a single one
No description provided.