dataDecoded=null
mhxw opened this issue · 6 comments
mhxw commented
Desc:
I queried through txs api/v1/data-decoder/
api that dataDecoded is valuable.
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>
.
Version:
CFG_VERSION=latest
CGW_VERSION=latest
TXS_VERSION=latest
How can I get dataDecoded to return the data? Thanks
mhxw commented
yes
…---- Replied Message ----
| From | Moisés ***@***.***> |
| Date | 03/29/2023 17:07 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [safe-global/safe-infrastructure] dataDecoded=null (Issue #77) |
@mhxw Did you add the contract and abi from transactions service admin?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
hectorgomezv 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!
BlueShells commented
@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