Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

[Decoding] Transaction Information in Tx List #882

@lukasschor

Description

@lukasschor

The transaction-history-service some decoded transaction information for smart contract interactions.

In case for a transaction there is decoded information available, it should be displayed in the transaction list (expanded view) above Data (hex encoded) with the title Action

Backend returns for example:

ethToTokenSwapInput": [
          {
            "name": "min_tokens",
            "type": "uint256",
            "value": 190990808008322880000
          },
          {
            "name": "deadline",
            "type": "uint256",
            "value": 1577290812
          }
        ]

In the interface, this should displayed as

**Action**

ethToTokenSwapInput
       min_tokens(uint256): 190990808008322880000
       deadline(uint256): 1577290812

Metadata

Metadata

Assignees

Labels

CriticalOnly for bugs in released apps, needs to be fixed asap and hotfix needs to be shipped.Feature 👑New functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions