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

Some Live Code Examples in docs failing for V.17.0.0. #2542

Closed
michaelkernaghan opened this issue Jun 22, 2023 · 0 comments · Fixed by #2563
Closed

Some Live Code Examples in docs failing for V.17.0.0. #2542

michaelkernaghan opened this issue Jun 22, 2023 · 0 comments · Fixed by #2563
Labels
bug Something isn't working
Milestone

Comments

@michaelkernaghan
Copy link
Collaborator

Description
Some Live Code Examples in docs failing for V.17.0.0.

Steps To Reproduce
Steps to reproduce the behaviour:

  1. Go to (https://tezostaquito.io/docs)
  2. Verify the version set to 17.0.0
  3. Each of the following live code examples is failing:

TLCE-SaplingToolkit - https://tezostaquito.io/docs/sapling

  • Taquito Live Code Examples - Sapling Toolkit......retrieve my transaction history?
  • Taquito Live Code Examples - Sapling Toolkit......balance in the Sapling shielded pool?
  • Taquito Live Code Examples - Sapling Toolkit......prepare a shielded transaction?
  • Taquito Live Code Examples - Sapling Toolkit......prepare an unshielded transaction?
  • Taquito Live Code Examples - Sapling Toolkit......prepare a Sapling transaction?

Error:

Fetching Alice balance in the shielded pool...
Error: {
  "status": 404,
  "statusText": "Not Found",
  "url": "https://ghostnet.ecadinfra.com/chains/main/blocks/head/context/contracts/KT1JMDxmQ4DAbzXpzAJmL6QeZ9HB7DTVnZYd/single_sapling_get_diff",
  "name": "HttpResponse"
}

TLCE-Tzip12TokenMetadata-contract - https://tezostaquito.io/docs/tzip12
Taquito Live Code Examples - Tzip12 Token Metadata - contract...from an off-chain view token_metadata - contract
Taquito Live Code Examples - Tzip12 Token Metadata - contract...in the big map %token_metadata - contract
Taquito Live Code Examples - Tzip12 Token Metadata - contract...using the taquito-tzip16 package - contract

Error: {
  "address": "KT1NMtSQq484bDYSFvNrBjfkGtpug2Fm1rrr",
  "name": "TokenMetadataNotFound"
}

TLCE-TZIP16ContractMetadataAndViews-contract - https://tezostaquito.io/docs/metadata-tzip16
Taquito Live Code Examples - TZIP-16 Contract Metadata and Views - contract......SHA256 hash - contract
Taquito Live Code Examples - TZIP-16 Contract Metadata and Views - contract......example - contract

Error: {
  "method": "GET",
  "url": "https://storage.googleapis.com/tzip-16/taco-shop-metadata.json",
  "cause": {
    "message": "Network Error",
    "name": "Error",

Expected behaviour
The live code examples should all be working

@michaelkernaghan michaelkernaghan added the bug Something isn't working label Jun 22, 2023
@Innkst Innkst added this to the v17.2 milestone Jul 14, 2023
@ac10n ac10n moved this to Done in Taquito Dev Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants