Skip to content

Investigate removing 'fast-deep-equal' dependency #342

@mr-zwets

Description

@mr-zwets

when removing old transaction builder we can fully remove the fast-deep-equal dependency

The only place where fast-deep-equal is used is in Transaction.ts

import deepEqual from 'fast-deep-equal';

The risk is however that we still want to deeply match the nfts in inputs and outputs when adding sanity checks for token inclusion (see #239)

Metadata

Metadata

Assignees

No one assigned

    Labels

    javascript-sdkRelates to the CashScript JavaScript SDK

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions