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

Rework workshop to use new SDK methods #306

Merged

Conversation

ChrisChinchilla
Copy link
Contributor

fixes KILTProtocol/ticket#3130

Changes workshop to use simpler createFromAccount method for DID creation.

Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla
Copy link
Contributor Author

@rflechtner and @Ad96el A lot is still needed here from a reorganising perspective (it removes so much, which I will put elsewhere), but initially, are the createFromAccount changes correct?

Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch 3 times, most recently from 8f1bbf3 to baa5060 Compare March 28, 2024 15:37
@ChrisChinchilla ChrisChinchilla marked this pull request as ready for review March 28, 2024 15:41
@ChrisChinchilla ChrisChinchilla changed the title Draft Rework wrokshop to use new SDK methods Mar 28, 2024
@ChrisChinchilla ChrisChinchilla changed the title Rework wrokshop to use new SDK methods Rework workshop to use new SDK methods Mar 28, 2024
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch from baa5060 to 838ddae Compare April 2, 2024 11:01
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch from 838ddae to 2e030ec Compare April 2, 2024 11:27
Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla
Copy link
Contributor Author

@rflechtner Ready for a re-review, the link checker is failing on an external link again that we can't control much…

Copy link
Contributor

@rflechtner rflechtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks solid, I just think that where we now have only one mnemonic instead of two (because attester account and attester did are the same) we should consolidate both env variables

docs/develop/03_workshop/04_attester/02_did.md Outdated Show resolved Hide resolved
docusaurus.config.js Outdated Show resolved Hide resolved
Signed-off-by: Chris Chinchilla <[email protected]>
…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation
Signed-off-by: Chris Chinchilla <[email protected]>
Signed-off-by: Chris Chinchilla <[email protected]>
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-306.d3oeht7cvddn19.amplifyapp.com

@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch from 38b4363 to 04f4fac Compare April 15, 2024 10:19
Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch from de54383 to 2112d9d Compare April 15, 2024 10:30
ChrisChinchilla and others added 4 commits April 15, 2024 12:31
Signed-off-by: Chris Chinchilla <[email protected]>
…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch 3 times, most recently from 7623591 to 19b4706 Compare April 16, 2024 11:44
Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch from 19b4706 to c9454a2 Compare April 16, 2024 12:06
Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla
Copy link
Contributor Author

@rflechtner Ready for a final review, I can already see a lot of next steps tweaks…

Copy link
Contributor

@rflechtner rflechtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me! I think we should align the Keypair typing with other such typings throughout the docs (which use the union of all key pair types that can be used on a DID document as of now). But no major complaints here!

docs/develop/03_workshop/04_attester/01_account.md Outdated Show resolved Hide resolved
docs/develop/03_workshop/04_attester/02_did.md Outdated Show resolved Hide resolved
@ChrisChinchilla
Copy link
Contributor Author

@rflechtner Some good catches, all resolved

…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation

Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch 2 times, most recently from 6ef16a9 to 727dedc Compare April 17, 2024 11:15
Signed-off-by: Chris Chinchilla <[email protected]>
@ChrisChinchilla ChrisChinchilla force-pushed the 3130-add-the-new-dispatchas-function-in-the-documentation branch from 727dedc to d5e9dfd Compare April 17, 2024 12:35
Copy link
Contributor

@rflechtner rflechtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably tidy up dead code before we merge, but if you want to do it afterwards I'm also happy

docs/develop/03_workshop/04_attester/01_account.md Outdated Show resolved Hide resolved
ChrisChinchilla and others added 3 commits April 17, 2024 16:17
Signed-off-by: Chris Chinchilla <[email protected]>
…on' of github.com:KILTprotocol/docs into 3130-add-the-new-dispatchas-function-in-the-documentation
@ChrisChinchilla ChrisChinchilla merged commit 3bc23e9 into master Apr 17, 2024
6 checks passed
@ChrisChinchilla ChrisChinchilla deleted the 3130-add-the-new-dispatchas-function-in-the-documentation branch April 17, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants