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

Make small edits to FastX overview #524

Merged
merged 2 commits into from
Feb 23, 2022
Merged

Make small edits to FastX overview #524

merged 2 commits into from
Feb 23, 2022

Conversation

Clay-Mysten
Copy link
Contributor

Corrected plural IDs and moved an "only" for precision

Corrected plural IDs and moved an "only" for precision
doc/overview.md Outdated
@@ -4,6 +4,6 @@ FastX is a distributed ledger that stores a collection of programmable *objects*

The ledger is updated via a *transaction* sent by a particular address. A transaction can create, destroy, and write objects, as well as transfer them to other addresses.

Structurally, a transaction contains a set of input object ID's and a pointer to a Move code object that already exists in the ledger. Executing a transaction produces updates to the input objects and (if applicable) a set of freshly created objects along with their owners.
Structurally, a transaction contains a set of input object IDs and a pointer to a Move code object that already exists in the ledger. Executing a transaction produces updates to the input objects and (if applicable) a set of freshly created objects along with their owners.
Copy link
Contributor

Choose a reason for hiding this comment

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

It's actually input object references (a tuple of object ID, version and digest) instead of IDs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! Updated in the latest patch set.

@Clay-Mysten Clay-Mysten merged commit 005df4f into main Feb 23, 2022
@Clay-Mysten Clay-Mysten deleted the Clay-Mysten-patch-1 branch February 23, 2022 15:13
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.

2 participants