Skip to content

Add release notes for Berachain – June 3, 2025#76

Merged
akegaviar merged 4 commits intomainfrom
add-berachain-release-notes-june-3-2025
Jun 4, 2025
Merged

Add release notes for Berachain – June 3, 2025#76
akegaviar merged 4 commits intomainfrom
add-berachain-release-notes-june-3-2025

Conversation

@CSFeo
Copy link
Copy Markdown
Contributor

@CSFeo CSFeo commented Jun 4, 2025

Summary

  • Added release notes for Berachain support on June 3, 2025
  • Added new changelog entry file
  • Updated changelog.mdx and docs.json

Summary by CodeRabbit

  • Documentation
    • Added a new changelog entry for June 3, 2025, highlighting the ability to deploy Global Nodes for the Berachain Mainnet.
    • Updated the documentation to display this new release note in the Release notes section.
    • Introduced a detailed tutorial for interacting with Berachain Mainnet using Python and Web3.py.
    • Added comprehensive guidance on integrating Berachain nodes with popular Ethereum development tools like MetaMask, ethers.js, Hardhat, Remix IDE, and Foundry.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2025

Walkthrough

A new changelog entry for June 3, 2025, was added, announcing the availability of deploying Global Nodes on the Berachain Mainnet. The update includes references to Berachain tooling and a Python quickstart tutorial, with a button linking to a detailed changelog page. The documentation configuration was updated to include these new pages.

Changes

File(s) Change Summary
changelog.mdx, changelog/chainstack-updates-june-3-2025.mdx Added a new changelog entry titled "Chainstack updates: June 3, 2025" announcing Berachain Mainnet Global Nodes deployment.
docs.json Updated documentation config to add Berachain tooling, Python quickstart tutorial, and new changelog page in release notes.
docs/berachain-on-chain-data-quickstart-with-python.mdx Added a new tutorial for interacting with Berachain Mainnet using Python and Web3.py via Chainstack RPC.
docs/berachain-tooling.mdx Added detailed instructions for connecting Berachain nodes with popular Ethereum tools (MetaMask, web3.py, ethers.js, Hardhat, Remix, Foundry).

Poem

A changelog hops in, crisp and bright,
Berachain Mainnet now in sight!
Global Nodes can now deploy,
Docs and tutorials to enjoy.
Python scripts and tooling cheer,
Chainstack’s updates, fresh and clear!
🐇✨


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 0054a98 and 31fdae6.

📒 Files selected for processing (5)
  • changelog.mdx (1 hunks)
  • changelog/chainstack-updates-june-3-2025.mdx (1 hunks)
  • docs.json (3 hunks)
  • docs/berachain-on-chain-data-quickstart-with-python.mdx (1 hunks)
  • docs/berachain-tooling.mdx (1 hunks)
✅ Files skipped from review due to trivial changes (3)
  • docs.json
  • docs/berachain-tooling.mdx
  • docs/berachain-on-chain-data-quickstart-with-python.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • changelog/chainstack-updates-june-3-2025.mdx
🧰 Additional context used
🪛 GitHub Check: Mintlify Validation - vale-spellcheck
changelog.mdx

[warning] 9-9: changelog.mdx#L9
Did you really mean 'Berachain'?


[warning] 9-9: changelog.mdx#L9
Did you really mean 'Mainnet'?

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Mintlify Deployment
🔇 Additional comments (1)
changelog.mdx (1)

7-12: New release note entry is well formatted and consistent

The “Chainstack updates: June 3, 2025” entry follows the established pattern and uses correct link targets and button paths.

🧰 Tools
🪛 GitHub Check: Mintlify Validation - vale-spellcheck

[warning] 9-9: changelog.mdx#L9
Did you really mean 'Berachain'?


[warning] 9-9: changelog.mdx#L9
Did you really mean 'Mainnet'?


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

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 generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this 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
Copy Markdown
Contributor

@windsurf-bot windsurf-bot Bot left a comment

Choose a reason for hiding this comment

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

1 file skipped due to size limits:
  • docs.json

💡 To request another review, post a new comment with "/windsurf-review".

@@ -0,0 +1,3 @@
title: "Chainstack updates: June 3 , 2025"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There is an extra space before the comma in the date in the title. Consider removing it for consistency.\n\nsuggestion\ntitle: "Chainstack updates: June 3, 2025"\n

Copy link
Copy Markdown
Contributor

@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: 1

🧹 Nitpick comments (1)
changelog.mdx (1)

7-7: Inconsistent <Update> tag formatting
Add a trailing space before the closing bracket to match other entries.

-<Update label="Chainstack updates: June 3, 2025" description=" by Vladimir">
+<Update label="Chainstack updates: June 3, 2025" description=" by Vladimir" >
📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 12c5546 and 17c93f4.

📒 Files selected for processing (3)
  • changelog.mdx (1 hunks)
  • changelog/chainstack-updates-june-3-2025.mdx (1 hunks)
  • docs.json (1 hunks)
🧰 Additional context used
🪛 GitHub Check: Mintlify Validation - vale-spellcheck
changelog.mdx

[warning] 9-9: changelog.mdx#L9
Did you really mean 'Berachain'?


[warning] 9-9: changelog.mdx#L9
Did you really mean 'Mainnet'?

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Mintlify Deployment
🔇 Additional comments (5)
changelog/chainstack-updates-june-3-2025.mdx (1)

3-3: Validate content labels and link targets.
Ensure the bold label Protocols aligns with naming conventions in other entries (singular vs. plural), and confirm that /docs/global-elastic-node, /docs/berachain-tooling, and /docs/berachain-dapp-tutorial resolve correctly in your documentation.

docs.json (1)

2405-2405: Verify the new changelog page integration

The entry "changelog/chainstack-updates-june-3-2025" is added in the Release notes tab. Please confirm that:

  1. The file changelog/chainstack-updates-june-3-2025.mdx exists and is properly located under your changelog directory.
  2. The ordering remains in descending date order (newest first) in this list.
changelog.mdx (3)

9-9: Ignore Vale spellcheck warning
‘Berachain’ and ‘Mainnet’ are intentional and correct; the rule is a false positive.

🧰 Tools
🪛 GitHub Check: Mintlify Validation - vale-spellcheck

[warning] 9-9: changelog.mdx#L9
Did you really mean 'Berachain'?


[warning] 9-9: changelog.mdx#L9
Did you really mean 'Mainnet'?


7-12: Approve new release note entry
The content, chronological placement, and internal links align with existing changelog conventions.

🧰 Tools
🪛 GitHub Check: Mintlify Validation - vale-spellcheck

[warning] 9-9: changelog.mdx#L9
Did you really mean 'Berachain'?


[warning] 9-9: changelog.mdx#L9
Did you really mean 'Mainnet'?


11-11:

Details

✅ Verification successful

Button link validity
The <Button> href points to /changelog/chainstack-updates-june-3-2025. Ensure the corresponding MDX file exists and is registered in docs.json.


🏁 Script executed:

#!/bin/bash
# Verify the new changelog page is referenced in docs.json
rg -R "chainstack-updates-june-3-2025.mdx" docs.json

Length of output: 457


Let's correct the search and verify both the MDX file presence and its registration:


🏁 Script executed:

#!/bin/bash
set -e

echo "Locating docs.json file:"
find . -type f -name "docs.json"

echo
echo "Searching for the changelog MDX file:"
rg -g "*.mdx" "chainstack-updates-june-3-2025"

echo
echo "Verifying reference in docs.json:"
grep -n "chainstack-updates-june-3-2025" docs.json || echo "No reference found in docs.json"

Length of output: 537


To confirm the changelog page actually exists on disk, let’s locate the MDX file:


🏁 Script executed:

#!/bin/bash
set -e

echo "Checking for the changelog MDX file on disk:"
find . -type f -name "chainstack-updates-june-3-2025.mdx" || echo "No MDX file found"

Length of output: 212


Button link is valid
The file changelog/chainstack-updates-june-3-2025.mdx exists under ./changelog and is referenced in docs.json (line 2405). No further action needed.

Comment on lines +1 to +2
title: "Chainstack updates: June 3 , 2025"
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Fix front matter formatting and date spacing.
The file is missing the opening YAML delimiter and includes an extra space before the comma in the date, which will break front-matter parsing.
Apply this diff:

- title: "Chainstack updates: June 3 , 2025"
- ---
+ ---
+ title: "Chainstack updates: June 3, 2025"
+ ---
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
title: "Chainstack updates: June 3 , 2025"
---
---
title: "Chainstack updates: June 3, 2025"
---
🤖 Prompt for AI Agents
In changelog/chainstack-updates-june-3-2025.mdx at lines 1 to 2, the front
matter is missing the opening YAML delimiter and has an extra space before the
comma in the date. Add the opening triple-dash (---) at the start of the file
and remove the space before the comma in the date to fix the front matter
formatting and ensure proper parsing.

@CSFeo CSFeo reopened this Jun 4, 2025
Copy link
Copy Markdown
Contributor

@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: 1

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 17c93f4 and 0054a98.

📒 Files selected for processing (2)
  • changelog.mdx (1 hunks)
  • changelog/chainstack-updates-june-3-2025.mdx (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • changelog/chainstack-updates-june-3-2025.mdx
🧰 Additional context used
🪛 GitHub Check: Mintlify Validation - vale-spellcheck
changelog.mdx

[warning] 9-9: changelog.mdx#L9
Did you really mean 'Berachain'?


[warning] 9-9: changelog.mdx#L9
Did you really mean 'Mainnet'?

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Mintlify Deployment

Comment thread changelog.mdx
Comment on lines +7 to +12
<Update label="Chainstack updates: June 3, 2025" description=" by Vladimir">

**Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Berachain Mainnet.

<Button href="/changelog/chainstack-updates-june-3-2025">Read more</Button>
</Update>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Release notes entry for June 3, 2025 is formatted and ordered correctly.

The new update matches the existing pattern—label, description, content, and button link are consistent. Please verify that the detailed changelog page chainstack-updates-june-3-2025.mdx is present and that docs.json has been updated to include this entry.


🏁 Script executed:

#!/bin/bash
# Verify the new detailed changelog page exists
fd --glob 'chainstack-updates-june-3-2025.mdx'

# Verify docs.json references the new entry
rg '"chainstack-updates-june-3-2025"' docs.json

Length of output: 141


Missing docs.json entry for the new changelog page

  • The detailed changelog page changelog/chainstack-updates-june-3-2025.mdx is present.
  • docs.json does not include a reference to "chainstack-updates-june-3-2025".

Please add the new entry to docs.json, for example:

 {
   // existing entries...
+  "chainstack-updates-june-3-2025": {
+    "title": "Chainstack updates: June 3, 2025",
+    "path": "/changelog/chainstack-updates-june-3-2025"
+  }
 }
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<Update label="Chainstack updates: June 3, 2025" description=" by Vladimir">
**Protocols**. Now, you can deploy [Global Nodes](/docs/global-elastic-node) for Berachain Mainnet.
<Button href="/changelog/chainstack-updates-june-3-2025">Read more</Button>
</Update>
{
// existing entries...
"chainstack-updates-june-3-2025": {
"title": "Chainstack updates: June 3, 2025",
"path": "/changelog/chainstack-updates-june-3-2025"
}
}
🧰 Tools
🪛 GitHub Check: Mintlify Validation - vale-spellcheck

[warning] 9-9: changelog.mdx#L9
Did you really mean 'Berachain'?


[warning] 9-9: changelog.mdx#L9
Did you really mean 'Mainnet'?

🤖 Prompt for AI Agents
In changelog.mdx around lines 7 to 12, the new detailed changelog page
chainstack-updates-june-3-2025.mdx exists, but docs.json does not reference it.
To fix this, open docs.json and add an entry for
"chainstack-updates-june-3-2025" following the existing pattern for changelog
pages, ensuring the new changelog is properly linked and discoverable.

@akegaviar akegaviar merged commit d825ba0 into main Jun 4, 2025
5 checks passed
@akegaviar akegaviar deleted the add-berachain-release-notes-june-3-2025 branch July 2, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants