Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endpoint not found error from ibcport connect() #4153

Closed
dckc opened this issue Dec 6, 2021 · 1 comment · Fixed by #4308
Closed

endpoint not found error from ibcport connect() #4153

dckc opened this issue Dec 6, 2021 · 1 comment · Fixed by #4308
Assignees
Labels
bug Something isn't working cosmic-swingset package: cosmic-swingset
Milestone

Comments

@dckc
Copy link
Member

dckc commented Dec 6, 2021

Describe the bug

Since I have one IBC connection in place...

command[80] E(conn).getRemoteAddress()
history[80] "/ibc-hop/connection-3/ibc-port/transfer/unordered/ics20-1/ibc-channel/channel-41"

@michaelfig suggested that I should be able to use that remote address less /ibc-channel/channel-41 to make another connection, but It's not working:

command[86] E(home.ibcport[0]).connect(`/ibc-hop/connection-3/ibc-port/transfer/unordered/ics20-1`)
history[86] Promise.reject("Error: \"endpoint\" not found: (a string)")

To Reproduce

Steps to reproduce the behavior:

  1. hermes create channel
    https://gist.github.com/dckc/9a336a983a30a20751b38380e3308fab#starting-a-hermes-relayer

IOU; better file what I've got now before I run to this meeting...

Expected behavior

a connection

Platform Environment

(lots of pieces)

  • what OS are you using? what version of Node.js?
  • is there anything special/unusual about your platform?
  • what version of the Agoric-SDK are you using? (run git describe --tags --always)

Additional context

Add any other context about the problem here.

Screenshots

If applicable, add screenshots to help explain your problem, especially for UI interactions.

@dckc dckc added bug Something isn't working cosmic-swingset package: cosmic-swingset labels Dec 6, 2021
@dckc
Copy link
Member Author

dckc commented Jan 5, 2022

There are two work-arounds:

  1. Run your own local chain so that you can grant yourself access to home.pegasusConnections
  2. Contact me (dckc) in the #ibc channel in agoric discord and tell me the channel id on the agoric side so I can send you pegasusConnections make the peg and send it to you using the sharing service or some such.

@dckc dckc added the MN-1 label Jan 20, 2022
@mergify mergify bot closed this as completed in #4308 Feb 4, 2022
@Tartuffo Tartuffo added this to the Mainnet 1 milestone Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cosmic-swingset package: cosmic-swingset
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants