Skip to content

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
wants to merge 4,260 commits into
base: main
Choose a base branch
from
Open

Patch 4 #11

wants to merge 4,260 commits into from

Conversation

Dargon789
Copy link

  • 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.

donatik27 and others added 30 commits November 21, 2024 10:47
* 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.
* 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]>
zoeyTM and others added 27 commits April 1, 2025 17:25
…/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
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.