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

chainHead: Standardize camelCase for reported events #75

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

lexnv
Copy link
Contributor

@lexnv lexnv commented Jul 27, 2023

This changes all related events from the kebab-case naming convention to camelCase.

Closes: #74

// cc @tomaka @josepot @jsdw

@lexnv lexnv self-assigned this Jul 27, 2023
@@ -10,7 +10,7 @@
Each element in `items` must be an object containing the following fields:

- `key`: String containing the hexadecimal-encoded key to fetch in the storage.
- `type`: String equal to one of: `value`, `hash`, `closest-descendant-merkle-value`, `descendants-values`, `descendants-hashes`.
- `type`: String equal to one of: `value`, `hash`, `closestDescendantMerkleValue`, `descendantsValues`, `descendantsHashes`.
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not an event, but fine by me

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.

chainHead_follow: Naming convention of the generated events
4 participants