Skip to content

Initial structure#1

Merged
alcuadrado merged 12 commits intomainfrom
initial-structure
Sep 15, 2025
Merged

Initial structure#1
alcuadrado merged 12 commits intomainfrom
initial-structure

Conversation

@alcuadrado
Copy link
Member

No description provided.

@alcuadrado alcuadrado requested a review from Copilot September 15, 2025 20:51
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR establishes the initial monorepo structure for a Hardhat 3 plugin template, providing a complete development environment with a plugin package and example project.

  • Converts from a single-package structure to a pnpm monorepo with packages for the plugin and example project
  • Implements a complete Hardhat 3 plugin with configuration validation, custom tasks, and network hooks
  • Sets up comprehensive testing infrastructure with fixture projects and example test cases

Reviewed Changes

Copilot reviewed 32 out of 36 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
pnpm-workspace.yaml Defines monorepo workspace configuration
packages/plugin/ Main plugin implementation with TypeScript config, source code, tests, and build configuration
packages/example-project/ Example Hardhat project demonstrating plugin usage with contracts and scripts
package.json Root package.json converted to monorepo coordinator with workspace scripts
.github/workflows/ci.yml CI workflow for automated testing and linting
README.md Updated documentation explaining monorepo structure and development workflow
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@alcuadrado alcuadrado requested a review from Copilot September 15, 2025 21:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 32 out of 36 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@alcuadrado alcuadrado merged commit 0c524b3 into main Sep 15, 2025
2 checks passed
@alcuadrado alcuadrado deleted the initial-structure branch September 15, 2025 21:06
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