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

Fix Files for Linting #94

Merged
merged 9 commits into from
Sep 13, 2024
Merged

Fix Files for Linting #94

merged 9 commits into from
Sep 13, 2024

Conversation

jimstir
Copy link
Collaborator

@jimstir jimstir commented Sep 12, 2024

Make all files in the repo adhere to the markdown linting rules.

@jimstir jimstir mentioned this pull request Sep 12, 2024
Copy link
Contributor

Choose a reason for hiding this comment

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

In References

Suggested change
* [55/STATUS-1TO1-CHAT](../55/1to1-chat.md)

Copy link
Contributor

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

Copy link
Contributor

@felicio felicio Sep 12, 2024

Choose a reason for hiding this comment

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

Suggested change
The type parallels the `timestamp` of [WakuMessage](../../waku/standards/core/14/message.md).

Copy link
Contributor

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`.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
([62/STATUS-PAYLOAD](../62/payload.md)) with a `payload` of `CommunityMessageArchiveIndex`.
([62/STATUS-PAYLOAD](../62/payloads.md)) with a `payload` of `CommunityMessageArchiveIndex`.

Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Missing description in Frontmatter.

Copy link
Collaborator Author

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.

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)`
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
`clock =`max({timestamp}, chat_clock + 1)`
`clock = max({timestamp}, chat_clock + 1)`

@felicio
Copy link
Contributor

felicio commented Sep 12, 2024

Needed to push a hotfix branch in https://github.com/vacp2p/rfc-index/commits/0b4d15163850762de0c62445ac093bfd2315a076-hotfix/ before this one is resolved.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* [23/WAKU2-TOPICS](../../waku/informational/23/topics.md)

Copy link
Contributor

@kaiserd kaiserd left a comment

Choose a reason for hiding this comment

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

lgtm. thank you.

@kaiserd kaiserd merged commit 3ab314d into main Sep 13, 2024
2 checks passed
@kaiserd kaiserd deleted the workflowNewA branch September 13, 2024 14:51
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.

3 participants