-
Notifications
You must be signed in to change notification settings - Fork 65
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
Terminology and Syntax Updates #1439
Terminology and Syntax Updates #1439
Conversation
Just a note - I fully expect this build to fail and will need to update a myriad of links once it runs through checks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! I have a few questions before approving.
As we discussed, all the put-deploy commands will need rework and until then, we still need to refer to deploys instead of transactions.
Also, the way we query accounts and named keys has changed, so we need to update the commands in “querying-global-state.md” and other instances. But that should be part of a new PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What does this PR fix/introduce?
This PR begins the process of changing terminology and syntax from 1.0 to 2.0. Mostly, it changes instances of
deploy
totransaction
, but it also updates some entity related information.Closes #1436
Additional context
This PR does not replace existing tutorials that use
deploys
as examples. These will need to be updated slowly at a later date as time and resources allow - all tutorials should still be valid post-Condor, but will use legacy deploys and should be updated as soon as practicable to useput-transaction
as appropriate.