ApeWorX / ApePay

A smart contract payment system built for automated service management
https://apeworx.io/apepay
Apache License 2.0
18 stars 5 forks source link

Implement Claim functionality in cancel component #76

Closed alexisnsns closed 7 months ago

alexisnsns commented 8 months ago

Right now when a user cancels a deployment, he cannot claim his funds, even if there are still tokens left. Implement a feature on the cancelStream component which sends the money left back to the user when he cancels a stream.

cc. @fubuloubu

Screenshot 2023-11-16 at 16 27 35
fubuloubu commented 8 months ago

related to bug here: https://github.com/ApeWorX/ApePay/blob/main/contracts/StreamManager.vy#L229