Description
Currently, under transaction details, from and to fields are displayed (inferred from the transaction payload) – these are linking to the account overview page with the specific to or from address. This is currently applied only for Moonlight transfer transactions.
The improvement involves:
- Displaying
from and to fields independently. If from is available but to is not, only from should be displayed.
- Supporting contract operations with addresses in formats such as
0200000000000000000000000000000000000000000000000000000000000000.
- Future-proofing for eventual token address pages for this type of address.
Acceptance Criteria
from and to fields are displayed independently based on availability.
- Contract operations with address formats like
0200000000000000000000000000000000000000000000000000000000000000 are displayed properly (ie. not as links for the time-being).
Additional Context
These changes will enhance the flexibility and robustness of the transaction details display, especially for contract operations and partial payloads.
Implementation Details
- Update transaction detail rendering logic to handle
from and to fields independently.
- Add support for recognizing contract operation addresses.
Tagging @Neotamandua to review, as the issue was initially raised by him.
Description
Currently, under transaction details,
fromandtofields are displayed (inferred from the transaction payload) – these are linking to the account overview page with the specifictoorfromaddress. This is currently applied only for Moonlight transfer transactions.The improvement involves:
fromandtofields independently. Iffromis available buttois not, onlyfromshould be displayed.0200000000000000000000000000000000000000000000000000000000000000.Acceptance Criteria
fromandtofields are displayed independently based on availability.0200000000000000000000000000000000000000000000000000000000000000are displayed properly (ie. not as links for the time-being).Additional Context
These changes will enhance the flexibility and robustness of the transaction details display, especially for contract operations and partial payloads.
Implementation Details
fromandtofields independently.Tagging @Neotamandua to review, as the issue was initially raised by him.