Add app/consumer and app/provider example apps#13
Add app/consumer and app/provider example apps#13giuliostramondo wants to merge 24 commits intomainfrom
Conversation
tbruyelle
left a comment
There was a problem hiding this comment.
Ideally this should run in the CI so I was expecting something similar to what we have in atomone/tests/e2e. But for the first iteration this is good enough, we can migrate to an automated test later.
I'll test it locally but thanks for the amazing work!
|
@tbruyelle this is just to verify that the apps work as expected, for the e2e tests we have issue #4 , I am working on it now. |
Oh yes ofc there is a separate issue, all good then 🙏 |
tbruyelle
left a comment
There was a problem hiding this comment.
Thank you for this tedious task!
a3611c0 to
d8e6b81
Compare
Co-authored-by: Thomas <thomas.bruyelle@tendermint.com>
Co-authored-by: Thomas <thomas.bruyelle@tendermint.com>
Co-authored-by: Thomas <thomas.bruyelle@tendermint.com>
…matically install the Hermes relayer
a1aab5a to
87dd624
Compare
|
|
@Pantani I changed the sonic version to v1.15.0, this one should work with go 1.26. |
@Pantani I am unable to replicate this, did you pull the latest version and ran |
|
Oh, nice. |


This PR adds producer and consumer apps, and makefile targets to spawn a localnet
app/README.mddescribes how to start the local VAAS testnet.Closes #1