Skip to content

Add dev update june blog & related assets #666

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

Merged
merged 1 commit into from
Jun 24, 2025
Merged

Conversation

Jordy-Baby
Copy link
Collaborator

@Jordy-Baby Jordy-Baby commented Jun 24, 2025

Summary by CodeRabbit

  • Documentation
    • Published a new developer update blog post for June 2025, highlighting recent releases, new API helpers, loader performance improvements, simplified project setup, community initiatives, featured developer spotlight, guides for MegaEth and Monad networks, upcoming events, and more community resources.

@Jordy-Baby Jordy-Baby requested a review from MJYoung114 June 24, 2025 14:10
Copy link

vercel bot commented Jun 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
envio-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 24, 2025 2:11pm

Copy link
Contributor

coderabbitai bot commented Jun 24, 2025

Walkthrough

A new developer update blog post for June 2025 was added. The post summarizes recent releases, new API helpers, loader and batching improvements, project structure changes, community highlights, guides, upcoming events, and a featured developer section. No code or exported entities were modified; only documentation was updated.

Changes

File(s) Change Summary
blog/2025-06-24-dev-update-june-2025.md Added a new developer update blog post covering recent features, community highlights, guides, and announcements

Sequence Diagram(s)

Possibly related PRs

Suggested reviewers

  • MJYoung114

Poem

In June the code did bloom anew,
With helpers fresh and batching, too!
Monad and MegaEth guides in tow,
Community spotlights steal the show.
So hop along, dear reader friend—
More updates, fun, and docs to send!
🐇✨


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.

@Jordy-Baby Jordy-Baby merged commit 74518be into main Jun 24, 2025
2 of 3 checks passed
@Jordy-Baby Jordy-Baby deleted the add-dev-update-june-blog branch June 24, 2025 14:13
Copy link
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: 0

🧹 Nitpick comments (6)
blog/2025-06-24-dev-update-june-2025.md (6)

23-25: Typo in release heading (“V2.220” → “v2.22.0”)

The heading shows “V2.220”, which doesn’t map to any tagged release and likely should read “v2.22.0”.

-### V2.220
+### v2.22.0

29-53: Specify a language for the fenced code block

markdownlint (MD040) flags this block because no language is set. Adding ts (or js) enables syntax-highlighting and avoids the lint error.

-```
+```ts
   // Before:
   // let pool = await context.Pool.get(poolId);
   ...
   const pool = await context.Pool.getOrThrow(poolId, `Pool with ID ${poolId} is expected.`)

---

`110-112`: **Grammar: “how much prices diverge” → “how far prices diverge”**

“Prices” is a countable plural, so “how much” is awkward here.

```diff
-Curious how much prices diverge across the same Uniswap V4 pools deployed on different chains?
+Curious how far prices diverge across the same Uniswap V4 pools deployed on different chains?

147-148: Add comma for clarity

A brief comma keeps the conversational tone but reads more cleanly.

-Missed our speaking slot at DappCon? We got you boo!
+Missed our speaking slot at DappCon? We got you, boo!

176-179: Indentation triggers MD046 (“code-block style”)

The triple-asterisk quotation is accidentally indented as code. Remove the four-space indent (or use > blockquote) so it renders as intended.

-    ***“Initially, I found Envio's developer experience ...
+***“Initially, I found Envio's developer experience ...

13-15: Consistent spelling of “multichain”

LanguageTool suggests using the single word “multichain” instead of “multi-chain” to stay consistent with project docs (and avoids repeated lint warnings). Consider updating all occurrences.

Example:

-...query multi-chain data with Envio.
+...query multichain data with Envio.

(Apply similarly on other highlighted lines.)

Also applies to: 79-80, 137-138, 193-194

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 4a13c29 and f2074d5.

⛔ Files ignored due to path filters (9)
  • static/blog-assets/analyzing-safe-data.png is excluded by !**/*.png
  • static/blog-assets/arbitrage-v4.png is excluded by !**/*.png
  • static/blog-assets/dev-of-the-month-june-2025.png is excluded by !**/*.png
  • static/blog-assets/dev-update-june-2025.png is excluded by !**/*.png
  • static/blog-assets/index-data-on-monad.png is excluded by !**/*.png
  • static/blog-assets/june-playlist.png is excluded by !**/*.png
  • static/blog-assets/megaeth.png is excluded by !**/*.png
  • static/blog-assets/pragma-jonjon.png is excluded by !**/*.png
  • static/blog-assets/visualizers-and-dash-monad.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • blog/2025-06-24-dev-update-june-2025.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
blog/2025-06-24-dev-update-june-2025.md

[misspelling] ~13-~13: This word is normally spelled as one.
Context: ...oject structure improvements to smarter multi-chain batching and smoother loader behavior, ...

(EN_COMPOUNDS_MULTI_CHAIN)


[misspelling] ~79-~79: This word is normally spelled as one.
Context: ...n for the next batch. Learn more about multi-chain event ordering in our [docs](https://do...

(EN_COMPOUNDS_MULTI_CHAIN)


[style] ~90-~90: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...st update, none of these are necessary. Feel free to remove them, and instead of using <code...

(FEEL_FREE_TO_STYLE_ME)


[grammar] ~110-~110: Use “many” with countable plural nouns like ‘prices’.
Context: ... arbitrage" width="100%"/> Curious how much prices diverge across the same Uniswap ...

(MUCH_COUNTABLE)


[misspelling] ~137-~137: This word is normally spelled as one.
Context: ... how to easily access, index, and query multi-chain data with Envio. Still need a ticket? ...

(EN_COMPOUNDS_MULTI_CHAIN)


[uncategorized] ~147-~147: Possible missing comma found.
Context: ...ed our speaking slot at DappCon? We got you boo! Learn how Envio’s HyperIndex unloc...

(AI_HYDRA_LEO_MISSING_COMMA)


[uncategorized] ~162-~162: A punctuation mark might be missing here.
Context: ...c.io/) Cannes: 30th June → 3rd July 2025 * [Pragma](https://ethglobal.com/events/pra...

(AI_EN_LECTOR_MISSING_PUNCTUATION)


[misspelling] ~193-~193: This word is normally spelled as one.
Context: ...478a) ## Ship With Us 🚢 Envio is a multi-chain EVM blockchain indexing solution for qu...

(EN_COMPOUNDS_MULTI_CHAIN)

🪛 markdownlint-cli2 (0.17.2)
blog/2025-06-24-dev-update-june-2025.md

20-20: Emphasis used instead of a heading
null

(MD036, no-emphasis-as-heading)


29-29: Fenced code blocks should have a language specified
null

(MD040, fenced-code-language)


176-176: Code block style
Expected: fenced; Actual: indented

(MD046, code-block-style)

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.

2 participants