Skip to content

Websocket transaction observables failing due to fee breaking rename #74

@evias

Description

@evias
  1. Expected behavior and actual behavior.

The expected behavior is to have the newly added maxFee replacing the fee field of transactions. This will be implemented in #53.

Yet, to provide with base cow compatibility, it is important that DTOs can be read with the fee field being deprecated.

Current cow upgraded network nodes include the maxFee field instead of fee field and this breaks compatibility in places where the fee value is used directly, like in UInt64 initializations.

  1. Steps to reproduce the problem.
  1. Specifications like the version of the project, operating system, or hardware.

Network Milestone cow.
SDK Version >=v0.10.2

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