-
Notifications
You must be signed in to change notification settings - Fork 573
Description
Describe the bug
The relayer that can be launched from the starport UI does not complete the connection. It used to (viz: dig, baby on map of zones -- then, see beach on map of zones)
Beach:
https://github.com/faddat/beach/blob/master/config.yml
To Reproduce
Steps to reproduce the behavior:
- Install starport 0.16.2 with the install script
- use starport app to make a chain
- use starport serve to start the chain
- Start the ui like
cd vue
npm i
npm run build
npm run serve- use the ui on port 8080 to create a relayer, first funding the relevant account with $atom.
- Observe the tx history on gaia-- you'll see about half an IBC:
https://www.mintscan.io/cosmos/account/cosmos13ly4xptdmwfxlzf5jjg72ywznqcc8qral44s9v
Video:
https://youtu.be/-FQ8t2bsY-E
Please provide output of commands
-
starport version
faddat@anarchy: ~ $ starport version
starport version v0.16.2 linux/amd64 -build date: 2021-06-22T05:43:46Z -
go version
faddat@anarchy: ~ $ go version
go version go1.16.5 linux/amd64 -
uname -a
faddat@anarchy: ~ $ uname -a
Linux anarchy 5.12.11-arch1-1 add linter and add linting in ci #1 SMP PREEMPT Wed, 16 Jun 2021 15:25:28 +0000 x86_64 GNU/Linux