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
completed exchanges should be excluded when coputing the locked funds value
Fix should be done in core-components/subgraph package
Proposed fix:
add exchange.finalizedDate = event.block.timestamp; in packages\subgraph\src\mappings\exchange-handler.ts line 214 (just after setting exchange.completedDate
E2e test should be added to check the fix:
create a seller
seller creates an offer with quantity >= 5, price = 1, sellerDeposit = 0.1, buyerCancellationPenalty = 0.01
Exchange 1 is cancelled by the buyer. Item price goes back to the buyer, minus the cancellation penalty that goes to the seller.
OK for adding the protocol fee for Exchange 4
completed exchanges should be excluded when coputing the locked funds value
Fix should be done in core-components/subgraph package
Proposed fix:
exchange.finalizedDate = event.block.timestamp;
in packages\subgraph\src\mappings\exchange-handler.ts line 214 (just after settingexchange.completedDate
E2e test should be added to check the fix:
The text was updated successfully, but these errors were encountered: