Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cips/cip-040.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
| description | Extends the CometBFT privval interface to support signing arbitrary messages for offchain protocols. |
| author | CHAMI Rachid ([@rach-id](https://github.com/rach-id)), Evan Forbes ([evan-forbes](https://github.com/evan-forbes)) |
| discussions-to | <https://forum.celestia.org/t/cip-40-privval-interface-extension-for-arbitrary-message-signing/2102> |
| status | Review |
| status | Last Call |
| last-call-deadline | 2025-09-02 |
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This new line breaks the alignment of the markdown table's columns. The key last-call-deadline is longer than the keys in the surrounding rows, causing the | separator to be shifted. The repository's README.md mentions that files should conform to markdownlint, and misaligned tables can be a source of linting errors. For consistency and readability, please reformat the entire table so that all columns are properly aligned. This will likely require adjusting the padding on all rows in this table's header.

| type | Standards Track |
| category | Interface |
| created | 2025-07-25 |
Expand Down
Loading