You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fetch txDetails for every transaction that is part of the batch when using Batch Execute in the UI. This is because we need the dataDecoded in order to display what each transaction does (method name, parameters). Once Human-readable transactions are implemented we will have access to that information without having to fetch txDetails.
The list of requirements
Remove txDetails requests from Batch Execute
Use txInfo.humanDescription or txInfo.richInfo instead
The text was updated successfully, but these errors were encountered:
This issue is currently blocked by #2011
What is the feature about
We fetch txDetails for every transaction that is part of the batch when using Batch Execute in the UI. This is because we need the
dataDecoded
in order to display what each transaction does (method name, parameters). Once Human-readable transactions are implemented we will have access to that information without having to fetchtxDetails
.The list of requirements
txInfo.humanDescription
ortxInfo.richInfo
insteadThe text was updated successfully, but these errors were encountered: