Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(e2e): repurpose blockfrost test suite for direct from client providers #1531

Merged
merged 3 commits into from
Nov 15, 2024

Commits on Nov 14, 2024

  1. fix(cardano-services-client): separate otherProperties for base and f…

    …ile metadata
    
    it used to have same logic for both, but they have different schema
    therefore some properties were not correctly classified as 'otherProperties'
    mkazlauskas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b0e7f3f View commit details
    Browse the repository at this point in the history
  2. test(e2e): repurpose blockfrost test suite for direct from client pro…

    …viders
    
    - Align "Continuous Integration - E2E BF" GHA workflow to be the same as
    regular e2e, but using BlockfrostAssetProvider. We will be updating it to
    use more Blockfrost providers as we refactor them to be browser compatible
    - Update .env.example to be able to run Blockfrost e2e tests locally
    - Simplify (reduce scope of) some assertions in nft.test.ts because,
    BlockfrostAssetProvider has some fixes and returns slightly different
    object. For example, it correctly does not put 'version' as otherProperties
    - Temporarily disable CIP25 v2 test when running with BlockfrostAssetProvider,
    there is an on-going investigation by the Blockfrost team
    mkazlauskas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    afe5055 View commit details
    Browse the repository at this point in the history
  3. Revert "chore: make blockfrost provider tests manual"

    This reverts commit d5674cd.
    mkazlauskas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    27cf4a4 View commit details
    Browse the repository at this point in the history