Feature/beta publish - #68
Conversation
- 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.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
| "*": [ | ||
| "abi", | ||
| "evm.bytecode", | ||
| "evm.deployedBytecode", | ||
| "storageLayout", | ||
| ] |
There was a problem hiding this comment.
🚫 [eslint] <prettier/prettier> reported by reviewdog 🐶
Replace ⏎················"abi",⏎················"evm.bytecode",⏎················"evm.deployedBytecode",⏎················"storageLayout",⏎··············] with "abi",·"evm.bytecode",·"evm.deployedBytecode",·"storageLayout"],
| "*": [ | |
| "abi", | |
| "evm.bytecode", | |
| "evm.deployedBytecode", | |
| "storageLayout", | |
| ] | |
| "*": ["abi", "evm.bytecode", "evm.deployedBytecode", "storageLayout"], |
Summary
What is the background of this pull request?
Changes
Issues
What are the related issues or stories?
Releases
Channels: latest
ETA: Any target release date