-
Notifications
You must be signed in to change notification settings - Fork 1
ffs-client protocol mcr post-commitment #11
Copy link
Copy link
Open
1 / 11 of 1 issue completedLabels
featureThis issue introduces new behaviorThis issue introduces new behaviormcrRelates to MCR implementationRelates to MCR implementationpriority:highThis issue should be worked on actively but progress on other issues can take placeThis issue should be worked on actively but progress on other issues can take place
Description
Activity
Metadata
Metadata
Assignees
Labels
featureThis issue introduces new behaviorThis issue introduces new behaviormcrRelates to MCR implementationRelates to MCR implementationpriority:highThis issue should be worked on actively but progress on other issues can take placeThis issue should be worked on actively but progress on other issues can take place
Summary
Implement a CLI subcommand
ffs-client protocol mcr post-commitmentwhich will post a commitment to an MCR implementation. In addition to the accepting variables to configure where and how the commit is being posted, you should also be able to provide one of the following:--commitment-hex: should be a hex-encoded version of the commitment.--preimage-string: should be a string that will be hashed to for the commitment, can accept pipes (hence we don't add an additional config for files).Note: this is pulled up under
ffs-clientbecause we are at the time of writing unsure about goals of the finalffsCLI and would like to prevent that binary from bloating prematurely.