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
As a developer I want to add the SaveResult method to the apiv2.go module (part of #529) so that the solver can utilize this method to save result on-chain
Which system(s) or functionality does this affect
This can be one or many. Please also include this in the title
solver, protocol-smart-contracts
Describe the changes, and how this affects/ interacts with each system.
Add the SaveResult method to the apiv2 module
Update the solver code on job completion/failure to call the SaveResult
Update corresponding logic in the anura/job_offers/{id}/files endpoint
Ensure the solver code change is gated by the lilynext feature flag
The text was updated successfully, but these errors were encountered:
General Description
As a developer I want to add the SaveResult method to the apiv2.go module (part of #529) so that the solver can utilize this method to save result on-chain
Which system(s) or functionality does this affect
This can be one or many. Please also include this in the title
solver, protocol-smart-contracts
Describe the changes, and how this affects/ interacts with each system.
anura/job_offers/{id}/files
endpointlilynext
feature flagThe text was updated successfully, but these errors were encountered: