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 SaveDeal method to the apiv2.go module (part of #529) so that the solver can utilize this method to save deals 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 SaveDeal method to the apiv2 module
Update the solver code on match to call the SaveDeal
Update corresponding logic in the anura/job_offers 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 SaveDeal method to the apiv2.go module (part of #529) so that the solver can utilize this method to save deals 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
endpointlilynext
feature flagThe text was updated successfully, but these errors were encountered: