Skip to content

[pull] main from NomicFoundation:main #2

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 2,203 commits into
base: main
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented May 3, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

alcuadrado and others added 27 commits October 26, 2024 23:15
pnpm 13 changed the `pnpm pack` output to include the entire contents.
The scripts have been modified to grep out the only information we want,
the tgz file generated by the pack.
* Update index.md

* Update README.md

* Update upgradeable-proxies.md
* 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 #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.
alcuadrado and others added 30 commits March 23, 2025 21:13
Replace the usual banner with an `AlphaBanner` component
* 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 <[email protected]>
* Add avax hardfork history

* Add changeset

* Fix linting issues

* Fix linting issues

---------

Co-authored-by: Luis Schaab <[email protected]>
Resolve all dependencies when using submodules in `after`
Fix compilation error with bignumber.js latest types
…-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
…/vite-5.4.17

Bump vite from 5.4.11 to 5.4.17
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.