-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
chore: merge master back into develop #6571
chore: merge master back into develop #6571
Conversation
c11ec40 docs: add release notes for 22.1.0 (pasta) Pull request description: ## Issue being fixed or feature implemented Release notes for 22.1 ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] 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 - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ Top commit has no ACKs. Tree-SHA512: de0fbf02c916a1013e24c6b5aa433068c7cfa6a9e390800f48f9148447794c960034e24411621c98d51702f9e1e907e51ece5985811d40a170791d207c95c67a
aa6593a chore: bump assume valid / checkpoints for v22.1 (pasta) Pull request description: ## Issue being fixed or feature implemented Bump assume valid / checkpoint for upcoming 22.1 release ## What was done? ## How Has This Been Tested? ## Breaking Changes ## 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 - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: kwvg: utACK aa6593a UdjinM6: utACK aa6593a Tree-SHA512: 99755f527b94a1be4ead3dd3a5171c6f00c77b1807e005e64a813cce9e5299c507cf47115cfd07a11f86f15f6c9e1247c3d3635bb1c9e69d4930a363499f98f8
ff785ed docs: update man pages for 22.1 (Konstantin Akimov) Pull request description: ## Issue being fixed or feature implemented dashpay#6551 ## What was done? Updated man pages by new script `contrib/devtools/gen-manpages.py` see dashpay#6555 ## 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 - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: PastaPastaPasta: utACK ff785ed; diff looks good UdjinM6: utACK ff785ed Tree-SHA512: 60a81c880e6ff824fc661dc6c6da20d85aa662fe228f7080dcb8c47db69c88adc30a40ab84832d83994ab56a26ed1de4d800dd45cd282c61233fde2d4e2212b7
f8811df docs: update supported versions in SECURITY.md (Kittywhiskers Van Gogh) Pull request description: ## Additional Information Updates the supported versions list in `SECURITY.md` ## Checklist: - [x] I have performed a self-review of my own code **(note: N/A)** - [x] I have commented my code, particularly in hard-to-understand areas **(note: N/A)** - [x] I have added or updated relevant unit/integration/functional/e2e tests **(note: N/A)** - [x] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK f8811df Tree-SHA512: 3b10dd8ea49ea63d94b9a7df0cc95f5ae0d8fe8a6e8455d09478082bb397f63025953f2786e021730a4951763295c882b9b26a61ca691fccc44072c12da52072
…ges, rewrite in Python 69b1328 Merge bitcoin#24263: doc: Fix gen-manpages, rewrite in Python (fanquake) Pull request description: ## Issue being fixed or feature implemented gen-pages.sh doesn't work correctly for `dash-cli`, it removes all hyphens somehow: ```diff .IP Set a whitelist to filter incoming RPC calls for a specific user. The field <whitelist> comes in the format: <USERNAME>:<rpc 1>,<rpc 2>,...,<rpc n>. If multiple whitelists are set for a given user, -they are set\-intersected. See \fB\-rpcwhitelistdefault\fR documentation +they are setintersected. See \fBrpcwhitelistdefault\fR documentation for information on default whitelist behavior. .HP ``` ## What was done? - backport bitcoin#24263 Rewrite the manual page generation script in Python. This: - solves '-' stripping issue (fixes bitcoin#22681) - makes that a copyright footer is generated correctly again Also change the release process to swap gen-manpages and update RC steps, so that the pages will have the correct rc and/or final version. ## How Has This Been Tested? Produced correct documents for Dash Core v22.1: dashpay#6554 ## Breaking Changes N/A ## Checklist: - [x] 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 - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: PastaPastaPasta: utACK 69b1328; looks correct UdjinM6: utACK 69b1328 kwvg: utACK 69b1328 Tree-SHA512: 01a7a9a8a4ba762e6ff36035a3fb554d998232d62da8c3441b12741e6a3b626c01c581c1ff3f6aa3dcac02e15d62eec7f2a7f94be9399895557cd0a7115424a7
e62b4eb Merge dashpay#6555: backport: Merge bitcoin#24263: doc: Fix gen-manpages, rewrite in Python (pasta) 53d0ff1 Merge dashpay#6552: docs: update supported versions in SECURITY.md (pasta) 4571d89 Merge dashpay#6554: docs: update man pages for 22.1 (pasta) bc91a83 Merge dashpay#6553: chore: bump assume valid / checkpoints for v22.1 (pasta) Pull request description: ## Issue being fixed or feature implemented Backports from develop to 22.1 ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] 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 - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK e62b4eb Tree-SHA512: 9f88c1a77ec1adc453b023b764f91760e13064c86d109c29bb7856f2588c6450e518c9479f8c3e245f7eeaf5ef6d28aa85f00b4b5e94ef5a4d80cb5b3d7fdff2
774a018 chore: set release to true (pasta) Pull request description: ## Issue being fixed or feature implemented Final PR before tagging, set release to true ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] 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 - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: UdjinM6: utACK 774a018 (to merge after dashpay#6556) Tree-SHA512: 09bc855dc9917ae84430df3acb1e8f36f280b65bd0c25b0a28c4c996933c560abb94d1c88c11f22db264e64119e5a6ba5e49a8e046b3b8c9ee0c1832641d402c
Manually suppressed configure.ac changes
WalkthroughThe changes span multiple release notes documents for Dash Core and include updates to command line arguments, RPC methods, packaging formats, and GUI behavior. The modifications remove outdated testing parameters, replacing them with a new argument, and adjust several RPC endpoints by adding new ones, updating existing ones, or deprecating legacy fee fields. Additionally, the macOS distribution packaging has been shifted from DMG to ZIP archives. The persistent locking of UTXOs via both RPC and GUI has been introduced or clarified. Overall, the release version has been updated from v22.0.0 to v22.1.0, with accompanying alterations in command line options and protocol enhancements that affect P2P communication. 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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 1
🧹 Nitpick comments (3)
doc/release-notes.md (2)
1-4
: Verify release type classification.The release is marked as "optional" but introduces significant changes like enabling BIP324/v2 P2P protocol by default. Consider clarifying the impact on network participants who choose not to upgrade.
🧰 Tools
🪛 LanguageTool
[style] ~3-~3: This is not the usual sequence for adjectives that have no special emphasis.
Context: # Dash Core version v22.1.0 This is a new minor version release, bringing new features,...(EN_ADJ_ORDER)
67-74
: Consider adding deprecation timeline for fee fields.While the deprecation notice for fee fields is clear, consider adding a specific version number or timeline for their removal.
doc/release-notes/dash/release-notes-22.0.0.md (1)
193-196
: Update deprecation notice.The document mentions
-platform-user
will be removed in version 23.x. Consider adding a reference to this in v22.1.0 release notes to maintain continuity of deprecation notices.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
194-194: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
195-195: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
196-196: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (7)
doc/release-notes-6325.md
(0 hunks)doc/release-notes-6455.md
(0 hunks)doc/release-notes-6499.md
(0 hunks)doc/release-notes-6516.md
(0 hunks)doc/release-notes-6530.md
(0 hunks)doc/release-notes.md
(4 hunks)doc/release-notes/dash/release-notes-22.0.0.md
(1 hunks)
💤 Files with no reviewable changes (5)
- doc/release-notes-6516.md
- doc/release-notes-6325.md
- doc/release-notes-6499.md
- doc/release-notes-6530.md
- doc/release-notes-6455.md
🧰 Additional context used
🪛 LanguageTool
doc/release-notes/dash/release-notes-22.0.0.md
[grammar] ~70-~70: The word “opt-in” is a noun. The verb is spelled with a space.
Context: ... - Enable Encryption: Users can opt-in to use BIP324 by adding v2transport=1
...
(NOUN_VERB_CONFUSION)
[style] ~77-~77: ‘Future Plans’ might be wordy. Consider a shorter alternative.
Context: ...nencrypted channels. - Status and Future Plans - Experimental Phase: Thi...
(EN_WORDINESS_PREMIUM_FUTURE_PLANS)
[uncategorized] ~96-~96: Loose punctuation mark.
Context: ...n a wallet. - coinjoinsalt get
: Fetches an existing salt. - `co...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~97-~97: Loose punctuation mark.
Context: ...sting salt. - coinjoinsalt set
: Allows setting a custom salt. -...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~98-~98: Loose punctuation mark.
Context: ... salt. - coinjoinsalt generate
: Sets a random hash as the new salt. ##...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~144-~144: Loose punctuation mark.
Context: ...at options %h
and %b
. - %b
: Replaced by the hash of the block inclu...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~145-~145: Loose punctuation mark.
Context: ...saction is not included). - %h
: Replaced by the block height (-1 if...
(UNLIKELY_OPENING_PUNCTUATION)
doc/release-notes.md
[style] ~3-~3: This is not the usual sequence for adjectives that have no special emphasis.
Context: # Dash Core version v22.1.0 This is a new minor version release, bringing new features,...
(EN_ADJ_ORDER)
🪛 markdownlint-cli2 (0.17.2)
doc/release-notes/dash/release-notes-22.0.0.md
34-34: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
35-35: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
36-36: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
37-37: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
38-38: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
39-39: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
41-41: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
42-42: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
47-47: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
48-48: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
49-49: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
52-52: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
53-53: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
56-56: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
57-57: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
58-58: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
61-61: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
62-62: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
63-63: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
64-64: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
65-65: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
68-68: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
69-69: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
70-70: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
71-71: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
72-72: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
73-73: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
74-74: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
75-75: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
76-76: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
77-77: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
78-78: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
79-79: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
84-84: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
87-87: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
90-90: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
95-95: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
96-96: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
97-97: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
98-98: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
103-103: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
104-104: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
105-105: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
108-108: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
109-109: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
112-112: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
115-115: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
118-118: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
121-121: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
122-122: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
125-125: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
126-126: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
127-127: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
128-128: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
129-129: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
130-130: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
133-133: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
136-136: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
143-143: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
144-144: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
145-145: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
148-148: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
149-149: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
150-150: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
151-151: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
156-156: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
157-157: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
158-158: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
159-159: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
162-162: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
163-163: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
168-168: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
169-169: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
170-170: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
177-177: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
178-178: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
179-179: Unordered list indentation
Expected: 6; Actual: 12
(MD007, ul-indent)
180-180: Unordered list indentation
Expected: 6; Actual: 12
(MD007, ul-indent)
183-183: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
184-184: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
185-185: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
186-186: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
187-187: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
188-188: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
189-189: Unordered list indentation
Expected: 4; Actual: 8
(MD007, ul-indent)
194-194: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
195-195: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
196-196: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
199-199: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
200-200: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
203-203: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
204-204: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
205-205: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
208-208: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
209-209: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
210-210: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
215-215: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
doc/release-notes.md
29-29: Heading style
Expected: atx; Actual: setext
(MD003, heading-style)
35-35: Heading style
Expected: atx; Actual: setext
(MD003, heading-style)
44-44: Heading style
Expected: atx; Actual: setext
(MD003, heading-style)
52-52: Heading style
Expected: atx; Actual: setext
(MD003, heading-style)
61-61: Unordered list indentation
Expected: 2; Actual: 4
(MD007, ul-indent)
64-64: Heading style
Expected: atx; Actual: setext
(MD003, heading-style)
80-80: Heading style
Expected: atx; Actual: setext
(MD003, heading-style)
🔇 Additional comments (3)
doc/release-notes.md (2)
32-33
: LGTM: Build changes are well documented.The change in macOS packaging from DMG to ZIP and re-enabling notarization is clearly documented.
38-42
: Verify backward compatibility claims.The document states that BIP324/v2 P2P protocol is backward compatible. Let's verify this claim by checking for any reported issues.
✅ Verification successful
🏁 Script executed:
#!/bin/bash # Search for any reported issues with BIP324 compatibility gh issue list --repo dashpay/dash --search "BIP324 compatibility in:title,body" --state allLength of output: 93
Based on the current investigation, the initial GitHub issue search returned no reported issues with BIP324 compatibility. However, the absence of matching issues is not definitive proof that no backward compatibility issues exist. It’s advisable to further verify—either by expanding the query scope or through additional manual testing—to ensure that the backward compatibility claim fully holds.
To gather more information, please run the following broader search script:
🏁 Script executed:
#!/bin/bash # Broaden search query for any reported issues mentioning "BIP324" in the dashpay/dash repository. gh issue list --repo dashpay/dash --search "BIP324" --state allLength of output: 63
Backward Compatibility Claim for BIP324 Appears Supported
Our expanded GitHub issue queries returned no reported problems related to BIP324’s backward compatibility, so no evidence was found that contradicts the release notes. However, the absence of reported issues doesn’t guarantee complete coverage of all potential edge cases. For now, the claim in the release notes stands as there are no known issues.doc/release-notes/dash/release-notes-22.0.0.md (1)
67-79
: Verify BIP324 implementation status.The document states BIP324 will be enabled by default in v22.1.0. This matches the implementation in the current release notes, confirming the planned progression.
🧰 Tools
🪛 LanguageTool
[grammar] ~70-~70: The word “opt-in” is a noun. The verb is spelled with a space.
Context: ... - Enable Encryption: Users can opt-in to use BIP324 by addingv2transport=1
...(NOUN_VERB_CONFUSION)
[style] ~77-~77: ‘Future Plans’ might be wordy. Consider a shorter alternative.
Context: ...nencrypted channels. - Status and Future Plans - Experimental Phase: Thi...(EN_WORDINESS_PREMIUM_FUTURE_PLANS)
🪛 markdownlint-cli2 (0.17.2)
68-68: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
69-69: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
70-70: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
71-71: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
72-72: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
73-73: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
74-74: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
75-75: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
76-76: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
77-77: Unordered list indentation
Expected: 2; Actual: 4(MD007, ul-indent)
78-78: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
79-79: Unordered list indentation
Expected: 4; Actual: 8(MD007, ul-indent)
# v22.1.0 Change log | ||
|
||
See detailed [set of changes][set-of-changes]. |
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.
🛠️ Refactor suggestion
Document configure.ac changes.
Given that this PR aims to suppress changes to configure.ac
, consider documenting these changes in the compatibility section.
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.
utACK fd51512
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.
utACK fd51512
Issue being fixed or feature implemented
Manually suppressed configure.ac changes
What was done?
How Has This Been Tested?
Breaking Changes
Checklist:
Go over all the following points, and put an
x
in all the boxes that apply.