Skip to content

Feature/beta publish - #68

Merged
manishdex25 merged 2 commits into
feature/boe-v2from
feature/beta-publish
Jul 29, 2026
Merged

Feature/beta publish#68
manishdex25 merged 2 commits into
feature/boe-v2from
feature/beta-publish

Conversation

@manishdex25

Copy link
Copy Markdown

Summary

What is the background of this pull request?

Changes

  • What are the changes made in this pull request?
  • Change this and that, etc...

Issues

What are the related issues or stories?

Releases

Channels: latest
ETA: Any target release date

- Bumped the package version to 5.5.2-beta.1 in package.json.
- Added a new beta-boe branch to the release workflow for managing beta releases.
- Updated the Hardhat configuration to include additional output selections: `abi`, `evm.bytecode`, and `evm.deployedBytecode`, alongside `storageLayout`, improving the build output for contract deployments.
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8316d23b-44e2-4696-a6b7-86dde0747f4e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

@manishdex25
manishdex25 merged commit 004bd33 into feature/boe-v2 Jul 29, 2026
5 of 6 checks passed
Comment thread hardhat.config.ts
Comment on lines +57 to +62
"*": [
"abi",
"evm.bytecode",
"evm.deployedBytecode",
"storageLayout",
]

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ⏎················"abi",⏎················"evm.bytecode",⏎················"evm.deployedBytecode",⏎················"storageLayout",⏎··············] with "abi",·"evm.bytecode",·"evm.deployedBytecode",·"storageLayout"],

Suggested change
"*": [
"abi",
"evm.bytecode",
"evm.deployedBytecode",
"storageLayout",
]
"*": ["abi", "evm.bytecode", "evm.deployedBytecode", "storageLayout"],

@manishdex25
manishdex25 deleted the feature/beta-publish branch August 7, 2026 08:33
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.

1 participant