ecadlabs / taquito

A library for building dApps on the Tezos Blockchain - JavaScript / TypeScript
https://taquito.io
Apache License 2.0
298 stars 116 forks source link

Website metadata-tzip16 live example of https and sha256 not working #2510

Closed hui-an-yang closed 1 year ago

hui-an-yang commented 1 year ago

Description

metadata-tzip16 webiste live example not working

Steps To Reproduce Steps to reproduce the behavior:

  1. Go to metadata-tzip16 https-example and metadata-tzip16 sha256-hash
  2. Click on 'Run code'
  3. Scroll down to 'Result'
  4. See error image

and in console:

image*

Expected behavior for live code example to return metadata like below

{
    "name": "Taquito test with valid metadata",
    "description": "This is metadata test for Taquito integration tests with the Ligo Taco shop contract modified to include metadata in storage",
    "version": "7.1.0-beta.0",
    "license": {
        "name": "MIT",
        "details": "The MIT License"
    },
    "homepage": "https://github.com/ecadlabs/taquito",
    "source": {
        "tools": [
            "Ligo",
            "https://ide.ligolang.org/p/-uS469slzUlSm1zwNqHl1A"
        ],
        "location": "https://ligolang.org/docs/tutorials/get-started/tezos-taco-shop-payout"
    }
}

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

dsawali commented 1 year ago

The regression was caused by a recent update in the Terraform provider for our GCP bucket that stored these metadata values. It has now been fixed.