You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reshare and resign should support feeding json proofs directly on cli
Motivation
The path option is appropriate for users building a reshare/resign command for themselves. However, it is not a good solution for users coming from the web app. Web app users will upload their proofs.json in the UI, select new operators (in the case of reshare), sign the message, and expect a reshare/resign docker command that will be built using these inputs.
Requirements
Add a new proofs flag for plain JSON support
Ensure the flag works with bulk operation
The text was updated successfully, but these errors were encountered:
GalRogozinski
changed the title
Raw JSON support for proofs flag in reshare + resign
plain JSON support for proofs flag in reshare + resign
Sep 9, 2024
Description
Reshare and resign should support feeding json proofs directly on cli
Motivation
The path option is appropriate for users building a reshare/resign command for themselves. However, it is not a good solution for users coming from the web app. Web app users will upload their proofs.json in the UI, select new operators (in the case of reshare), sign the message, and expect a reshare/resign docker command that will be built using these inputs.
Requirements
The text was updated successfully, but these errors were encountered: