Commit 6349bf4
hardhat-pr-7577 NomicFoundation#2060 (NomicFoundation#2062)
* Update v-next/hardhat-errors/test/errors.ts
Co-authored-by: John Kane <john@kanej.me>
* Remove unnecessary `void` statements
* Add tests to make it explicit that {} works
* Add parsing for tasks, subtasks and tasks' parameters (#5282)
* add tests for UserInterruptionsManagerImplementation
* fix typo and add assertion message
* remove test:only script
* Install a rule that forces eslint comments to have a description
* Fix new linter errors
* Forbid type casting
* Fix new linter errors
* Small style improvements
* Add messages to assert.ok calls
* Fix typo
* Initial commit of the test-reporter
* Enable the linter in the integration tests
* Cleanup node types fixes
* Pre-format failure reasons
* Simplify error context and padding formatting
* Make all formatting functions return strings
* Add docs about diagnostics
* Add a module with utilities to work with node:test generated errors
* Add eslint directive explanation
* Add docs about the reporter and the code design
* Remove unused dependency
* Fix new linter errors
* Task manager cleanup and error handling
* Validate non-empty task id
* Update error descriptor templates
* Fix error arg name
* Update v-next/core/src/internal/tasks/task-manager.ts
Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
* Added check for positional parameters in task override
* Fix lint
* refactor: rename from validation to detection
The npm dependency problem function will be used in more than one place
and should really be understood as detecting npm issues when a load
failure has already happened; it is not a _validation_ phase.
The function has then be renamed to `detectPluginNpmDependencyProblems`.
* refactor: expand the error messages in plugin validation
Provide expanded details for the npm dependency problems we are
detecting.
* Make the build-system work with solcjs
* Fix error number
* Ensure that the npm scripts are consistent in v-next
* Change the node:test reporter and add test:only
* Remove `glob` from our dev dependencies
* Use our own reporter
* Fix tsconfig references
* Remove circular dependency between the reporter and -utils
* Fix core's test:coverage
* Implement feedback on task, subtask and parameter cli parsing (#5300)
* Add github actions integration to the reporter
* Only use our reporter on the CI
* Improve the reporters formatting of assert.equal
* Improve the reporting of test-file execution errors
* Don't add GH Actions annotations from the reporter's own tests
* Upgrade tsx to fix its source maps support
* Fix file-url/path incompatibilities
* Update fixture
* Fix reporter tests on windows
* Add missing parameter to processTaskOverride
* Add tests to the task manager
* assert.reject must be awaited
* Remove unneeded createHre
* Remove the FILE parsing logic when parsing cli arguments (#5338)
* Add function in hh-utils to check if process is running in the CI (#5340)
* Implement cli global parameters parsing (#5334)
* Improve task types
* Use TaskArguments instead of ParsedTaskArguments
* Move type import to the top
* implement and test config variable resolution
* Run task
* Resolve task actions individually for robustness & efficiency
* Add args
* Add tests and fix validations
* Move type import to the top
* Improve variable naming
* Add parent error to file import
* Fixes
* Update error descriptors to include the task name
* Simplify test logic
* Use isObject & kebabToCamelCase in v-next
* Enable import/no-relative-packages and fix an instance of it
* Add example-project
* Remove example-project from the CI workflow
* Remove example-project from the scripts validation
* Improve the README.md
* Install @types/node
* Add empty task builder
* Create docker-publish.yml
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create google.yml (#1884)
CI:
Introduce a Google Cloud deployment workflow that authenticates via Workload Identity Federation, builds and pushes Docker images to Artifact Registry, and deploys to a GKE cluster using kustomize and kubectl.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create docker-image.yml (#1885)
CI:
Introduce a GitHub Actions workflow that builds the Docker image on pushes and pull requests targeting the main branch.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create docker.yml (#1886)
Build:
Introduce Docker build and publish workflow using Buildx, GitHub Container Registry, and cosign image signing triggered on main, tags, PRs, and a daily schedule.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create nuxtjs.yml (#1887)
* Create nuxtjs.yml
CI:
Introduce a GitHub Actions workflow that detects the package manager, builds the Nuxt static site, and deploys it to GitHub Pages with caching and concurrency controls.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update .circleci/nuxtjs.yml
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* Create dockerfile (#1888)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create dependency-review.yml (#1889)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* beige-ladybugs-confess.md
---
"hardhat": patch
---
Added a notification when a new Hardhat version is available
* changeset\bright-onions-switch.md
---
"@nomicfoundation/hardhat-chai-matchers": patch
---
Added support for Typed objects (thanks @RenanSouza2!)
* Potential fix for code scanning alert no. 226: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 44: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 49: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 85: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 214: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 95: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* docs\public\sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://hardhat.org/sitemap-0.xml</loc></sitemap>
</sitemapindex>
* fix: .github\workflows & add counter forge foundry module doc site
check-changeset-added.yml
hardhat-core-ci.yml
hardhat-ledger-ci.yml
hardhat-web3-v4-ci.yml
npm-publish-github-packages.yml
* fix :gas fee account sent gas hardhat core
# @nomicfoundation/hardhat-chai-matchers
## 2.0.3
### Patch Changes
- dff8302aa: Added support for `Addressable` objects in `.withArgs` and `.equals` (thanks @Amxx!)
* rare-mugs-drum.md
---
"hardhat": patch
---
Update Arbitrum Sepolia in chain-descriptors.ts
* counter\script\Counter.s.sol
* Create v3-deploy.yml (#1896)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* remapping @nomiclabs/hardhat-web3
# hardhat
## 2.23.0
### Minor Changes
- aa09462: Add support for the Prague hardfork
### Patch Changes
- a5419a7: Use `npm_config_user_agent` to determine what package manager to use for project creation
- 4ad0bc0: Upgraded EDR to [v0.9.0](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.9.0):
- Added support for the Prague hardfork
- 9d6f713: Upgraded EDR to [v0.10.0](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.10.0):
- Add Prague hardfork to the list of supported `SpecId`s
- b61cdd8: Add hardfork activation history for avalanche network
- 2f27ee8: Display configurable banner on project creation and task execution
## 2.22.19
### Patch Changes
- 5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension.
- 00d542a: Update EDR to `v0.8.0`:
- fix: improved provider initialization performance
- fix: ignore unknown opcodes in source maps
- fix: crash when loading EDR on Windows without a C Runtime library installed
- fix: improved stack trace generation performance
## 2.22.18
### Patch Changes
- 25f45b0: Improve solidity stack traces performance by getting them from the EDR response
- 0e5c8d7: Restored the message linking to the 2024 solidity survey
## 2.22.17
### Patch Changes
- c6efe1d: fix: don't panic when a precompile errors
- 56d127b: Make totalDifficulty field optional, as spec has changed.
- e47b495: Added support for solc versions 0.8.28
- 9ad82f5: Added an optional `--output` param to the flatten task
## 2.22.16
### Patch Changes
- fcece65: Replaced `chalk` with `picocolors`, `glob` with `tinyglob`, and upgraded `find-up`
## 2.22.15
### Patch Changes
- ede1cde: Fixed custom HTTP headers for forked configurations
## 2.22.14
### Patch Changes
- 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding fallback value
## 2.22.13
### Patch Changes
- bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
- 3df95d3: Remove support for `console.log` selectors that wrongly use "(u)int" type aliases in the selector calculation
- 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic
## 2.22.12
### Patch Changes
- 5fb3095: Adapted Hardhat to trace Solidity logic on EDR. This resulted in a 10% performance improvement for most workloads.
## 2.22.11
### Patch Changes
- 601d543: Fixed a problem with provider events when `provider.init` was explicitly called before the first request.
- 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
- b43ed78: Added link to Ignition docs in sample projects
- 07e0a9c: Hardhat node can now handle large response objects by streaming them.
- 12d1980: Upgrade chokidar
## 2.22.10
### Patch Changes
- 409e99f: Fixed `debug` logs in Hardhat Network initialization process.
- 46cd7a1: Removed the experimentalAddHardhatNetworkMessageTraceHook API
## 2.22.9
### Patch Changes
- 6771f00: Do not send `http_setLedgerOutputEnabled` messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node
## 2.22.8
### Patch Changes
- f5d5d15: Fixed an issue with `debug_traceTransaction` when large responses were generated
- 31d9d77: Upgraded EDR to v0.5.2
## 2.22.7
### Patch Changes
- f944cd5: Added an `enableRip7212` optional flag to the Hardhat Network config that enables [RIP-7212 (Precompile for secp256r1 Curve Support)](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md).
- f6ddc92: Add `debug` logs to Hardhat Network initialization process.
- 6c943bb: Fix message for error HH206
- f944cd5: Bumped EDR to [v0.5.0](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.5.0).
## 2.22.6
### Patch Changes
- cdf0160: Upgrade bundled solcjs
- 3c66da2: Add support for Node v22
- 9fadc22: Bump EDR to [v0.4.1](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.1).
- 095faa4: Added hardfork histories for Optimim and Arbitrum chains
## 2.22.5
### Patch Changes
- f65dc7c: Improved the validation of network and forking URLs (thanks @kshyun28!)
- 5d46baa: Internal changes to allow `hardhat-tracer` to be re-enabled with Hardhat after the EDR upgrade
- 6e36f3f: Bump EDR to v0.4.0. This adds support for `eth_maxPriorityFeePerGas`, limited support for blob transactions, improves performance and fixes some bugs. Check out the [v0.4.0 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.0) and [v0.3.8 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details.
## 2.22.4
### Patch Changes
- 22bcbf5: Added BigInt task argument type
- 2c533f0: Bumped EDR dependency to 0.3.7
- 3203639: Fixed an issue in the solidity source map decoding module
- 5d7a604: Fixed an issue with solc version selection
- 3c6de8f: Now solcjs is run in a subprocess, which leads to better error reporting and allows it to run multiple compilation jobs at the same time
- 6447e80: Improved performance by reducing back-and-forth with EDR when it's not necessary
## 2.22.3
### Patch Changes
- 6466e3a: A proper error is now thrown when requiring EDR fails
- ae62841: Upgrade EDR to version [0.3.5](https://github.com/NomicFoundation/hardhat/blob/3b36d76a88915de6bb5efd0eb110cc1782c461ca/crates/edr_napi/CHANGELOG.md#035)
- 679d8a5: Report [HH18](https://hardhat.org/hardhat-runner/docs/errors#HH18) to Sentry.
## 2.22.2
### Patch Changes
- 7876104: Initialize the Hardhat Runtime Environment before passing the command line arguments.
## 2.22.1
### Patch Changes
- 92d140f: Include Hardhat Ignition in the toolboxes of the starter projects
- cfec932: Upgraded hardhat-toolbox-viem to support viem@2 in the viem sample project
## 2.22.0
### Minor Changes
- bcce371: Set cancun as the default hardfork in Hardhat network
## 2.21.0
### Minor Changes
- 837350e: Dropped support for node v16
- 3df5d29: Refactored Hardhat Network to use EDR instead of ethereumjs
### Patch Changes
- 6b6f447: Fixes a bug in Hardhat where Post-Cancun genesis blocks did not use the mandated 0x0 parent beacon block root (https://eips.ethereum.org/EIPS/eip-4788)
## 2.20.1
### Patch Changes
- b519239: Fixed a bug when `hardhat_setStorageAt` was used in untouched addresses
## 2.20.0
### Minor Changes
- 6ff0b20: Add support for the Cancun hardfork
### Patch Changes
- 4250635: Added support for solc 0.8.24
## 2.19.5
### Patch Changes
- 125cbad3d: Added a notification when a new Hardhat version is available
- ffb301f14: Improved loading performance
- 1c6373a5b: Fixed a bug during project initialization when using yarn or pnpm
- 15a0d2e6c: Fixed a race condition that occurred when multiple Hardhat processes ran a compilation at the same time.
- 8f677ea9f: Added a fix to prevent submitting transactions with 0 priority fee (thanks @itsdevbear!)
## 2.19.4
### Patch Changes
* v2
* fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1894)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* "hardhat": patch
Added a notification when a new Hardhat version is available
* Added support for Typed objects
"@nomicfoundation/hardhat-chai-matchers": patch
* fix: docs/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-10176058
- https://snyk.io/vuln/SNYK-JS-NEXT-6032387
- https://snyk.io/vuln/SNYK-JS-NEXT-8186172
- https://snyk.io/vuln/SNYK-JS-NEXT-8520073
- https://snyk.io/vuln/SNYK-JS-NEXT-9508709
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
* Update .github/ISSUE_TEMPLATE/other-issue.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* fix: reback pack "hardhat": patch ai help verified signature. (#1904)
* "hardhat": patch
Added a notification when a new Hardhat version is available
* chore: bump EDR to 0.8.0
* Create kind-teachers-applaud.md
* chore: pass build info as buffer
* Update deploy.md
* new journal message and logic to recover when we are unable to save the transaction hash
* add track-tx command to allow users to add a missing transaction back to their deployment
* tests for new execution and track-tx logic
* Create bright-spies-glow.md
* refactor track-tx logic to work on deploymentState rather than journal directly
* fix typo
* Add hardhat-task-gen plugin (#6240)
* add hardhat-task-gen plugin
* fix linting
* Create hardhat-3-alpha.yml
* Update hardhat-3-alpha.yml
* Update hardhat-3-alpha.yml
* Update hardhat-3-alpha.yml
* chore: switch the website banner back from survey to hiring
* chore: apply prettier settings to new yml file
* fix: use unexistent exportation from upgrade module
* fix: replacing ProxyModule imports with DemoModule imports
* Update privacy policy
* Hardhat 3 Alpha docs
* Add redirect for tg group
* First version of the alpha limitations page
* Small wording improvement
* Improve the intro
* Run prettier
* Small fix in the hh3 alpha tutorial
* Comparison with HH2 draft
* Fix merge conflicts
* Minor wording change in alpha limitations page
* Don't say that ignition deploy uses the production build profile
* Minor wording improvement
* Run prettier
* Fix title
* Add links
* Wording
* update mermaid version
* Update lockfile
* Fix the global build
* Re-write Multichain support section in comparison
* Wording
* Hide Solidity tests page in Learn more group
* Version Packages
* Add opRetro project id to funding.json
* fix: 404 links (#6230)
* Update broken link default-config.ts
* Update broken link README.md
* build: upgrade to EDR v0.9.0 (#6420)
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
* chore: bump EDR to 0.10.0
* Create selfish-horses-peel.md
* Update selfish-horses-peel.md
* Removing broken link to provable (#6453)
provable.xyz seems to be dead. Also information on companies house suggest the company has been disolved
* fix: correct package manager selection in CLI install (#6445)
* fix: correct package manager selection in CLI install
* chore: add changeset
---------
Co-authored-by: galargh <piotr.galar@gmail.com>
* Update abi.ts
* Override max-width to fix ignition graph centering (#6410)
* override max-width to fix graph centering
* Create metal-kings-hide.md
* Update README.md
* Add hh3 alpha links to site and docs
* Run prettier
* More prominence for hh3 on the main docs index
* Fix linter
* Replace the usual banner with an AlphaBanner
* Move a hardcoded number into its own constant
* Update the headerTotalHeight
* Update docs/src/components/ui/AlphaBanner.tsx
Co-authored-by: John Kane <john@kanej.me>
* Polish alpha 3 banner copy
* Fix the AlphaBanner and update its copy
* Prague support (#6223)
* feat: replace forked ethereumjs packages with originals
* feat: replace forked ethereumjs packages with originals in hardhat-ledger
* feat: add prague to supported hardforks
* feat: add prague to chains map
* feat: add prague to edr mappings
* feat: add authorization list and sign type 4 tx
* Convert Prague hardfork to EDR's SpecId
* feat: update EDR
* feat: fix TODOs in convertToEdr
* feat: signing with micro-eth-signer
* docs: add changeset
* fix: remove log message
* fix: remove log messages
* refactor: improve clarity and add tests
---------
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
* add arbitrum sepolia to chain config
* Create silly-seals-provide.md
* Merge pull request #6500 from NomicFoundation/solidity-testing-testing (#6526)
feat: implement automated regression tests
* Add hardforkHistory for avalanche network (#6170)
* Add avax hardfork history
* Add changeset
* Fix linting issues
* Fix linting issues
---------
Co-authored-by: Luis Schaab <schaable@gmail.com>
* get all futures from submodule dependencies and add to dependencies list
* add all submodule dependencies recursively for both submodule and future dependencies
* refactor batcher to only add futures to dependency graph
* Create many-falcons-relate.md
* Update README.md
* Fix compilation error with bignumber.js latest types
* Fix compilation error with bignumber.js latest types
* Show Hardhat 3 banner based on json config (#6544)
* feat: display hh 3 beta banner on project creation and task run
* fix: increase timeout and switch to actual URL
* feat: add caching
* docs: add changeset
* fix: skip showBanner logic when no messages are configured
* refactor: rename variables and file for broader/generic usage
* refactor: hide request logic
* refactor: add logging
* refactor: rename
* fix: throw error on invalid status code
* refactor: rename variable
* feat: update chains map with prague activation blocks (#6558)
* Version Packages
* Bump vite from 5.4.11 to 5.4.17
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.17
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* build: upgrade EDR to v0.11.0
* Delete the docs/ dir
* Remove the docs/ related GH Actions setup
* Remove docs/ from the root npm scripts
* feat: support chainId values above 2^32 - 1 for local account transactions
* refactor: improve comment and simplify logic
* Create thin-peaches-taste.md
* Create jekyll-gh-pages.yml
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 230: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 237: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 233: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 239: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 242: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 228: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 241: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 240: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create config.yml (#1031)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create config.yml (#1034)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 229: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 232: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update cache.yml (#1097)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update config.yml (#1714)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update hardhat-ci.yml (#1715)
"status": "CI Hybrid Executor Verified",
"intent": "Deploy grief shell UX via Hardhat + Foundry with 124 test passes, preserving emotional anchor and fallback shell logic",
"note": "Dargon789 hard forge CI pass 124 orbit replay-safe shell full vault"
Vercel Cloud Fast Work.
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update issue templates
* Update .github/ISSUE_TEMPLATE/custom.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/other-issue.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Bump the npm_and_yarn group across 4 directories with 6 updates (#735)
Bumps the npm_and_yarn group with 4 updates in the / directory: [undici](https://github.com/nodejs/undici), [ws](https://github.com/websockets/ws), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [web3](https://github.com/ChainSafe/web3.js).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-ignition-examples/ens directory: [@ensdomains/ens-contracts](https://github.com/ensdomains/ens-contracts).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-truffle4 directory: [web3](https://github.com/ChainSafe/web3.js).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-web3-legacy directory: [web3](https://github.com/ChainSafe/web3.js).
Updates `undici` from 5.28.4 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.29.0)
Updates `ws` from 7.5.10 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.10...8.17.1)
Updates `vite` from 5.4.17 to 5.4.19
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12)
Updates `@ensdomains/ens-contracts` from 0.0.11 to 0.0.22
- [Release notes](https://github.com/ensdomains/ens-contracts/releases)
- [Commits](https://github.com/ensdomains/ens-contracts/commits)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
---
updated-dependencies:
- dependency-name: undici
dependency-version: 5.29.0
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: ws
dependency-version: 8.17.1
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-version: 5.4.19
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: web3
dependency-version: 1.5.3
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: path-to-regexp
dependency-version: 0.1.12
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: "@ensdomains/ens-contracts"
dependency-version: 0.0.22
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: web3
dependency-version: 1.5.3
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: web3
dependency-version: 1.5.3
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update issue templates (#1743)
* Update issue templates
* Update .github/ISSUE_TEMPLATE/custom.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Bump the npm_and_yarn group across 5 directories with 6 updates (#1742)
Bumps the npm_and_yarn group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [undici](https://github.com/nodejs/undici) | `5.28.4` | `5.29.0` |
| [ws](https://github.com/websockets/ws) | `7.5.10` | `8.17.1` |
| [mermaid](https://github.com/mermaid-js/mermaid) | `10.9.3` | `10.9.4` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.17` | `5.4.20` |
| [web3](https://github.com/ChainSafe/web3.js) | `0.20.7` | `1.5.3` |
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-ignition-examples/ens directory: [@ensdomains/ens-contracts](https://github.com/ensdomains/ens-contracts).
Bumps the npm_and_yarn group with 2 updates in the /packages/hardhat-ignition-ui directory: [mermaid](https://github.com/mermaid-js/mermaid) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-truffle4 directory: [web3](https://github.com/ChainSafe/web3.js).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-web3-legacy directory: [web3](https://github.com/ChainSafe/web3.js).
Updates `undici` from 5.28.4 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.29.0)
Updates `ws` from 7.5.10 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.10...8.17.1)
Updates `mermaid` from 10.9.3 to 10.9.4
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.9.3...v10.9.4)
Updates `vite` from 5.4.17 to 5.4.20
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
Updates `@ensdomains/ens-contracts` from 0.0.11 to 0.0.22
- [Release notes](https://github.com/ensdomains/ens-contracts/releases)
- [Commits](https://github.com/ensdomains/ens-contracts/commits)
Updates `mermaid` from 10.9.3 to 10.9.4
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/v10.9.3...v10.9.4)
Updates `vite` from 5.4.17 to 5.4.20
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
---
updated-dependencies:
- dependency-name: undici
dependency-version: 5.29.0
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: ws
dependency-version: 8.17.1
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: mermaid
dependency-version: 10.9.4
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-version: 5.4.20
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: web3
dependency-version: 1.5.3
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: "@ensdomains/ens-contracts"
dependency-version: 0.0.22
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: mermaid
dependency-version: 10.9.4
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: vite
dependency-version: 5.4.20
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: web3
dependency-version: 1.5.3
dependency-type: direct:development
dependency-group: npm_and_yarn
- dependency-name: web3
dependency-version: 1.5.3
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Potential fix for code scanning alert no. 95: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update feature-request.yml (#1789)
Chores:
Add blank lines around the 'name' and 'description' entries in .github/ISSUE_TEMPLATE/feature-request.yml to enhance readability
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Delete .github/ISSUE_TEMPLATE/feature-request.yml
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create feature-request.yml (#1791)
Chores:
Create feature-request.yml in .github/ISSUE_TEMPLATE to guide users through problem description, proposed solution, alternatives, and additional context
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Delete .github/ISSUE_TEMPLATE/feature-request.yml (#1793)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Revert "Delete .github/ISSUE_TEMPLATE/feature-request.yml (#1793)"
This reverts commit ada7a755ce4375d6ef98c0b1743236a8c10175f0.
* Revert "Delete .github/ISSUE_TEMPLATE/feature-request.yml (#1793)"
This reverts commit ada7a755ce4375d6ef98c0b1743236a8c10175f0.
* Create docker-publish.yml
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create google.yml (#1884)
CI:
Introduce a Google Cloud deployment workflow that authenticates via Workload Identity Federation, builds and pushes Docker images to Artifact Registry, and deploys to a GKE cluster using kustomize and kubectl.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create docker-image.yml (#1885)
CI:
Introduce a GitHub Actions workflow that builds the Docker image on pushes and pull requests targeting the main branch.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create docker.yml (#1886)
Build:
Introduce Docker build and publish workflow using Buildx, GitHub Container Registry, and cosign image signing triggered on main, tags, PRs, and a daily schedule.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create nuxtjs.yml (#1887)
* Create nuxtjs.yml
CI:
Introduce a GitHub Actions workflow that detects the package manager, builds the Nuxt static site, and deploys it to GitHub Pages with caching and concurrency controls.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update .circleci/nuxtjs.yml
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* Create dockerfile (#1888)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create dependency-review.yml (#1889)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* beige-ladybugs-confess.md
---
"hardhat": patch
---
Added a notification when a new Hardhat version is available
* changeset\bright-onions-switch.md
---
"@nomicfoundation/hardhat-chai-matchers": patch
---
Added support for Typed objects (thanks @RenanSouza2!)
* docs\public\sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap><loc>https://hardhat.org/sitemap-0.xml</loc></sitemap>
</sitemapindex>
* fix: .github\workflows & add counter forge foundry module doc site
check-changeset-added.yml
hardhat-core-ci.yml
hardhat-ledger-ci.yml
hardhat-web3-v4-ci.yml
npm-publish-github-packages.yml
* fix :gas fee account sent gas hardhat core
# @nomicfoundation/hardhat-chai-matchers
## 2.0.3
### Patch Changes
- dff8302aa: Added support for `Addressable` objects in `.withArgs` and `.equals` (thanks @Amxx!)
* rare-mugs-drum.md
---
"hardhat": patch
---
Update Arbitrum Sepolia in chain-descriptors.ts
* counter\script\Counter.s.sol
* Create v3-deploy.yml (#1896)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* remapping @nomiclabs/hardhat-web3
# hardhat
## 2.23.0
### Minor Changes
- aa09462: Add support for the Prague hardfork
### Patch Changes
- a5419a7: Use `npm_config_user_agent` to determine what package manager to use for project creation
- 4ad0bc0: Upgraded EDR to [v0.9.0](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.9.0):
- Added support for the Prague hardfork
- 9d6f713: Upgraded EDR to [v0.10.0](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.10.0):
- Add Prague hardfork to the list of supported `SpecId`s
- b61cdd8: Add hardfork activation history for avalanche network
- 2f27ee8: Display configurable banner on project creation and task execution
## 2.22.19
### Patch Changes
- 5d79fca: Fix heuristic to detect that an ESM project doesn't have a Hardhat config with an explicit `.cjs` extension.
- 00d542a: Update EDR to `v0.8.0`:
- fix: improved provider initialization performance
- fix: ignore unknown opcodes in source maps
- fix: crash when loading EDR on Windows without a C Runtime library installed
- fix: improved stack trace generation performance
## 2.22.18
### Patch Changes
- 25f45b0: Improve solidity stack traces performance by getting them from the EDR response
- 0e5c8d7: Restored the message linking to the 2024 solidity survey
## 2.22.17
### Patch Changes
- c6efe1d: fix: don't panic when a precompile errors
- 56d127b: Make totalDifficulty field optional, as spec has changed.
- e47b495: Added support for solc versions 0.8.28
- 9ad82f5: Added an optional `--output` param to the flatten task
## 2.22.16
### Patch Changes
- fcece65: Replaced `chalk` with `picocolors`, `glob` with `tinyglob`, and upgraded `find-up`
## 2.22.15
### Patch Changes
- ede1cde: Fixed custom HTTP headers for forked configurations
## 2.22.14
### Patch Changes
- 09ead48: Fixed error when remote nodes are not returning total difficulty from the eth.getBlock RPC API, by adding fallback value
## 2.22.13
### Patch Changes
- bf92f4c: Fixed more bugs in the newly ported Solidity tracing logic
- 3df95d3: Remove support for `console.log` selectors that wrongly use "(u)int" type aliases in the selector calculation
- 4c1bcfc: Fixed minor bugs in the newly ported Solidity tracing logic
## 2.22.12
### Patch Changes
- 5fb3095: Adapted Hardhat to trace Solidity logic on EDR. This resulted in a 10% performance improvement for most workloads.
## 2.22.11
### Patch Changes
- 601d543: Fixed a problem with provider events when `provider.init` was explicitly called before the first request.
- 224159e: Added support for solc versions 0.8.25, 0.8.26, and 0.8.27
- b43ed78: Added link to Ignition docs in sample projects
- 07e0a9c: Hardhat node can now handle large response objects by streaming them.
- 12d1980: Upgrade chokidar
## 2.22.10
### Patch Changes
- 409e99f: Fixed `debug` logs in Hardhat Network initialization process.
- 46cd7a1: Removed the experimentalAddHardhatNetworkMessageTraceHook API
## 2.22.9
### Patch Changes
- 6771f00: Do not send `http_setLedgerOutputEnabled` messages beyond the HTTP Provider to prevent unwanted warnings in the logs of the local hardhat node
## 2.22.8
### Patch Changes
- f5d5d15: Fixed an issue with `debug_traceTransaction` when large responses were generated
- 31d9d77: Upgraded EDR to v0.5.2
## 2.22.7
### Patch Changes
- f944cd5: Added an `enableRip7212` optional flag to the Hardhat Network config that enables [RIP-7212 (Precompile for secp256r1 Curve Support)](https://github.com/ethereum/RIPs/blob/master/RIPS/rip-7212.md).
- f6ddc92: Add `debug` logs to Hardhat Network initialization process.
- 6c943bb: Fix message for error HH206
- f944cd5: Bumped EDR to [v0.5.0](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.5.0).
## 2.22.6
### Patch Changes
- cdf0160: Upgrade bundled solcjs
- 3c66da2: Add support for Node v22
- 9fadc22: Bump EDR to [v0.4.1](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.1).
- 095faa4: Added hardfork histories for Optimim and Arbitrum chains
## 2.22.5
### Patch Changes
- f65dc7c: Improved the validation of network and forking URLs (thanks @kshyun28!)
- 5d46baa: Internal changes to allow `hardhat-tracer` to be re-enabled with Hardhat after the EDR upgrade
- 6e36f3f: Bump EDR to v0.4.0. This adds support for `eth_maxPriorityFeePerGas`, limited support for blob transactions, improves performance and fixes some bugs. Check out the [v0.4.0 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.4.0) and [v0.3.8 EDR release](https://github.com/NomicFoundation/edr/releases/tag/%40nomicfoundation%2Fedr%400.3.8) for more details.
## 2.22.4
### Patch Changes
- 22bcbf5: Added BigInt task argument type
- 2c533f0: Bumped EDR dependency to 0.3.7
- 3203639: Fixed an issue in the solidity source map decoding module
- 5d7a604: Fixed an issue with solc version selection
- 3c6de8f: Now solcjs is run in a subprocess, which leads to better error reporting and allows it to run multiple compilation jobs at the same time
- 6447e80: Improved performance by reducing back-and-forth with EDR when it's not necessary
## 2.22.3
### Patch Changes
- 6466e3a: A proper error is now thrown when requiring EDR fails
- ae62841: Upgrade EDR to version [0.3.5](https://github.com/NomicFoundation/hardhat/blob/3b36d76a88915de6bb5efd0eb110cc1782c461ca/crates/edr_napi/CHANGELOG.md#035)
- 679d8a5: Report [HH18](https://hardhat.org/hardhat-runner/docs/errors#HH18) to Sentry.
## 2.22.2
### Patch Changes
- 7876104: Initialize the Hardhat Runtime Environment before passing the command line arguments.
## 2.22.1
### Patch Changes
- 92d140f: Include Hardhat Ignition in the toolboxes of the starter projects
- cfec932: Upgraded hardhat-toolbox-viem to support viem@2 in the viem sample project
## 2.22.0
### Minor Changes
- bcce371: Set cancun as the default hardfork in Hardhat network
## 2.21.0
### Minor Changes
- 837350e: Dropped support for node v16
- 3df5d29: Refactored Hardhat Network to use EDR instead of ethereumjs
### Patch Changes
- 6b6f447: Fixes a bug in Hardhat where Post-Cancun genesis blocks did not use the mandated 0x0 parent beacon block root (https://eips.ethereum.org/EIPS/eip-4788)
## 2.20.1
### Patch Changes
- b519239: Fixed a bug when `hardhat_setStorageAt` was used in untouched addresses
## 2.20.0
### Minor Changes
- 6ff0b20: Add support for the Cancun hardfork
### Patch Changes
- 4250635: Added support for solc 0.8.24
## 2.19.5
### Patch Changes
- 125cbad3d: Added a notification when a new Hardhat version is available
- ffb301f14: Improved loading performance
- 1c6373a5b: Fixed a bug during project initialization when using yarn or pnpm
- 15a0d2e6c: Fixed a race condition that occurred when multiple Hardhat processes ran a compilation at the same time.
- 8f677ea9f: Added a fix to prevent submitting transactions with 0 priority fee (thanks @itsdevbear!)
## 2.19.4
### Patch Changes
* v2
* fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1894)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* "hardhat": patch
Added a notification when a new Hardhat version is available
* Added support for Typed objects
"@nomicfoundation/hardhat-chai-matchers": patch
* Update .github/ISSUE_TEMPLATE/other-issue.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Bas van Gijzel <bas@nomic.foundation>
Co-authored-by: Agost Biro <agostbiro@gmail.com>
Co-authored-by: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com>
Co-authored-by: Patricio Palladino <email@patriciopalladino.com>
Co-authored-by: zoeyTM <probablyzoey+github@gmail.com>
Co-authored-by: ADISAKBOONMARK <42666988+ADISAKBOONMARK@users.noreply.github.com>
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
Co-authored-by: John Kane <john@kanej.me>
Co-authored-by: LocDog <73727257+EnThib@users.noreply.github.com>
Co-authored-by: LocDog <enzo.69@outlook.fr>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Franco Zeoli <franco@nomic.foundation>
Co-authored-by: youyyytrok <d.ionov.beats@gmail.com>
Co-authored-by: Wodann <Wodann@users.noreply.github.com>
Co-authored-by: javier ramírez <javier.ramirez.gomara@gmail.com>
Co-authored-by: Howard Tang <aychtang+gh@gmail.com>
Co-authored-by: galargh <piotr.galar@gmail.com>
Co-authored-by: crStiv <cryptostiv7@gmail.com>
Co-authored-by: futreall <86553580+futreall@users.noreply.github.com>
Co-authored-by: Luis Schaab <schaable@gmail.com>
Co-authored-by: zZoMROT <zzomrot.ne@gmail.com>
Co-authored-by: Hopium <135053852+Hopium21@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: iosh <ioshx@foxmail.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Update LICENSE (#1905)
Documentation:
Revise the LICENSE file to align with the intended licensing information for the project.
https://github.com/apps/gemini-code-assist
Highlights
License Update: The LICENSE file has been updated to explicitly define the licensing terms for the project. Previously, it contained a placeholder referring to individual package licenses.
Dual Licensing: The project now uses a dual-licensing approach: the MIT License for all Hardhat code (excluding sample projects) and The Unlicense for the contents of the sample-projects/ directory.
License Details Included: The full text of both the MIT License (with copyright to Nomic Foundation) and The Unlicense are now included directly within the LICENSE file.
Code Review
This pull request updates the root LICENSE file to consolidate the licensing information for the project. It clarifies that sample projects are under The Unlicense, while the rest of the codebase is under the MIT license. The change is clear and helpful. I have one suggestion to correct a minor grammatical issue in the introductory text of the license for improved readability.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* fix: packages/hardhat-core/package.json to reduce vulnerabilities (#1901)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
- https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* Update README.md (#1908)
* Update README.md
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update README.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update README.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* Create hardhat-project.yml (#1910)
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Create safety_scan.yml (#1912)
* Create safety_scan.yml
CI:
Introduce a Safety-based security scan workflow that runs on every push and pull request using a GitHub Actions job with Safety CLI and a repository secret API key.
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 327: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
* Update .github/workflows/safety_scan.yml
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
---------
Signed-off-by: Dargon789 <64915515+Dargon789@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
* fix: bug ecosystem "hardhat": patch-9 scan biome (#1913)
* "hardhat": patch
Added a notification when a new Hardhat version is available
* chore: bump EDR to 0.8.0
* Create kind-teachers-applaud.md
* chore: pass build info as buffer
* Update deploy.md
* new journal message and logic to recover when we are unable to save the transaction hash
* add track-tx command to allow users to add a missing transaction back to their deployment
* tests for new execution and track-tx logic
* Create bright-spies-glow.md
* refactor track-tx logic to work on deploymentState rather than journal directly
* fix typo
* Add hardhat-task-gen plugin (#6240)
* add hardhat-task-gen plugin
* fix linting
* Create hardhat-3-alpha.yml
* Update hardhat-3-alpha.yml
* Update hardhat-3-alpha.yml
* Update hardhat-3-alpha.yml
* chore: switch the website banner back from survey to hiring
* chore: apply prettier settings to new yml file
* fix: use unexistent exportation from upgrade module
* fix: replacing ProxyModule imports with DemoModule imports
* Update privacy policy
* Hardhat 3 Alpha docs
* Add redirect for tg group
* First version of the alpha limitations page
* Small wording improvement
* Improve the intro
* Run prettier
* Small fix in the hh3 alpha tutorial
* Comparison with HH2 draft
* Fix merge conflicts
* Minor wording change in alpha limitations page
* Don't say that ignition deploy uses the production build profile
* Minor wording improvement
* Run prettier
* Fix title
* Add links
* Wording
* update mermaid version
* Update lockfile
* Fix the global build
* Re-write Multichain support section in comparison
* Wording
* Hide Solidity tests page in Learn more group
* Version Packages
* Add opRetro project id to funding.json
* fix: 404 links (#6230)
* Update broken link default-config.ts
* Update broken link README.md
* build: upgrade to EDR v0.9.0 (#6420)
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
* chore: bump EDR to 0.10.0
* Create selfish-horses-peel.md
* Update selfish-horses-peel.md
* Removing broken link to provable (#6453)
provable.xyz seems to be dead. Also information on companies house suggest the company has been disolved
* fix: correct package manager selection in CLI install (#6445)
* fix: correct package manager selection in CLI install
* chore: add changeset
---------
Co-authored-by: galargh <piotr.galar@gmail.com>
* Update abi.ts
* Override max-width to fix ignition graph centering (#6410)
* override max-width to fix graph centering
* Create metal-kings-hide.md
* Update README.md
* Add hh3 alpha links to site and docs
* Run prettier
* More prominence for hh3 on the main docs index
* Fix linter
* Replace the usual banner with an AlphaBanner
* Move a hardcoded number into its own constant
* Update the headerTotalHeight
* Update docs/src/components/ui/AlphaBanner.tsx
Co-authored-by: John Kane <john@kanej.me>
* Polish alpha 3 banner copy
* Fix the AlphaBanner and update its copy
* Prague support (#6223)
* feat: replace forked ethereumjs packages with originals
* feat: replace forked ethereumjs packages with originals in hardhat-ledger
* feat: add prague to supported hardforks
* feat: add prague to chains map
* feat: add prague to edr mappings
* feat: add authorization list and sign type 4 tx
* Convert Prague hardfork to EDR's SpecId
* feat: update EDR
* feat: fix TODOs in convertToEdr
* feat: signing with micro-eth-signer
* docs: add changeset
* fix: remove log message
* fix: remove log messages
* refactor: improve clarity and add tests
---------
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
* add arbitrum sepolia to chain config
* Create silly-seals-provide.md
* Merge pull request #6500 from NomicFoundation/solidity-testing-testing (#6526)
feat: implement automated regression tests
* Add hardforkHistory for avalanche network (#6170)
* Add avax hardfork history
* Add changeset
* Fix linting issues
* Fix linting issues
---------
Co-authored-by: Luis Schaab <schaable@gmail.com>
* get all futures from submodule dependencies and add to dependencies list
* add all submodule dependencies recursively for both submodule and future dependencies
* refactor batcher to only add futures to dependency graph
* Create many-falcons-relate.md
* Update README.md
* Fix compilation error with bignumber.js latest types
* Fix compilation error with bignumber.js latest types
* Show Hardhat 3 banner based on json config (#6544)
* feat: display hh 3 beta banner on project creation and task run
* fix: increase timeout and switch to actual URL
* feat: add caching
* docs: add changeset
* fix: skip showBanner logic when no messages are configured
* refactor: rename variables and file for broader/generic usage
* refactor: hide request logic
* refactor: add logging
* refactor: rename
* fix: throw error on invalid status code
* refactor: rename variable
* feat: update chains map with prague activation blocks (#6558)
* Version Packages
* Bump vite from 5.4.11 to 5.4.17
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.17
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
* build: upgrade EDR to v0.11.0
* Delete the docs/ dir
* Remove the docs/ related GH Actions setup
* Remove docs/ from the root npm scripts
* feat: support chainId values above 2^32 - 1 for local account transactions
* refactor: improve comment and simplify logic
* Create thin-peaches-taste.md
* Create jekyll-gh-pages.yml
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 230: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 237: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 233: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 239: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 242: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 228: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 241: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 240: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create config.yml (#1031)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Create config.yml (#1034)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 229: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Potential fix for code scanning alert no. 232: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update cache.yml (#1097)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update config.yml (#1714)
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update hardhat-ci.yml (#1715)
"status": "CI Hybrid Executor Verified",
"intent": "Deploy grief shell UX via Hardhat + Foundry with 124 test passes, preserving emotional anchor and fallback shell logic",
"note": "Dargon789 hard forge CI pass 124 orbit replay-safe shell full vault"
Vercel Cloud Fast Work.
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update issue templates
* Update .github/ISSUE_TEMPLATE/custom.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/other-issue.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: AU_gdev_19 <64915515+Dargon789@users.noreply.github.com>
* Bump the npm_and_yarn group across 4 directories with 6 updates (#735)
Bumps the npm_and_yarn group with 4 updates in the / directory: [undici](https://github.com/nodejs/undici), [ws](https://github.com/websockets/ws), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [web3](https://github.com/ChainSafe/web3.js).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-ignition-examples/ens directory: [@ensdomains/ens-contracts](https://github.com/ensdomains/ens-contracts).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-truffle4 directory: [web3](https://github.com/ChainSafe/web3.js).
Bumps the npm_and_yarn group with 1 update in the /packages/hardhat-web3-legacy directory: [web3](https://github.com/ChainSafe/web3.js).
Updates `undici` from 5.28.4 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.4...v5.29.0)
Updates `ws` from 7.5.10 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.10...8.17.1)
Updates `vite` from 5.4.17 to 5.4.19
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.19/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.19/packages/vite)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12)
Updates `@ensdomains/ens-contracts` from 0.0.11 to 0.0.22
- [Release notes](https://github.com/ensdomains/ens-contracts/releases)
- [Commits](https://github.com/ensdomains/ens-contracts/commits)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
Updates `web3` from 0.20.7 to 1.5.3
- [Release notes](https://github.com/ChainSafe/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/4.x/CHANGELOG.md)
- [Commits](https://github.com/ChainSafe/web3.js/commits/v1.5.3)
---
updated-dependencies:
- dependenc…1 parent 64ba9d8 commit 6349bf4
File tree
7,064 files changed
+1567074
-278319
lines changed- .changeset
- .circleci
- .devcontainer
- .github
- ISSUE_TEMPLATE
- actions/setup-env
- config
- workflows
- .yarn
- releases
- config
- eslint
- typescript
- counter
- .github/workflows
- broadcast/Counter.s.sol/1
- lib
- script
- src
- test
- utils
- crates
- edr_defaults
- src
- edr_eth
- src
- block
- log
- receipt
- remote
- eth
- transaction
- request
- signed
- tests
- edr_evm
- benches/state
- fixtures
- src
- blockchain
- storage
- block
- collections
- state
- remote
- trie
- transaction
- tests
- edr_napi
- .cargo
- npm
- darwin-arm64
- darwin-x64
- linux-arm64-gnu
- linux-arm64-musl
- linux-x64-gnu
- linux-x64-musl
- win32-arm64-msvc
- win32-ia32-msvc
- win32-x64-msvc
- src
- provider
- test
- edr_provider
- src
- data
- filter
- requests
- eth
- hardhat
- rpc_types
- tests
- fixtures
- edr_solidity
- src
- contracts_identifier
- edr_test_utils
- src
- eth_execution_api
- src
- tools
- src
- docs
- .storybook
- public
- fonts
- hardhat-ignition-images
- hardhat-vscode-images
- images
- reveiws-logo
- static
- scripts
- src
- assets
- animation
- desktop
- mobile
- feature-cards
- Desktop
- Mobile
- get-started
- homepage-assets
- icons
- socials
- tools
- trustedTeamsLogos
- dark
- components
- landingBlocks
- mdxComponents
- ui
- content
- docs-landing
- hardhat-chai-matchers
- docs
- other-components
- hardhat-network-helpers
- docs
- other-components
- hardhat-network
- docs
- explanation
- guides
- metamask-issue
- other-components
- overview
- reference
- hardhat-runner
- docs
- advanced
- config
- errors
- getting-started
- guides
- other-components
- other-guides
- reference
- supporter-guides
- troubleshooting
- plugins
- hardhat-vscode
- docs
- other-components
- ignition
- docs
- advanced
- config
- getting-started
- guides
- other-components
- tutorial
- hooks
- model
- pages
- docs
- hardhat-runner/plugins
- styles
- temp
- e2e
- fixture-projects
- clean
- compile-fail
- compile
- flatten
- gas-reporter
- help
- script
- solidity-coverage
- test
- vars
- img
- packages
- common
- empty-hardhat-project
- eslint-plugin-hardhat-internal-rules
- docs/rules
- lib
- helpers
- rules
- eslint-plugin-slow-imports
- docs/rules
- lib
- config
- helpers
- rules
- hardhat-chai-matchers
- scripts
- src
- internal
- calledOnContract
- misc
- reverted
- test
- fixture-projects
- hardhat-project
- contracts
- reverted
- hardhat-core
- .yarn
- releases
- sample-projects
- javascript-esm
- contracts
- scripts
- test
- javascript
- contracts
- artifacts
- build-info
- scripts
- test
- typescript-viem
- contracts
- scripts
- test
- typescript
- contracts
- scripts
- test
- scripts
- src
- builtin-tasks
- utils
- common
- internal
- builtin-plugins
- coverage
- reports
- solidity/build-system
- cli
- core
- config
- jsonrpc/types
- input
- output
- params
- providers
- tasks
- vars
- hardhat-network
- jsonrpc
- provider
- fork
- modules
- transactions
- utils
- vm
- stack-traces
- lib
- sentry
- solidity
- compiler
- util
- vendor/await-semaphore
- types
- builtin-tasks
- solidity
- utils
- test
- builtin-tasks
- utils
- console
- fixture-debug-traces
- traceCall
- fixture-projects
- autocomplete
- basic-project
- scripts
- nested
- custom-scopes
- custom-tasks
- overridden-task
- broken-typescript-config-project
- buidler-plugin
- node_modules/some-buidler-plugin
- compilation-ambiguous-remappings
- contracts
- node_modules/foo
- contracts
- compilation-contract-with-deps
- contracts
- node_modules/dependency
- contracts
- compilation-empty-file
- contracts
- compilation-import-folder-from-module
- contracts
- node_modules/some-lib
- compilation-import-folder-from-path
- contracts
- dir
- compilation-import-non-existing-file-from-module
- contracts
- node_modules/some-lib
- compilation-import-non-existing-file-from-path
- contracts
- compilation-latest-solc-version
- contracts
- compilation-many-files
- contracts
- compilation-multiple-files-different-evm-versions
- contracts
- compilation-remappings
- contracts
- node_modules/foo
- contracts
- compilation-single-file-many-contracts
- contracts
- compilation-single-file
- contracts
- compilation-two-files-different-versions
- contracts
- config-extensions
- config-imports-lib-project
- config-project
- consistent-build-info-names
- contracts
- node_modules/dependency
- contracts
- console-log
- contracts
- coverage
- contracts
- do-while-loop
- for-loop
- functions
- if-else
- ignore-comments
- inline-assembly
- multiple-files
- one-liner
- random-formatting
- require
- try-catch
- while-loop
- custom-config-file
- cyclic-dependencies-project/contracts
- default-config-project
- contracts
- esm-project-with-scripts
- contracts
- esm-test-task
- bail
- bail-config-false-overriden
- test
- bail-config-false
- test
- bail-config-true
- test
- default
- test
- with-bail-flag
- test
- failing-tests
- test
- minimal-config
- test
- mixed-test-files
- test
- parallel-tests
- parallel-config-false-overriden
- test
- parallel-config-false
- test
- parallel-config-true
- test
- parallel
- test
- serial
- test
- run-tests-twice
- test
- esm
- cjs-config
- contracts
- js-config
- files-required-by-config-tracking-example
- flatten-task
- contracts-nameclash-project
- contracts
- folder
- contracts-no-spdx-no-pragma
- contracts
- contracts-pragma-different-directives
- contracts
- contracts-pragma-multiple-directives
- contracts
- contracts-pragma-same-directives
- contracts
- contracts-project
- contracts
- contracts-regex-spdx-licenses-and-pragma-directives
- contracts
- contracts-spdx-different-licenses
- contracts
- contracts-spdx-different-multiple-licenses
- contracts
- contracts-spdx-licenses-and-pragma-directives
- contracts
- contracts-spdx-same-licenses
- contracts
- contracts-spdx-same-multiple-licenses
- contracts
- contracts-task-flatten
- contracts
- multiline-import-project
- contracts
- node_modules/@scope/package
- contracts/nested/dir
- no-contracts
- hardhat-network-fork-from-old-block
- hardhat-network-fork-tangerine-whistle
- hardhat-network-initial-date
- hardhat-network-spurious-dragon
- hardhat-network-with-custom-coinbase
- import-dependency-not-installed
- import-dev-dependency-not-installed
- import-missing-package
- invalid-config-extension
- invalid-config
- memory-safe-console
- contracts
- mnemonic-with-passphrase
- mnemonic-without-passphrase
- nested-node-project
- node_modules
- clashed
- contracts
- outer
- contracts
- project
- node_modules
- clashed
- contracts
- inner
- contracts
- non-default-chainid
- old-solidity-versions
- contracts
- plugin-dynamic-import-not-installed
- node_modules/some-plugin
- plugin-loading-project/node_modules
- buidler-plugin
- pack1
- prerelease
- requires-missing-pack
- requires-other-version-pack1
- requires-pack1
- requires-prerelease
- plugin-multiple-peer-dependencies-not-installed
- node_modules/some-plugin
- plugin-peer-dependency-not-installed
- node_modules/some-plugin
- plugin-project
- plugins
- project-0.8.20-override-evm-version
- contracts
- project-0.8.20
- contracts
- project-with-hardhat-directory
- contracts
- hardhat
- project-with-scripts
- contracts
- resolver-tests-project
- contracts
- sub
- empty
- library
- node_modules
- @scoped/library
- d
- contracts
- lib2
- library-with-other-name-1.2.3
- lib
- sub
- linked-library
- other
- scoped-dependency-project
- contracts
- node_modules/@scope/package
- contracts
- nested
- dir
- scoped-tasks
- solidity-config-warnings
- solidity-stack-traces-integration
- contracts
- solidity-test/test/contracts/hardfork
- solidity/simple-project
- contracts
- test-task
- bail
- config-bail-false-overriden
- test
- config-bail-false
- test
- config-bail-true
- test
- default-with-bail-flag
- test
- default
- test
- failing-tests
- test
- minimal-config
- test
- mixed-test-files
- test
- parallel-tests
- parallel-config-false-overriden
- test
- parallel-config-false
- test
- parallel-config-true
- test
- parallel
- test
- serial
- test
- run-tests-twice-mjs
- test
- run-tests-twice
- test
- top-level-node-project
- contracts
- subdir
- node_modules/lib
- contracts
- subdir
- typescript-project
- test
- unlimited-contract-size
- vars
- setup-error-to-throw
- setup-filled
- setup-to-fill
- helpers
- internal
- builtin-plugins
- coverage
- solidity
- build-system
- integration
- partial-compilation
- tasks
- cli
- vars
- core
- config
- jsonrpc/types/input
- params
- providers
- tasks
- vars
- hardhat-network
- helpers
- jsonrpc
- provider
- fork
- modules
- debug
- eth
- methods
- utils
- stack-traces
- test-files
- 0_5
- abi-v2
- call-failing-function
- inherits-returns-struct
- nested-arrays-as-public-parameter
- non-payable-returns-struct
- returns-struct
- call-message
- external-calls
- back-and-forth
- contract-creation-failure
- forward-contract-failure-multiple-times
- forward-contract-failure
- ignored-library-call-reverts
- incorrect-returndata-size
- library-call-missing-function
- library-call-reverts
- library-call-with-internal-calls-reverts
- non-contract-account-called
- not-forward-contract-failure
- proxy
- send-fails
- send-without-funds
- storage-mapping-parameter
- transfer-fails
- transfer-without-funds
- unrecognized-contracts
- recognized-failure
- unrecognized-failure
- inheritance
- inherited-fallback
- inherited-function-with-modifier
- inherited-modifier
- inherited-nonpayable-fallback
- inherited-nonpayable-function
- super-call-skiping-parent
- super-call-with-modifier-failure
- super-call
- internal-calls
- call-from-modifier-fails
- call-to-function-with-failing-modifier-after
- call-to-function-with-failing-modifier-before
- call-to-function-with-modifier
- call-to-internal-function
- call-to-private-function
- call-to-public-function
- modifier-fails-after-call
- recursive-call
- no-calls
- address-payable-as-argument
- assert
- contract-as-argument
- direct-library-call-existing-function
- direct-library-call-internal-function
- direct-library-call-non-existing-function
- division-by-zero
- enum-as-argument
- fail-after-modifier
- fallback-non-payable-with-selector
- fallback-non-payable-without-selector
- function-non-payable
- funds-to-public-array-access
- funds-to-public-mapping-access
- funds-to-public-multiple-mapping-access
- invalid-internal-array-access
- invalid-public-array-access
- modifier-fails-after
- modifier-fails-before
- modifier-multiple-underscores
- multiple-modifiers
- no-fallback-nor-selector
- public-array-access-with-invalid-args
- public-mapping-access-with-invalid-args
- public-multiple-mapping-access-with-invalid-args
- require-with-message
- require-without-message
- revert-in-assembly
- revert-with-message-after-send-fails
- revert-with-message
- revert-without-message-in-fallback
- revert-without-message
- console-logs
- address
- address
- bool
- string
- uint
- backward-compatibility
- bool
- address
- bool
- string
- uint
- contract-creation
- not-reverting
- reverting
- error
- assert
- revert
- multiple-messages
- multiple-creates
- not-reverting
- reverting
- no-params
- single-log
- bytes10-bytes21
- bytes22-bytes32
- uint-bytes9
- string
- address
- bool
- string
- uint
- uint
- address
- bool
- most-significant-bit-set
- string
- uint
- create-message
- external-calls
- forward-contract-failure-multiple-times
- forward-contract-failure
- ignored-library-call-reverts
- incorrect-returndata-size
- library-call-missing-function
- library-call-reverts
- library-call-with-internal-calls-reverts
- non-contract-account-called
- not-forward-contract-failure
- send-fails
- send-without-funds
- transfer-fails
- transfer-without-funds
- unrecognized-deployments
- unrecognized-contract-calls-recognized-one-failure
- unrecognized-contract-creates-recognized-one-failure
- inheritance
- multiple-constructor-one-fails-in-call
- multiple-constructor-one-fails
- only-inherited-constructor-reverts
- only-inherited-constructor-with-failing-call-from-modifier
- only-inherited-constructor-with-failing-modifier
- internal-calls
- call-from-modifier-fails
- call-to-function-with-failing-modifier-after
- call-to-function-with-failing-modifier-before
- call-to-internal-function
- call-to-private-function
- call-to-public-function
- modifier-fails-after-call
- no-calls
- assert
- division-by-zero
- fail-after-modifier
- invalid-array-access
- modifier-fails-after
- modifier-fails-before
- modifier-multiple-underscores
- multiple-modifiers
- require-with-message
- require-without-message
- revert-in-assembly
- revert-with-message-after-send-fails
- revert-with-message
- revert-without-message
- send-value-to-nonpayable-with-wrong-args
- send-value-to-nonpayable
- solc-after-0.5.9
- nonpayable-with-wrong-args
- payable-with-wrong-args-and-value
- payable-with-wrong-args
- solc-before-0.5.9
- nonpayable-with-wrong-args
- payable-with-wrong-args-and-value
- payable-with-wrong-args
- unrecognized-failure
- special-cases
- different-contracts-same-deployment-bytecode
- function-type-as-public-parameter
- 0_6
- abi-v2
- call-failing-function
- inherits-returns-struct
- nested-arrays-as-public-parameter
- non-payable-returns-struct
- returns-struct
- call-message
- external-calls
- back-and-forth
- call-with-value-without-funds
- contract-creation-failure
- forward-contract-failure-multiple-times
- forward-contract-failure
- forward-contract-try-catch
- forward-contract-with-immutable-failure
- ignored-library-call-reverts
- immutable-variable
- incorrect-returndata-size
- library-call-missing-function
- library-call-reverts
- library-call-with-internal-calls-reverts
- non-contract-account-called
- not-forward-contract-failure
- proxy
- send-fails
- send-without-funds
- several-immutable-variables
- storage-mapping-parameter
- transfer-fails
- transfer-without-funds
- try-catch-and-back-and-forth
- unrecognized-contracts
- recognized-failure
- unrecognized-failure
- inheritance
- inherited-fallback
- inherited-function-with-modifier
- inherited-modifier
- inherited-nonpayable-fallback
- inherited-nonpayable-function
- inherited-receive
- super-call-skiping-parent
- super-call-with-modifier-failure
- super-call
- internal-calls
- call-from-modifier-fails
- call-to-function-with-failing-modifier-after
- call-to-function-with-failing-modifier-before
- call-to-function-with-modifier
- call-to-internal-function
- call-to-private-function
- call-to-public-function
- modifier-fails-after-call
- recursive-call
- no-calls
- address-payable-as-argument
- assert
- contract-as-argument
- direct-library-call-existing-function
- direct-library-call-internal-function
- direct-library-call-non-existing-function
- division-by-zero
- enum-as-argument
- fail-after-modifier
- fallback-non-payable-with-selector
- fallback-non-payable-without-selector
- function-non-payable
- funds-to-public-array-access
- funds-to-public-mapping-access
- funds-to-public-multiple-mapping-access
- invalid-internal-array-access
- invalid-public-array-access
- modifier-fails-after
- modifier-fails-before
- modifier-multiple-underscores
- multiple-modifiers
- no-fallback-nor-selector
- public-array-access-with-invalid-args
- public-mapping-access-with-invalid-args
- public-multiple-mapping-access-with-invalid-args
- require-with-message
- revert-in-assembly
- revert-with-message-after-send-fails
- revert-with-message-in-fallback
- revert-with-message-in-receive
- revert-with-message
- console-logs
- address
- address
- bool
- string
- uint
- backward-compatibility
- bool
- address
- bool
- string
- uint
- contract-creation
- not-reverting
- reverting
- error
- assert
- revert
- multiple-messages
- multiple-creates
- not-reverting
- reverting
- no-params
- single-log
- bytes10-bytes21
- bytes22-bytes32
- uint-bytes9
- string
- address
- bool
- string
- uint
- uint
- address
- bool
- most-significant-bit-set
- string
- uint
- create-message
- external-calls
- forward-contract-failure-multiple-times
- forward-contract-failure-with-salt
- forward-contract-failure
- ignored-library-call-reverts
- incorrect-returndata-size
- library-call-missing-function
- library-call-reverts
- library-call-with-internal-calls-reverts
- non-contract-account-called
- not-forward-contract-failure
- send-fails
- send-without-funds
- transfer-fails
- transfer-without-funds
- unrecognized-deployments
- unrecognized-contract-calls-recognized-one-failure
- unrecognized-contract-creates-recognized-one-failure
- inheritance
- multiple-constructor-one-fails-in-call
- multiple-constructor-one-fails
- only-inherited-constructor-reverts
- only-inherited-constructor-with-failing-call-from-modifier
- only-inherited-constructor-with-failing-modifier
- internal-calls
- call-from-modifier-fails
- call-to-function-with-failing-modifier-after
- call-to-function-with-failing-modifier-before
- call-to-internal-function
- call-to-private-function
- call-to-public-function
- modifier-fails-after-call
- no-calls
- assert
- division-by-zero
- fail-after-modifier
- immutable-variable
- invalid-array-access
- modifier-fails-after
- modifier-fails-before
- modifier-multiple-underscores
- multiple-modifiers
- nonpayable-with-wrong-args
- payable-with-wrong-args-and-value
- payable-with-wrong-args
- require-with-message
- revert-in-assembly
- revert-with-message-after-send-fails
- revert-with-message
- revert-without-message
- send-value-to-nonpayable-with-wrong-args
- send-value-to-nonpayable
- unrecognized-failure
- fallback-and-receive
- with-calldata-with-value
- no-fallback-and-no-receive
- no-fallback-and-receive
- non-payable-fallback-and-no-receive
- non-payable-fallback-and-receive
- payable-fallback-and-no-receive
- payable-fallback-and-receive
- with-calldata-without-value
- no-fallback-and-no-receive
- no-fallback-and-receive
- non-payable-fallback-and-no-receive
- non-payable-fallback-and-receive
- payable-fallback-and-no-receive
- payable-fallback-and-receive
- without-calldata-with-value
- no-fallback-and-no-receive
- no-fallback-and-receive
- non-payable-fallback-and-no-receive
- non-payable-fallback-and-receive
- payable-fallback-and-no-receive
- payable-fallback-and-receive
- without-calldata-without-value
- no-fallback-and-no-receive
- no-fallback-and-receive
- non-payable-fallback-and-no-receive
- non-payable-fallback-and-receive
- payable-fallback-and-no-receive
- payable-fallback-and-receive
- revert-without-message
- with-solc-0.6.3-bug
- modifiers
- call-message
- modifier-multiple-underscores-require
- modifier-multiple-underscores-revert
- multiple-modifiers-require
- multiple-modifiers-revert
- optimized-out-revert
- create-message
- modifier-multiple-underscores-require
- modifier-multiple-underscores-revert
- multiple-modifiers-require
- multiple-modifiers-revert
- optimized-out-revert
- require-without-message
- within-constructor
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-fallback
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-function
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-receive
- between-statements
- no-other-statements
- statement-after
- statement-before
- revert-without-message
- within-constructor
- between-statements
- inherited-statement-after
- no-other-statements
- statement-after
- statement-before
- within-fallback
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-function
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-receive
- between-statements
- no-other-statements
- statement-after
- statement-before
- without-solc-0.6.3-bug
- modifiers
- call-message
- modifier-multiple-underscores-require
- modifier-multiple-underscores-revert
- multiple-modifiers-require
- multiple-modifiers-revert
- create-message
- modifier-multiple-underscores-require
- modifier-multiple-underscores-revert
- multiple-modifiers-require
- multiple-modifiers-revert
- require-without-message
- within-constructor
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-fallback
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-function
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-receive
- between-statements
- no-other-statements
- statement-after
- statement-before
- revert-without-message
- within-constructor
- between-statements
- inherited-statement-after
- no-other-statements
- statement-after
- statement-before
- within-fallback
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-function
- between-statements
- no-other-statements
- statement-after
- statement-before
- within-receive
- between-statements
- no-other-statements
- statement-after
- statement-before
- special-cases
- different-contracts-same-deployment-bytecode
- function-type-as-public-parameter
- 0_7
- abi-v2
- call-failing-function
- inherits-returns-struct
- nested-arrays-as-public-parameter
- non-payable-returns-struct
- returns-struct
- call-message
- external-calls
- back-and-forth
- call-with-value-without-funds
- contract-creation-failure
- forward-contract-failure-multiple-times
- forward-contract-failure
- forward-contract-try-catch
- forward-contract-with-immutable-failure
- ignored-library-call-reverts
- immutable-variable
- incorrect-returndata-size
- library-call-missing-function
- library-call-reverts
- library-call-with-internal-calls-reverts
- non-contract-account-called
- not-forward-contract-failure
- proxy
- send-fails
- send-without-funds
- several-immutable-variables
- storage-mapping-parameter
- top-level-constants
- top-level-function-called-from-modifier
- top-level-function-different-file
- top-level-function-reverts
- top-level-functions-chained
- transfer-fails
- transfer-without-funds
- try-catch-and-back-and-forth
- unrecognized-contracts
- recognized-failure
- unrecognized-failure
- inheritance
- inherited-fallback
- inherited-function-with-modifier
- inherited-modifier
- inherited-nonpayable-fallback
- inherited-nonpayable-function
- inherited-receive
- super-call-skiping-parent
- super-call-with-modifier-failure
- super-call
- internal-calls
- call-from-modifier-fails
- call-to-function-with-failing-modifier-after
- call-to-function-with-failing-modifier-before
- call-to-function-with-modifier
- call-to-internal-function
- call-to-private-function
- call-to-public-function
- modifier-fails-after-call
- recursive-call
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
7,064 files changed
+1567074
-278319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 9 | + | |
24 | 10 | | |
25 | 11 | | |
26 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments