Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zilliqa: Scilla transactions and logs #2398

Closed
fedor-ivn opened this issue Nov 14, 2024 · 2 comments · Fixed by #2375
Closed

Zilliqa: Scilla transactions and logs #2398

fedor-ivn opened this issue Nov 14, 2024 · 2 comments · Fixed by #2375
Assignees
Labels
enhancement New feature or request

Comments

@fedor-ivn
Copy link

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).

Image

@fedor-ivn fedor-ivn added the enhancement New feature or request label Nov 14, 2024
@fedor-ivn
Copy link
Author

fedor-ivn commented Nov 14, 2024

Example of Scilla transaction with input: UI and APIv2

There are no Scilla transactions with logs yet (this is because of the bug in Zilliqa node)

@tom2drum
Copy link
Collaborator

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.

@tom2drum tom2drum removed the need API For issues that wait for API changes label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants