Skip to content

Parse all data from strings to actual objects before using wharfkit #881

@Viterbo

Description

@Viterbo

Overview

OBE handles data in string format to create and sign transactions. However, now that we are using the wharfkit library, we need to parse all non-string data to the type the library expects in order for it to work correctly, since it is a strongly typed library.

Note: There is already a branch that addresses one of the cases for signing an action in a specific case, but it is probably not the only case. So the work should start from that point in order not to duplicate efforts.

Acceptance Criteria

All attempts to sign transactions from OBE must use the types expected by the library so that they do not fail at runtime.

Tasks

  • Find and list all cases where wharfkit is used to sign transactions.
  • Check which formats are expected for each data in each case.
  • Parse the data used to match the types expected by the library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions