Skip to content

Release: v2.13.1#765

Merged
kvhnuke merged 4 commits intomainfrom
develop
Oct 8, 2025
Merged

Release: v2.13.1#765
kvhnuke merged 4 commits intomainfrom
develop

Conversation

@kvhnuke
Copy link
Contributor

@kvhnuke kvhnuke commented Oct 8, 2025

Summary by CodeRabbit

  • Bug Fixes

    • Improved compatibility with Blockscout-based networks to correctly load native token info and token balances. Resolves occasional failures caused by malformed endpoint URLs, enhancing reliability across supported chains.
  • Chores

    • Bumped extension version to 2.13.1.

@github-actions
Copy link

github-actions bot commented Oct 8, 2025

💼 Build Files
chrome: enkrypt-chrome-1bd8c09a.zip
firefox: enkrypt-firefox-1bd8c09a.zip

💉 Virus total analysis
chrome: 1bd8c09a
firefox: 1bd8c09a

@coderabbitai
Copy link

coderabbitai bot commented Oct 8, 2025

Walkthrough

Version bump in packages/extension/package.json. In Blockscout assets handler, base URL construction for native token and token balances replaces a potential "api?" segment via NetworkEndpoints[chain].replace('api?', '') before appending paths. No changes to control flow, signatures, or error handling.

Changes

Cohort / File(s) Summary
Version bump
`packages/extension/package.json`
Increment version from 2.13.0 to 2.13.1.
Blockscout URL construction
`packages/extension/src/providers/ethereum/libs/assets-handlers/blockscout.ts`
Build nativeTokenUrl and tokenBalancesUrl using NetworkEndpoints[chain].replace('api?', '') to strip "api?" before path concatenation; logic and signatures unchanged.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested reviewers

  • gamalielhere
  • NickKelly1

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title “Release: v2.13.1” directly reflects the primary change of bumping the package version to v2.13.1 and is concise and specific enough for a reviewer to understand the main purpose of the PR.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

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

Comment @coderabbitai help to get the list of available commands and usage tips.

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

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ae5aa73 and 1bd8c09.

📒 Files selected for processing (2)
  • packages/extension/package.json (1 hunks)
  • packages/extension/src/providers/ethereum/libs/assets-handlers/blockscout.ts (1 hunks)
🧰 Additional context used
🧬 Code graph analysis (1)
packages/extension/src/providers/ethereum/libs/assets-handlers/blockscout.ts (1)
packages/extension/src/providers/ethereum/libs/activity-handlers/providers/etherscan/configs.ts (1)
  • NetworkEndpoints (75-75)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: buildAll
  • GitHub Check: test
🔇 Additional comments (1)
packages/extension/package.json (1)

3-3: LGTM! Standard version bump for release.

The version increment from 2.13.0 to 2.13.1 aligns with the PR title and follows semantic versioning for a patch release.

@kvhnuke kvhnuke merged commit eb027e9 into main Oct 8, 2025
5 checks passed
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.

3 participants