UXDProtocol / uxd-program

Implementation of a program that manages on chain accounts to mint and redeem Redeemables tokens (UXD), hedged by a delta neutral position on underlying DEXes.
https://uxd.fi/
Other
21 stars 5 forks source link

[Tooling] Add integration test that deploy on devnet #293

Closed crypto-vincent closed 1 year ago

crypto-vincent commented 1 year ago

This PR is an improvement of the tests tooling.

Main changes are:

This enable us to write rust integration tests that can run BOTH on devnet and localnet!

The main goal is that all existing rust integration test code can now be used for devnet!!!

I also use this new tooling to ensure that the devnet is always correctly deployed as a part of the CI process

crypto-vincent commented 1 year ago

Thank you kings, merging now