Matthew Sevey
Matthew Sevey
@DavidVorick to elaborate
resolves #3159
`TestRenterSpendingReporting` is failing in the siatest package, but I want #3131 to be merged so I can rebase before debugging. This resolves #3117
I believe it would be useful to have and endpoint where you can cancel a specific contract but setting `GoodForRenew` and `GoodForUpload` to false.
The `siatest/renter` package looks at a lot of the same information in many of the test. There are already some helper functions that break out some of the duplicate code...
Need to add tests to confirm contract formation and renewal happens as expected and handles remaining funds of the allowance appropriately. Looking to confirm that contracts can not allocate more...
Need to write tests in order to see how the renter's allowance and contract formation is impacted by other wallet transactions. For example: Renter has 1000SC in wallet and sets...
Need more tests in the siatest renter package to test allowance edge cases. Some edge cases to test are the following: 1) Canceling the allowance and then reseting allowance with...
The UI should warn the user if the contract spending is trending higher than the allowance and they are at risk of running out of funds in their wallet.
Small update to include running the CI on versioned tags, i.e. any tag starting with a `v`. This allows for tagging release candidates manually.