Skip to content

Create "barrel" index file for hardhat tasks #2293

Merged
smartcontracts merged 1 commit intoethereum-optimism:developfrom
kkp82611:pr2286v5
Mar 9, 2022
Merged

Create "barrel" index file for hardhat tasks #2293
smartcontracts merged 1 commit intoethereum-optimism:developfrom
kkp82611:pr2286v5

Conversation

@kkp82611
Copy link
Contributor

@kkp82611 kkp82611 commented Mar 8, 2022

Description
create an index.ts file in the tasks folder which re-exports each of the tasks
Also, change all of the tasks imports in hardhat.config.ts to './tasks'

Metadata

create an index.ts file in the tasks folder which re-exports each of the tasks
Also, change all of the tasks imports in hardhat.config.ts to './tasks'
@changeset-bot
Copy link

changeset-bot bot commented Mar 8, 2022

⚠️ No Changeset found

Latest commit: d82caff

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@smartcontracts smartcontracts left a comment

Choose a reason for hiding this comment

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

Great work!! Thank you.

@codecov-commenter
Copy link

codecov-commenter commented Mar 8, 2022

Codecov Report

Merging #2293 (d82caff) into develop (42d02bc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2293   +/-   ##
========================================
  Coverage    80.08%   80.08%           
========================================
  Files           77       77           
  Lines         2460     2460           
  Branches       450      450           
========================================
  Hits          1970     1970           
  Misses         490      490           
Flag Coverage Δ
contracts 99.29% <ø> (ø)
core-utils 86.77% <ø> (ø)
data-transport-layer 49.72% <ø> (ø)
sdk 55.75% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 42d02bc...d82caff. Read the comment docs.

@smartcontracts smartcontracts merged commit 5eb81ec into ethereum-optimism:develop Mar 9, 2022
@smartcontracts
Copy link
Contributor

Awesome work @kkp82611. Feel free to send me an email at [kelvin AT optimism DOT io] with your ETH address to get an Optimism Contributor Club NFT :-)

theochap added a commit that referenced this pull request Dec 10, 2025
…urtosis services (#2293)

## Description

Adds a simple RPC endpoint retriever from kurtosis services. This will
allow us to finally deprecate the devnet-sdk by migrating the remaining
tests using the RPC endpoint provider to the devstack.
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.

Create "barrel" index file for hardhat tasks

3 participants