Skip to content

Commit

Permalink
Merge pull request #5272 from NomicFoundation/v-next-updated
Browse files Browse the repository at this point in the history
Merge `main` into `v-next`
  • Loading branch information
alcuadrado committed May 23, 2024
2 parents 577eef9 + 48aa0fa commit a84cb1a
Show file tree
Hide file tree
Showing 14 changed files with 460 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-tips-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

Improved the validation of network and forking URLs (thanks @kshyun28!)
5 changes: 5 additions & 0 deletions .changeset/wise-cheetahs-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-network-helpers": patch
---

Improve an error message and add utility to clear all the existing snaphosts.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
run-e2e:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Disabled windows because it's too slow
# See: https://github.com/NomicFoundation/hardhat/issues/5247
os: [ubuntu-latest, macos-latest]
name: Run E2E tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/review-approved-slack-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: PR reviewed Slack notification
on:
pull_request_review:
types: [submitted]
jobs:
reviewed:
uses: NomicFoundation/github-actions-workflows/.github/workflows/review-submitted-slack-notification.yml@main
secrets: inherit
8 changes: 8 additions & 0 deletions .github/workflows/review-requested-slack-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: PR review requested Slack notification
on:
pull_request_target:
types: [review_requested]
jobs:
requested:
uses: NomicFoundation/github-actions-workflows/.github/workflows/review-requested-slack-notification.yml@main
secrets: inherit
1 change: 1 addition & 0 deletions docs/src/content/ignition/docs/advanced/_dirinfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ order:
- /deployment-artifacts
- /reconciliation
- /versioning
- /migrating

0 comments on commit a84cb1a

Please sign in to comment.