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
In Zilliqa, certain transactions are designated as Scilla transactions. At the APIv2 level, they are identified by the zilliqa.is_scilla field. When this field is set to true, the transaction is recognized as a Scilla transaction.
The only customization required for Scilla transactions at this stage is to decode the Raw input as UTF-8 by default, instead of hex. This decoding should also be applied to the log data by default (excluding topics).
The text was updated successfully, but these errors were encountered:
To implement the necessary changes in the Logs tab on the Address page, we need to make additional modifications on the API side. We should consider adding the zilliqa.is_scilla flag to the Address info endpoint response or storing it within the Log model.
In Zilliqa, certain transactions are designated as Scilla transactions. At the APIv2 level, they are identified by the
zilliqa.is_scilla
field. When this field is set totrue
, the transaction is recognized as a Scilla transaction.The only customization required for Scilla transactions at this stage is to decode the Raw input as UTF-8 by default, instead of hex. This decoding should also be applied to the log data by default (excluding topics).
The text was updated successfully, but these errors were encountered: