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

docs: fixes for Release Notes v22.0.0 and v21.0.0 #6498

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

knst
Copy link
Collaborator

@knst knst commented Dec 19, 2024

Issue being fixed or feature implemented

I noticed that we announced in current release new RPC quorum platformsign which has been actually released with v21.
Though, in release notes for v21 it has a wrong name.

What was done?

Removed quorum platformsign from v22 release notes; fixed name in v21.
Also mentioned build for Freebsd and minor typo s/MN_R/MN_RR/ with name of forks on regtest.

How Has This Been Tested?

N/A

Breaking Changes

N/A

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation
  • I have assigned this pull request to a milestone

platformsign has been released in v21 and name there is wrong: platformsign vs signplatform
@knst knst requested review from PastaPastaPasta, UdjinM6 and thephez and removed request for PastaPastaPasta December 19, 2024 14:25
@knst knst added this to the 22 milestone Dec 19, 2024
@knst
Copy link
Collaborator Author

knst commented Dec 19, 2024

it's tiny and not critical changes, but I feel like it is worth to get merged.

Copy link

coderabbitai bot commented Dec 19, 2024

Walkthrough

The pull request introduces release notes for Dash Core versions v22.0.0 and v21.0.0, documenting significant protocol and network upgrades.

For version v22.0.0, the release focuses on several key technical enhancements:

  1. Network and P2P Improvements:
  • Increased onion network connectivity
  • Enhanced DSQ message broadcasting
  • Expanded block header request limits
  • Experimental implementation of BIP324 encrypted P2P communication
  1. Transaction and Quorum Changes:
  • Introduction of Asset Unlock Transactions
  • Updated validation logic for quorum usage
  • Increased withdrawal limits
  1. Protocol Versioning:
  • Minimum protocol version raised to 70216
  • Masternode minimum version set to 70235
  1. RPC and Command-Line Updates:
  • New RPC commands like coinjoinsalt
  • Updated existing RPC commands
  • Enhanced command-line options
  • Modifications to -walletnotify and -maxuploadtarget

For version v21.0.0, the release highlights include:

  1. Masternode Reward Location Reallocation (MN_RR) hard fork
  2. Introduction of Descriptor Wallets
  3. Hardening of sporks on mainnet
  4. Updates to wallet functionality and RPCs
  5. Changes to protocol versioning and network connectivity

These releases represent significant evolutionary steps in the Dash Core software architecture, focusing on network security, transaction efficiency, and improved user experience.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
doc/release-notes/dash/release-notes-21.0.0.md (1)

238-238: Fix bullet point style inconsistency

The bullet point style should be consistent throughout the document. Use asterisk (*) instead of dash (-) for unordered lists.

-  - A new `quorum platformsign` RPC is added for Platform needs. This composite command limits Platform to only request signatures from the Platform quorum type. It is equivalent to `quorum sign <platform type>`.
+  * A new `quorum platformsign` RPC is added for Platform needs. This composite command limits Platform to only request signatures from the Platform quorum type. It is equivalent to `quorum sign <platform type>`.
🧰 Tools
🪛 Markdownlint (0.37.0)

238-238: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)

doc/release-notes.md (1)

90-90: Fix markdown list indentation

The static analysis tool indicates incorrect list indentation in two places.

Apply this diff to fix the indentation:

-    - Fixed issues with building Dash Core on FreeBSD.
+  - Fixed issues with building Dash Core on FreeBSD.

-    - `BRR` (`realloc`), `DIP0020`, `DIP0024`, `V19`, `V20`, and `MN_RR` hardforks are now activated at **block 2** instead of block **300** on devnets.
+  - `BRR` (`realloc`), `DIP0020`, `DIP0024`, `V19`, `V20`, and `MN_RR` hardforks are now activated at **block 2** instead of block **300** on devnets.

Also applies to: 156-156

🧰 Tools
🪛 Markdownlint (0.37.0)

90-90: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dd96032 and d75ee3a.

📒 Files selected for processing (2)
  • doc/release-notes.md (2 hunks)
  • doc/release-notes/dash/release-notes-21.0.0.md (1 hunks)
🧰 Additional context used
🪛 Markdownlint (0.37.0)
doc/release-notes/dash/release-notes-21.0.0.md

238-238: Expected: asterisk; Actual: dash
Unordered list style

(MD004, ul-style)

doc/release-notes.md

90-90: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


156-156: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)

🔇 Additional comments (3)
doc/release-notes.md (3)

89-90: LGTM: FreeBSD build improvements added as requested

The addition of FreeBSD build improvements aligns with the PR objectives.

🧰 Tools
🪛 Markdownlint (0.37.0)

90-90: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


156-156: LGTM: Fork naming corrected from MN_R to MN_RR

The fork naming has been corrected as mentioned in the PR objectives.

🧰 Tools
🪛 Markdownlint (0.37.0)

156-156: Expected: 2; Actual: 4
Unordered list indentation

(MD007, ul-indent)


92-92: Verify removal of quorum platformsign from v22 release notes

The PR objectives mention removing quorum platformsign from v22 release notes since it was introduced in v21. Let's verify this change has been made correctly.

✅ Verification successful

quorum platformsign has been correctly removed from v22 release notes

The verification confirms that:

  • quorum platformsign is not present in v22 release notes (doc/release-notes.md)
  • It is properly documented in v21 release notes where it was originally introduced
🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify that `quorum platformsign` is not mentioned in v22 release notes
# and is properly documented in v21 release notes

# Check v22 release notes (current file) for any mentions
echo "Checking v22.0.0 release notes for 'quorum platformsign'..."
rg -i "quorum platformsign" doc/release-notes.md

# Check v21 release notes for proper documentation
echo "Checking v21.0.0 release notes..."
rg -i "quorum platformsign" doc/release-notes/dash/release-notes-21.0.0.md

Length of output: 550

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

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

utACK d75ee3a

Copy link
Collaborator

@thephez thephez left a comment

Choose a reason for hiding this comment

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

utACK

@PastaPastaPasta PastaPastaPasta merged commit ad7a373 into dashpay:develop Dec 19, 2024
20 checks passed
@knst knst deleted the doc-release-nodes-22.0.0 branch December 20, 2024 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants