Closed mfranciszkiewicz closed 4 years ago
Bug confirmed. The CreateProposalOffer hasn't been implemented in the controller (even though the processor had it). Fix delivered in https://github.com/stranger80/golem-client-mock/tree/feature/market-api-1.4.0 branch. Also updated the sample .NET client apps in golem-architecture/tree/feature/market-api-1.4 branch.
@tworec @mfranciszkiewicz please confirm it now works for you as expected.
thx, it is working.
I've adjusted market_interaction.rs
example to show this
Current implementation of MarketApi Mk1 (aka testbed) is not delivering
Proposal
event to the Provider after the Requestor sendsCounterProposal
.