-
Notifications
You must be signed in to change notification settings - Fork 530
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
docs: clarify more language in the Design section #1671
Conversation
emschwartz
commented
Mar 8, 2024
- docs: move details about linked events into Client Requests doc
- docs: clarify language in Consistency doc
- docs: rewrap consistency doc at 100 chars
- docs: flesh out debits and credits section
- docs: mention clients' id() function
- docs: reword user_data section
- docs: remove advanced ID examples
- docs: rewrap at 100 chars
docs/design/data-modeling.md
Outdated
A time-based identifier (such as ULID or UUIDv7) are recommended for most applications. | ||
A time-based identifier (such as ULID or UUIDv7) is recommended for most applications. | ||
|
||
TigerBeetle clients include an `id()` function to generate IDs using these recommendations. | ||
|
||
A ULID ("Universally Unique Lexicographically Sortable identifier") consists of: |
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.
Again, we should make it clear that we are describing our own ID scheme, not any spec.
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.
TigerBeetle Time-Based IDs? TBTBIDs?
6d7e84c
to
5b0a943
Compare
5b0a943
to
ecd8a05
Compare
Co-authored-by: Rafael Batiati <rbatiati@gmail.com>
before the transfer is either posted or voided, the full amount will be voided. | ||
A pending transfer may optionally be created with a [timeout](../reference/transfers.md#timeout). If | ||
the timeout interval passes before the transfer is either posted or voided, the transfer expires and | ||
the full amount is returned to the original account. |
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.
full amount is returned to the original account.
I think it's more correct to say "the pending balance is removed" instead.