Closed rabi-siddique closed 1 month ago
Latest commit: |
35bdfcb
|
Status: | ✅ Deploy successful! |
Preview URL: | https://24c0de2f.dapp-inter-test.pages.dev |
Branch Preview URL: | https://rs-fix-auctio-related-tests.dapp-inter-test.pages.dev |
Latest commit: |
35bdfcb
|
Status: | ✅ Deploy successful! |
Preview URL: | https://6169ead7.agoric-dapp-inter-emerynet.pages.dev |
Branch Preview URL: | https://rs-fix-auctio-related-tests.agoric-dapp-inter-emerynet.pages.dev |
closes #216
This PR includes the following updates:
The old auction instance overwrites new auction instance values, so for A3P testing, I now get auction data from VStorage instead of using the
agops inter auction status
command. We’ll still use theagops
command for testnets, but for A3P tests, VStorage will be the source. After getting the data, the test checks for the right auction values. If found, the test passes.