Skip to content

tests.NFT.Contract.Single bid without closing fails after plutus-apps upgrade #314

@ngua

Description

@ngua

After upgrading plutus-apps to IntersectMBO/plutus-apps@fe8f087 on WBE-tests, tests.NFT.Contract.Single bid without closing fails with the following error:

        Expected funds of W872cb83 to change by
            Value (Map [(,Map [("",-1000000)])])
            (excluding 99078 lovelace in fees)
          but they changed by
            Value (Map [(,Map [("",-8000000)])])

Interestingly, the difference between the two Values is exactly the minimum-Ada requirement that is now enforced. At the moment, staging is on IntersectMBO/plutus-apps@404af7a. One of the changes between the two commits is IntersectMBO/plutus-apps@ac3f39e, which introduced the change.

It may be possible that either the test suite or another part of the NFT codebase is not aware that certain transactions pay the minimum-Ada amount.

TODO: After updating plutus-apps to a more recent commit on staging, investigate and resolve the source of the discrepancy

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