timewave-computer / auction-arbitrage-bot

An extensible arbitrage bot for trading against valence auctions, Astroport and Osmosis.
Apache License 2.0
6 stars 1 forks source link

Implement Integration Tests #22

Open dowlandaiello opened 1 week ago

dowlandaiello commented 1 week ago

Closes #17 . This PR implements integration tests for the arbitrage bot. Currently, the tests test that the bot can find, execute successfully, and profit from arbitrage opportunities between astroport and valence auctions. Of note, sometimes tests fail randomly due to github actions ratelimiting. However, the tests run well locally. This may be due to the chain configuration. See local-interchaintest/README.md for more info on these tests.