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
Fixed amount to receive indication in the BidTransactionTable
Context
After executing first Bid with DAI transaction, we realised that the user doesn't receive the whole amount of collateral. More info here: #163 (comment). Based on this, we need to:
Create new core function which will calculate actual amount to receive based on the input value
Add store logic to fetch collateral in the VAT
Add store logic to withdraw collateral from VAT to Wallet
Tasks
Implement all the above
Provide testing commands in the PR description
The text was updated successfully, but these errors were encountered:
Goal
Fixed
amount to receive
indication in the BidTransactionTableContext
After executing first Bid with DAI transaction, we realised that the user doesn't receive the whole amount of collateral. More info here: #163 (comment). Based on this, we need to:
core
function which will calculate actualamount to receive
based on the input valueTasks
The text was updated successfully, but these errors were encountered: