-
Notifications
You must be signed in to change notification settings - Fork 105
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(x/data): update module overview #915
Conversation
Codecov Report
@@ Coverage Diff @@
## master #915 +/- ##
==========================================
+ Coverage 65.65% 72.45% +6.79%
==========================================
Files 178 183 +5
Lines 20216 22709 +2493
==========================================
+ Hits 13273 16454 +3181
+ Misses 5813 5038 -775
- Partials 1130 1217 +87
Flags with carried forward coverage won't be shown. Click here to find out more. |
The `data` module emits events defined in [the Protobuf reference](./protobuf.html#regen-data-v1alpha2-events-proto). | ||
The data module emits events defined in the Protobuf definitions: | ||
|
||
- [regen.data.v1](https://buf.build/regen/regen-ledger/docs/main/regen.data.v1) |
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.
- [regen.data.v1](https://buf.build/regen/regen-ledger/docs/main/regen.data.v1) | |
- [regen.data.v1](https://buf.build/regen/regen-ledger/docs/main/regen.data.v1#regen.data.v1.EventAnchorData) |
should we link to the first event in the page?
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.
Hmmm... I was wondering the same thing since there is no event header but the event might change or a new event might be added before it. Maybe not likely but I think it's ok to leave as is for now.
Co-authored-by: Tyler <[email protected]>
Description
Ref: #889
Update data overview and protobuf links.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
docs:
prefix in the PR titleReviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
docs:
prefix in the PR title