Agoric / dapp-inter

User application for Agoric Inter Protocol—Vaults, BLD Boost, Liquidations, etc.
2 stars 7 forks source link

Unable to submit transaction due to fee payer address error #252

Closed otoole-brendan closed 3 months ago

otoole-brendan commented 3 months ago

Describe the bug

Any attempt to submit a transaction on latest version of 'main' dapp-inter UI results in below error message:

'Offer failed: Error: Broadcasting transaction failed with code 9 (codespace: sdk). Log: fee payer address: agoric1qqqqqpcqqqqqqqqqqvqqqqqpqqpsqqqzqqqqqqgyqqqqq3mdlac does not exist: unknown address'.

Dapp-psm transactions are not affected.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://bafybeicj2owk2ae6qhwnicclk7jjcbwianrf6m32h6tolkmnv7jqh3zcle.ipfs.cf-ipfs.com/
  2. Select 'Emerynet'
  3. Connect Wallet
  4. Attempt to Create/Adjust/Close vault
  5. See error

Expected behavior

A clear and concise description of what you expected to happen.

Platform Environment

Additional context

Upgrade 14 RC0 testing against http://bafybeiaacac4p2xuuljvwdgzr4dgh3zgjw6w2lm4h4ut3qbf4b5nyoximy.ipfs.cf-ipfs.com/?#/vaults ~2 weeks ago was successful - did not run into this same issue

Screenshots

image
otoole-brendan commented 3 months ago

From @samsiegart: It seems when we updated @agoric/cosmic-proto in dapp-inter we were seeing issues broadcasting transactions. It might be because of the message types that we import here not matching what the upgrade-14 chain expects (would they be different)?

samsiegart commented 3 months ago

Closing this because the broken version was never an endorsed UI in mainnet, emerynet, or elsewhere. It was just the latest main that was broken at one point and is now fixed as of https://github.com/Agoric/dapp-inter/pull/253.