Uniswap / Uniswap/interface

surface the transaction hash for a given proposal in app.uniswap.org/#/vote

Open
#3,469 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

app.uniswap.org/#/vote surfaces the wallet from which a proposal was submitted, but not the tx hash itself. Finding a tx hash of a given proposal becomes oddly difficult as a result.

for example, we have

Proposer
[0x9B68c14e936104e9a7a24c712BEecdc220002984](https://etherscan.io/address/0x9B68c14e936104e9a7a24c712BEecdc220002984)

I suggest we amend to

Proposer
[0x9B68c14e936104e9a7a24c712BEecdc220002984](https://etherscan.io/address/0x9B68c14e936104e9a7a24c712BEecdc220002984)

Transaction 
[TX_ HASH_HERE](ETHERSCAN_URL_HERE)

Seems like a small lift if we already have the proposal sender

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 proposal view reached through app.uniswap.org/#/vote and trace how the proposer wallet is rendered. Confirm whether the proposal data already exposes its submission transaction hash; done means showing that hash with an Etherscan link alongside the proposer.

Written by the indexing model from the issue text.

Assessment

Tech stack
blockchain, typescript
Domain
blockchain, frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.