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
Currently the write_table_item state changes are displayed in a raw hex format, making it difficult for developers to understand their content or locate their context. Specifically:
The key/value are not human-readable.
Devs have hard time finding the enclosing account resource (i.e., the resource and account containing the table handle).
Expected Behavior
To enhance usability, the explorer should:
Show key/value pairs in JSON format for write_table_item state changes.
Provide a link to the enclosing account resource (i.e., the account resource that holds the table handle).
Are you willing to open a pull request? (See CONTRIBUTING)
The text was updated successfully, but these errors were encountered:
🚀 Feature Request Description
Currently the
write_table_item
state changes are displayed in a raw hex format, making it difficult for developers to understand their content or locate their context. Specifically:Expected Behavior
To enhance usability, the explorer should:
Are you willing to open a pull request? (See CONTRIBUTING)
The text was updated successfully, but these errors were encountered: