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 with Local-Interchain #20

Open dowlandaiello opened 3 weeks ago

dowlandaiello commented 3 weeks ago

In order to ensure correctness of the arbitrage bot, integration tests should be implemented verifying that the arbitrage bot can successfully, profitably, and reliably execute auction arbitrages. These integration tests should be implemented with local-interchain and the covenant repository's local-interchaintest plumbing.

dowlandaiello commented 2 weeks ago

Update on this: I've been working on implementing this in the feature-localiniterchaintest branch. So far, I have:

Currently, I'm working on an issue with local-interchain's use of serde_json causing quotes to be escaped in a way that does not work well with neutrond, gaiad, etc.