forked from NomicFoundation/hardhat
-
Notifications
You must be signed in to change notification settings - Fork 4
Patch 4 #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Dargon789
wants to merge
4,260
commits into
web3:main
Choose a base branch
from
Dargon789:patch-4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Patch 4 #11
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dargon789
commented
Apr 27, 2025
- Because this PR includes a bug fix, relevant tests have been included.
- Because this PR includes a new feature, the change was previously discussed on an Issue or with someone from the team.
- I didn't do anything of this.
* Update index.md * Update README.md * Update upgradeable-proxies.md
…#832) * fix: add additional validation for global parameters Default values for parameters masked the test cases for our global parameters feature. This commit adds additional tests for parameters without default values and enhances the validations to support Global Parameters as an option. * fix: use global params where other module params exist If there is a parameter defined in Global parameters, and a different parameter defined at the module level, we were failing to find the global parameter. This has been fixed with a more explicit lookup in `resolveModuleParameter`. Two tests have been added to check module param lookup where a different global parameter exists, and global parameter lookup where a different module parameter exists. * refactor: pull out shared validation code Pull out the shared validation resolution code for module/global/default value resolution for module parameters. Fixes NomicFoundation#834
To ensure we work with nested parameters we use a replacer function on stringify, rather than swapping out individual params.
Update the packages versions and changelogs for the `0.15.8 - 2024-11-22` release.
Added pnpm to tabgroup
Using `--save-dev` keeps it closer to the other install commands.
…etion.md Co-authored-by: Patricio Palladino <[email protected]>
* Add plugin hardhat-tx-decoder and fix typo * Fix prettier Signed-off-by: Axel Loupias <[email protected]>
* feat: adds --output to flatten * fix: adds temporary file * chore: clean up after failed flatten test run * docs: add a changeset for the new --output param --------- Co-authored-by: John Kane <[email protected]> Co-authored-by: Piotr Galar <[email protected]>
…ficulty Make totalDifficulty field optional, as spec has changed.
* Update README.md * Update oracles.md * Update reference.md
* Update info.md * Update docs/temp/info.md --------- Co-authored-by: John Kane <[email protected]>
* Update test-contracts.md * Update docs/src/content/hardhat-runner/docs/guides/test-contracts.md --------- Co-authored-by: John Kane <[email protected]>
…NomicFoundation#6011) * typos using-viem.md * typos formatting.md
* Update deploying.md * Update README.md
…/module-after-fix Resolve all dependencies when using submodules in `after`
…/arbitrum-sepolia Add arbitrum sepolia to chain config
…umberjs-types Fix compilation error with bignumber.js latest types
…umber-js-latest-types-chai-matchers Fix compilation error with bignumber.js latest types
* 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
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] <[email protected]>
…ot/npm_and_yarn/vite-5.4.17 Bump vite from 5.4.11 to 5.4.17
Fix broken link
* Update link README.md * Update link README.md
NomicFoundation#6607) * feat: support chainId values above 2^32 - 1 for local account transactions * refactor: improve comment and simplify logic --------- Co-authored-by: Luis Schaab <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Signed-off-by: AU_gdev_19 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.