informalsystems / basecoin-rs

An example ABCI application making use of tendermint-rs and ibc-rs
Apache License 2.0
55 stars 17 forks source link

ci: Bake Hermes binary into integration test #36

Closed thanethomson closed 2 years ago

thanethomson commented 2 years ago

From https://github.com/informalsystems/basecoin-rs/pull/35#discussion_r774429476, we should, by default, bake in a specific version of Hermes in the CI Docker image by using the layering approach employed in #35.

We should still offer the option, however, to override this baked-in Hermes binary with one built from ibc-rs sources.

thanethomson commented 2 years ago

Superseded by #47.