-
Notifications
You must be signed in to change notification settings - Fork 513
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
Fix: present-proof v2 send-proposal [issue#1474] #1667
Conversation
Setting an argument default value to an object is generally not a good idea, because each call to the function will receive the same object. I think this method and |
Updated |
Signed-off-by: Shaanjot Gill <shaangill025@users.noreply.github.com>
Is the failing test related to this change, or something in the overall flow? |
@swcurran The two errors appear to be due to the ursa_bbs_signatures library not being found when executing the integration tests? |
So a configuration error in the integration suite, I gather? Who can look at this -- @shaangill025, I assume, or perhaps @ianco in the integration suite setup? |
Actually it's stranger than that.. ursa_bbs_signatures is installed but it can't find the binary shared library that comes with it (at least I think it does). I don't think this would be affected by the addition of |
Signed-off-by: Shaanjot Gill <shaangill025@users.noreply.github.com>
|
Signed-off-by: Shaanjot Gill <shaangill025@users.noreply.github.com>
Signed-off-by: Shaanjot Gill <shaangill025@users.noreply.github.com>
Please keep pushing on this -- we need to get it resolved. |
Signed-off-by: Shaanjot Gill <shaangill025@users.noreply.github.com>
I have fixed the |
Signed-off-by: Shaanjot Gill <shaangill025@users.noreply.github.com>
I have just deleted the |
Signed-off-by: Shaanjot Gill <shaangill025@users.noreply.github.com>
@andrewwhitehead No change was made since the last time you approved this. Locking |
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.
LGTM
Signed-off-by: Shaanjot Gill shaangill025@users.noreply.github.com
resolve #1474