Uniswap / Uniswap/interface

Address input box in create proposal page doesn't resolve ENS address

Open
#1,902 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug p2
Dominant language
TypeScript
Stars
5.5k
Forks
5.4k
PR merge metrics
No merged PRs in 30d

Description

Bug Description
The "To" address input box in the create proposal page doesn't resolve ENS address to ETH address. This causes the button to still be disabled although it's given a valid ENS address.

Steps to Reproduce

  1. Go to https://app.uniswap.org/#/create-proposal
  2. Enter a valid ENS address in the "To" address input box
  3. Observe that the submit button is still disabled despite having the required number of voting power.

Expected Behavior
The button should be enabled and it resolves the ENS address to ETH address when making the transaction.

Additional Context
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the create proposal page and reproduce the issue with a valid ENS address in the "To" field. Trace how that input is validated and used for the transaction; done means the ENS name resolves to an Ethereum address and the submit button becomes enabled when the voting-power requirements are met.

Written by the indexing model from the issue text.

Assessment

Tech stack
blockchain, typescript
Domain
blockchain, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.