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

Update Taquito Docs website live code examples to use edonet #566

Closed
roxaneletourneau opened this issue Dec 29, 2020 · 4 comments · Fixed by #687
Closed

Update Taquito Docs website live code examples to use edonet #566

roxaneletourneau opened this issue Dec 29, 2020 · 4 comments · Fixed by #687
Assignees
Milestone

Comments

@roxaneletourneau
Copy link
Collaborator

roxaneletourneau commented Dec 29, 2020

Now need to be updated to Edo.

The live code examples are using Carthagenet. Needs to be updated to Delphinet.

  • Replace carthagenet by delphinet in index.js files of CodeBlock and Playground folders
  • For the examples that call a contract, deploy the same contract on Delphinet
@claudebarde
Copy link
Contributor

I started working on it. The main issue is going to be copying big maps from Carthagenet to Delphinet, copying the entries manually would take forever, writing a script to copy them would still take a substantial amount of time, what should we do with them?

@Innkst Innkst added this to the v8.1 milestone Feb 18, 2021
@michaelkernaghan
Copy link
Collaborator

michaelkernaghan commented Mar 4, 2021

@michaelkernaghan
Copy link
Collaborator

This is the PR from the upgrade from Carthage to Delphi:
a29809e

@michaelkernaghan michaelkernaghan changed the title Update website code examples Update Taquito Docs website live code examples to use edonet Mar 5, 2021
@michaelkernaghan
Copy link
Collaborator

michaelkernaghan commented Mar 5, 2021

I have created a spreadsheet that lists each page, each live code example, and the implicit and/or originated accounts used by each.

Google Sheets:
https://docs.google.com/spreadsheets/d/1-mifIF1LNZUJ_etpFcSsYx2yaZT0anz_AeDrrmfCLAI/edit#gid=0

or in Notion:
https://www.notion.so/ecad/a6e36ec2a7874f44b4ca1d6831bc3fde?v=f2c6dafaa5bb4e7cb19672881a913c9e

the list can be sorted and pivoted, so for each implicit account for example we can tell which live code examples it is used in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants