Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

fix: show tx data for txs with decoded params#1113

Closed
troggy wants to merge 1 commit into5afe:developmentfrom
leapdao:fix/show-data-for-decoded-txs
Closed

fix: show tx data for txs with decoded params#1113
troggy wants to merge 1 commit into5afe:developmentfrom
leapdao:fix/show-data-for-decoded-txs

Conversation

@troggy
Copy link

@troggy troggy commented Jul 14, 2020

There is no tx data shown for transactions with decodedParams and thus such txs are impossible to verify before signing.

For instance, this is how the ERC20.approve function call looks like in our Safe:
image

This PR suggests a quick fix to show raw hex data for such transactions.

NB: I have a code which displays decoded params as well, but I've noticed you have some work already going in this direction — let me know if it still worth a PR.

@lukasschor
Copy link
Contributor

Thanks! @fernandomg is planning to include this fix as part of this PR: #1106
Hope this works for you.

@troggy
Copy link
Author

troggy commented Jul 14, 2020

We are using a fork with the fix anyway, so it is fine to wait for the upstream fix

@lukasschor
Copy link
Contributor

Will be covered by #1106. Thanks for the report!

@lukasschor lukasschor closed this Jul 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants