-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix Files for Linting #94
Conversation
e673d96
to
1b7a998
Compare
status/raw/simple-scaling.md
Outdated
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.
In References
* [55/STATUS-1TO1-CHAT](../55/1to1-chat.md) |
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.
478:3-478:45 warning Link to unknown file: `.../55/1to1-chat.md`. Did you mean `../55/1to1-chat.md` missing-file remark-validate-links
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.
The type parallels the `timestamp` of [WakuMessage](../../waku/standards/core/14/message.md). |
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.
132:39-132:103 warning Link to unknown file: `../../waku/standards/core/14/message.md/#payloads`. Did you mean `../../waku/standards/core/14/message.md` missing-file remark-validate-links```
/{application-name}/{version-of-the-application}/{content-topic-name}/{encoding} | ||
``` | ||
|
||
All messages sent with this topic MUST be instances of `ApplicationMetadataMessage` ([62/STATUS-PAYLOAD](../62/payload.md)) with a `payload` of `CommunityMessageArchiveIndex`. | ||
All messages sent with this topic MUST be instances of `ApplicationMetadataMessage` | ||
([62/STATUS-PAYLOAD](../62/payload.md)) with a `payload` of `CommunityMessageArchiveIndex`. |
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.
([62/STATUS-PAYLOAD](../62/payload.md)) with a `payload` of `CommunityMessageArchiveIndex`. | |
([62/STATUS-PAYLOAD](../62/payloads.md)) with a `payload` of `CommunityMessageArchiveIndex`. |
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.
292:86-292:123 warning Link to unknown file: `../62/payload.md`. Did you mean `../62/payloads.md` missing-file remark-validate-links
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.
Missing description
in Frontmatter.
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.
@felicio I missed this one, I will add this in a separate pr and add you as reviewer. Also, for the other markdown rules that should be added, after discussion.
status/62/payloads.md
Outdated
The status client therefore makes a "bid", | ||
speculating that it will beat the current chat-timestamp, | ||
s.t. the status client's Lamport timestamp format is: | ||
`clock =`max({timestamp}, chat_clock + 1)` |
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.
`clock =`max({timestamp}, chat_clock + 1)` | |
`clock = max({timestamp}, chat_clock + 1)` |
Needed to push a hotfix branch in https://github.com/vacp2p/rfc-index/commits/0b4d15163850762de0c62445ac093bfd2315a076-hotfix/ before this one is resolved. |
status/raw/simple-scaling.md
Outdated
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.
* [23/WAKU2-TOPICS](../../waku/informational/23/topics.md) |
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. thank you.
Make all files in the repo adhere to the markdown linting rules.