safe-global/safe-infrastructure

dataDecoded=null

mhxw opened this issue · 6 comments

mhxw commented

Desc:
I queried through txs api/v1/data-decoder/api that dataDecoded is valuable.
image

And cgw.env FEATURE_FLAG_NESTED_DECODING=true; is set, but I can find out that it is null through this interface: /v1/chains/<chain_id>/transactions/<transaction_id>.

image

Version:

CFG_VERSION=latest
CGW_VERSION=latest
TXS_VERSION=latest

How can I get dataDecoded to return the data? Thanks

@mhxw Did you add the contract and abi from transactions service admin?

mhxw commented

Hello @mhxw, could you provide the full payloads and the requests (text instead of screenshots) that you are sending to the services? That way we could debug and give you an answer. Thanks!

@mhxw Did you add the contract and abi from transactions service admin?

do we have doc for adding these info in tx ui ? I didn't see any step about adding contract info in the local deployment guide