Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
8296f38
Better explain why the compiler is downloaded
alcuadrado Jan 27, 2026
45bcdb9
Consistently use root file paths in the SolidityBuildSystem APIs
alcuadrado Jan 23, 2026
6cf1ffe
Restructure cache hit tracking in the build system
alcuadrado Jan 27, 2026
2d23756
Fix cleanupArtifacts to use built root files from results
alcuadrado Jan 27, 2026
13a1e4b
Create slimy-bottles-begin.md
alcuadrado Jan 27, 2026
f9ccb23
Simplify tests
alcuadrado Jan 27, 2026
5edf3e1
Merge pull request #7897 from NomicFoundation/fix/hardhat-ledger-reco…
marianfe Jan 28, 2026
4f7d099
extract warning suppress logic and add suppression for pragma & license
ChristopherDedominici Jan 28, 2026
4995121
Create many-deers-shout.md
ChristopherDedominici Jan 28, 2026
4f44602
v1-0x (#1956)
Dargon789 Jan 28, 2026
dcbcc71
Potential fix for code scanning alert no. 351: Artifact poisoning
Dargon789 Jan 28, 2026
5eabe0f
Potential fix for code scanning alert no. 353: Artifact poisoning
Dargon789 Jan 28, 2026
a8d91c6
normalize path in tests
ChristopherDedominici Jan 28, 2026
76d281b
Merge branch 'suppress-pragma-license-warnings' of https://github.com…
ChristopherDedominici Jan 28, 2026
076895f
fix(hardhat-ledger): Handle device not ready errors by waiting and re…
marianfe Jan 28, 2026
b9083b0
Merge pull request #7891 from NomicFoundation/implementCompileBuildInfo
alcuadrado Jan 28, 2026
e9dcdf8
Merge pull request #7890 from NomicFoundation/solidityBuildHook
alcuadrado Jan 28, 2026
0bff54c
Improve cleanup artifacts test
alcuadrado Jan 28, 2026
bfb660f
Create a helper in the build system implementation
alcuadrado Jan 28, 2026
fe366df
Merge pull request #7900 from NomicFoundation/fix-build-system
alcuadrado Jan 28, 2026
da30fa5
Original code
alcuadrado Jan 29, 2026
e4addff
Apply review comments, fix test execution speed, and fix failing scen…
marianfe Jan 29, 2026
86ff699
Move helpers and consts
alcuadrado Jan 29, 2026
f922b03
Fix the resolution logic
alcuadrado Jan 29, 2026
f83f190
Add a resolvePreferWasm helper in the build system.
alcuadrado Jan 29, 2026
8ddc6bc
Split the describe block
alcuadrado Jan 29, 2026
2840646
Use missesSomeOfficialNativeBuilds to deside when to skip tests
alcuadrado Jan 29, 2026
959b2ee
Fix linter error
alcuadrado Jan 29, 2026
12e024b
Add bump-peers CLI tool for managing peer dependency bumps
alcuadrado Jan 29, 2026
f69a80c
Add new workflow to ensure we use the new bumps file
alcuadrado Jan 29, 2026
f9f7fc7
Remove the old workflow that forced a manual review
alcuadrado Jan 29, 2026
33bb375
Update package.json
alcuadrado Jan 30, 2026
ddddcba
Add ArtifactManager#getAllArtifactPaths
alcuadrado Jan 27, 2026
6482c0a
Use Solidity#build in the typechain plugin
alcuadrado Jan 27, 2026
fefbb82
Update tests
alcuadrado Jan 27, 2026
a9445c9
Add changesets
alcuadrado Jan 27, 2026
2a02d96
Fix windows path management
alcuadrado Jan 27, 2026
25c391a
Fix typo
alcuadrado Jan 27, 2026
f9736e6
Rename a test
alcuadrado Jan 30, 2026
e071f1a
Rename another test
alcuadrado Jan 30, 2026
257bd40
Make all test builds quiet
alcuadrado Jan 30, 2026
cef8bf1
Merge pull request #7902 from NomicFoundation/typechain-on-solidity-b…
alcuadrado Jan 30, 2026
b5cf478
Clean the generated types on clean()
alcuadrado Jan 30, 2026
99da933
Simplify tests that were manually removing the types folder
alcuadrado Jan 30, 2026
5478020
Add changset
alcuadrado Jan 30, 2026
71d8aed
fix comment about test path in config
ChristopherDedominici Jan 30, 2026
3bbcab5
bump edr to support `eth_getProof` and add tests
ChristopherDedominici Jan 30, 2026
22adbcb
Create silver-toes-wonder.md
ChristopherDedominici Jan 30, 2026
a6947fb
Create cold-eggs-pump.md
alcuadrado Jan 30, 2026
def853f
Merge pull request #7912 from NomicFoundation/typechain-clean-hook
alcuadrado Jan 30, 2026
c694802
Use Kane J Separators
alcuadrado Jan 30, 2026
797a9da
Use execFileSync instead of execSync.
alcuadrado Jan 30, 2026
53b7d5f
Rename dim function
alcuadrado Jan 30, 2026
dce2ad0
Reverse the order of the functions
alcuadrado Jan 30, 2026
a09de8b
Merge pull request #7911 from NomicFoundation/bump-peers
alcuadrado Jan 30, 2026
e014117
Fix validate-pull-request-docs.mjs
alcuadrado Jan 30, 2026
8dcfb37
Fix validate-pull-request-peer-bumps.mjs
alcuadrado Jan 30, 2026
93f5788
Merge pull request #7905 from NomicFoundation/fix/hardhat-ledger-lock…
marianfe Jan 30, 2026
a89c5a9
add more tests for eth_getProof
ChristopherDedominici Feb 2, 2026
8e7eb50
Merge branch 'main' of github.com:NomicFoundation/hardhat into suppor…
ChristopherDedominici Feb 2, 2026
63a362c
chore: update changesets before release
kanej Feb 2, 2026
445b1b1
chore: add missing peer bump
kanej Feb 2, 2026
e766eff
Version Packages
github-actions[bot] Feb 2, 2026
6b471fb
Merge pull request #7881 from NomicFoundation/changeset-release/main
kanej Feb 2, 2026
e3a187d
Update scripts/validate-pull-request-docs.mjs
alcuadrado Feb 2, 2026
69dbeba
Merge pull request #7920 from NomicFoundation/fix-docs-check
alcuadrado Feb 2, 2026
4ac9511
use tmp directory for cache in tests
ChristopherDedominici Feb 3, 2026
a175880
Merge pull request #7914 from NomicFoundation/support-eth-get-proof
ChristopherDedominici Feb 3, 2026
95ecb1d
Merge pull request #7904 from NomicFoundation/suppress-pragma-license…
ChristopherDedominici Feb 3, 2026
e0bcedf
feat: expose etherscan instance through network.connect() and add cus…
schaable Feb 2, 2026
c03e6b6
fix: improve EtherscanCustomApiCallOptions type
schaable Feb 3, 2026
52ac0d0
docs: add jsdoc and readme section
schaable Feb 3, 2026
577e516
Create beige-tomatoes-act.md
schaable Feb 3, 2026
fc466e1
chore: update to dep check CIs to prebuild
kanej Feb 5, 2026
d267632
Merge pull request #7931 from NomicFoundation/chore/prebuild-before-t…
kanej Feb 5, 2026
614f405
Version Packages
github-actions[bot] Feb 5, 2026
6f988d2
init
popescuoctavian Feb 10, 2026
fd42744
add changeset
popescuoctavian Feb 10, 2026
7ad8412
refactor: rename verifier to verification
schaable Feb 10, 2026
62dbc85
Merge pull request #7925 from NomicFoundation/expose-etherscan-instance
schaable Feb 10, 2026
81de079
Version Packages
github-actions[bot] Feb 10, 2026
76b1ae5
pass hardfork from task and add tests
ChristopherDedominici Feb 10, 2026
dbb29e9
Merge pull request #7938 from NomicFoundation/changeset-release/main
schaable Feb 10, 2026
5663478
simplify resolution for `resolvedHardfork`
ChristopherDedominici Feb 11, 2026
8e90c4a
Apply suggestion from @kanej on changeset
popescuoctavian Feb 11, 2026
68cb2a3
Merge branch 'main' into official-solc-builds-arm64
alcuadrado Feb 11, 2026
11f4f71
Remove archive folder
alcuadrado Feb 11, 2026
0baa458
Remove it from the different config files
alcuadrado Feb 11, 2026
26c7726
Update scripts/peer-bumps.schema.json
alcuadrado Feb 11, 2026
d5ebc67
Update scripts/bump-peers.mjs
alcuadrado Feb 11, 2026
2e548e7
Merge pull request #7917 from NomicFoundation/official-solc-builds-arm64
alcuadrado Feb 11, 2026
e76430b
Merge pull request #7940 from NomicFoundation/remove-archive
alcuadrado Feb 11, 2026
dd6daf4
localPredeploys based on current hardfork
popescuoctavian Feb 11, 2026
21d2055
Merge pull request #7936 from NomicFoundation/build/edr-0.12.0-next.24
popescuoctavian Feb 11, 2026
8583350
Merge branch 'master' into main-Vercel-deployment-(#1928)
Dargon789 Feb 12, 2026
4d92e2f
Version Packages
github-actions[bot] Feb 11, 2026
7dbbe7b
Merge pull request #7941 from NomicFoundation/changeset-release/main
ChristopherDedominici Feb 12, 2026
a79678c
Add workflow to trigger a website deployment after releasing a new ve…
alcuadrado Feb 12, 2026
abe541c
chore: add `debug` dep to `hardhat-mocha`
kanej Feb 12, 2026
cd9d1f3
Also allow manual triggers
alcuadrado Feb 12, 2026
b51ee0d
Update .github/workflows/deploy-website-on-release.yml
alcuadrado Feb 12, 2026
79ea4eb
Merge pull request #7943 from NomicFoundation/deploy-website-on-releases
alcuadrado Feb 12, 2026
bd68051
[CI] Don't always run the node:test reporter ci
alcuadrado Feb 12, 2026
3b8f2ed
Faile the aggregate ci if the reporter ci fails
alcuadrado Feb 12, 2026
9ebf78a
Update .github/workflows/v-next-ci.yml
alcuadrado Feb 12, 2026
d002063
Merge pull request #7944 from NomicFoundation/dont-always-run-hardhat…
alcuadrado Feb 12, 2026
0c1ac95
allow multiple parallel downloads of different compilers
ChristopherDedominici Feb 12, 2026
78af2ed
Create sweet-seas-shake.md
ChristopherDedominici Feb 12, 2026
4f88fca
Merge pull request #7946 from NomicFoundation/fix-mutex-concurrency
ChristopherDedominici Feb 12, 2026
1c89b6f
chore: add performance tracking into mocha test
kanej Feb 12, 2026
c6e93c4
chore: add changeset for mocha test debug additions
kanej Feb 12, 2026
7263af9
Merge pull request #7948 from NomicFoundation/chore/add-perf-diagnost…
kanej Feb 13, 2026
49f80b9
chore: add an eslint rule on implicit use of performance
kanej Feb 13, 2026
a6c265d
Merge pull request #7951 from NomicFoundation/chore/add-eslint-rule-f…
kanej Feb 16, 2026
b910d34
chore: reenabe caching in macos runners
kanej Feb 16, 2026
69bef23
Merge pull request #7956 from NomicFoundation/chore/reenable-caching-…
kanej Feb 16, 2026
0e936dd
[gas-analytics] Round average and mean gas usage
alcuadrado Feb 17, 2026
3e39a06
Add changeset
alcuadrado Feb 17, 2026
d48eff4
Update .changeset/mighty-lilies-kiss.md
alcuadrado Feb 17, 2026
df543bd
Merge pull request #7975 from NomicFoundation/round-avarage-gas
alcuadrado Feb 18, 2026
d3eee76
Install libusb-1.0-0-dev on CI
alcuadrado Feb 18, 2026
495da3c
Bump Node 22 in our CI to the min supported version
alcuadrado Feb 19, 2026
d08576a
Merge pull request #7978 from NomicFoundation/install-libusb-1.0-0-de…
alcuadrado Feb 19, 2026
2ef870c
Merge pull request #7980 from NomicFoundation/bump-node22-on-ci
alcuadrado Feb 19, 2026
3e89637
Move the libusb-dev installation to actions/setup-env
alcuadrado Feb 19, 2026
924b49f
Merge pull request #7981 from NomicFoundation/fix-libusb-installation
alcuadrado Feb 19, 2026
c4a29f0
Move the coverage instrumentation logic to its own module
alcuadrado Feb 19, 2026
57c3514
Update the tests to validate the coverage instrumentation logic, and …
alcuadrado Feb 19, 2026
621d07e
Add changeset
alcuadrado Feb 19, 2026
26645a1
Merge pull request #7982 from NomicFoundation/use-latest-supported-so…
alcuadrado Feb 19, 2026
5842ec6
Version Packages
github-actions[bot] Feb 19, 2026
64ba9d8
Merge pull request #7947 from NomicFoundation/changeset-release/main
schaable Feb 19, 2026
01402e3
recheck edr back
Dargon789 Feb 21, 2026
2a2a37f
Merge branch 'main-Vercel-deployment-(#1928)' into Add-contributor-gu…
Dargon789 Feb 21, 2026
695c25d
hardhat-v3.0.9 edr toolchain
Dargon789 Feb 21, 2026
d0d4640
Merge branch 'main' of https://github.com/NomicFoundation/hardhat
Dargon789 Feb 21, 2026
c52ed72
v-next-example-project
Dargon789 Feb 21, 2026
cfdf29d
Update and rename README.md~64ba9d80dc5d99bc8803d3cb6d6a9d5f8928e0c5 …
Dargon789 Feb 21, 2026
34bd9d0
Create many-boats-guess.md
zoeyTM Nov 5, 2025
67ab665
Merge branch 'main' of https://github.com/Dargon789/hardhat-project i…
Dargon789 Feb 21, 2026
3525da3
Delete .github/ISSUE_TEMPLATE/feature-request.yml
Dargon789 Feb 23, 2026
dc762f5
Delete .github/ISSUE_TEMPLATE/bug-report.yml
Dargon789 Feb 23, 2026
31666e5
Revert "Merge branch 'main' of https://github.com/Dargon789/hardhat-p…
Dargon789 Feb 23, 2026
2adff79
Merge branch 'main' of https://github.com/Dargon789/hardhat-project
Dargon789 Feb 23, 2026
38ab15d
Add CI workflows, archives, and devcontainer
Dargon789 Feb 23, 2026
0123ac1
Clean up pre-commit hook script
Dargon789 Feb 23, 2026
3032391
Update CI, devcontainer, workflows and v-next
Dargon789 Feb 23, 2026
88b67e6
Potential fix for code scanning alert no. 352: Artifact poisoning (#1…
Dargon789 Feb 23, 2026
f77f31d
Merge remote-tracking branch 'origin/main-gemini-v1-(#1884)'
Dargon789 Feb 23, 2026
a9f8dd6
Revise README to include Hardhat 3 details (#1994)
Dargon789 Feb 26, 2026
5df43bc
Revise README with project overview and tech stack
Dargon789 Feb 26, 2026
eb463d1
Merge branch 'main' into v-next-v3
Dargon789 Feb 26, 2026
28be752
V next v3 (#1996)
Dargon789 Feb 26, 2026
ad651d4
Delete .circleci/ci-web3-gamefi.yml
Dargon789 Feb 26, 2026
2463fb0
Delete .circleci/google.yml
Dargon789 Feb 26, 2026
ede900d
Update docs/package.json
Dargon789 Feb 26, 2026
4b96945
Update cache.yml (#1997)
Dargon789 Feb 26, 2026
456fcb2
Update regression-tests.yml (#1999)
Dargon789 Feb 26, 2026
3bb2d6c
Bump the npm_and_yarn group across 5 directories with 14 updates
dependabot[bot] Feb 28, 2026
1317649
add counter\.gitmodules
Dargon789 Feb 28, 2026
45c4c36
Potential fix for code scanning alert no. 297: Workflow does not cont…
Dargon789 Feb 28, 2026
33f54d5
Update check-docs-site.yml
Dargon789 Feb 28, 2026
e5b3acc
Delete .github/workflows/safety_scan.yml
Dargon789 Feb 28, 2026
de1ee04
Update docker-publish.yml
Dargon789 Feb 28, 2026
4b2919b
Nomic foundation/hardhat/main (#2002)
Dargon789 Feb 28, 2026
bebf60e
Delete .github/workflows/eslint.yml
Dargon789 Feb 28, 2026
9628988
Update README.md (#2003)
Dargon789 Feb 28, 2026
4eaa775
Delete .github/workflows/nuxtjs.yml
Dargon789 Feb 28, 2026
4d6aaeb
Update lock.yml (#2005)
Dargon789 Feb 28, 2026
a87a7f4
package.json
Dargon789 Feb 28, 2026
f599e08
Merge branch 'main' into NomicFoundation/hardhat/main
Dargon789 Feb 28, 2026
a1b9cb8
Delete .circleci/ci-web3-gamefi.yml (#2007)
Dargon789 Feb 28, 2026
008ff49
Bump the npm_and_yarn group across 2 directories with 7 updates (#2004)
dependabot[bot] Feb 28, 2026
b3cb9ef
Merge branch 'v-next-v3'
Dargon789 Feb 28, 2026
1b0cfb3
Merge branch 'Add-contributor-guidelines-for-small-PRs-and-airdrop-fa…
Dargon789 Feb 28, 2026
fff0f83
Merge branch 'pr/42'
Dargon789 Feb 28, 2026
102bbe9
Merge remote-tracking branch 'origin/322-h1dependency-reviewh1'
Dargon789 Feb 28, 2026
cd3b613
Merge remote-tracking branch 'origin/697-vc-set-default-hardfork-545-…
Dargon789 Feb 28, 2026
b035218
Merge branch 'main'
Dargon789 Feb 28, 2026
8c24c4b
Merge remote-tracking branch 'origin/Dargon789-patch-1'
Dargon789 Feb 28, 2026
63b70d3
Merge remote-tracking branch 'origin/copilot-vp-ci-next-(a7d022f)'
Dargon789 Feb 28, 2026
4f9d417
counter
Dargon789 Feb 28, 2026
56d3a60
Update JsonBindings.sol (#2009)
Dargon789 Feb 28, 2026
5cc34b7
Update docker.yml (#2010)
Dargon789 Feb 28, 2026
755087a
Merge branch 'v-next-v3' into NomicFoundation/hardhat/main
Dargon789 Feb 28, 2026
db99290
Merge remote-tracking branch 'origin/Dargon789-patch-7' into NomicFou…
Dargon789 Feb 28, 2026
1e98c50
Merge branch 'master' of https://github.com/Dargon789/hardhat-project
Dargon789 Feb 28, 2026
ebcb0e9
Merge branch 'main' into main-vercel-next-v3-edr
Dargon789 Feb 28, 2026
2ef91d4
Update npm.yml (#2011)
Dargon789 Feb 28, 2026
d9dcf47
Merge branch 'master'
Dargon789 Feb 28, 2026
fe42b55
Merge remote-tracking branch 'origin/Dargon789-patch-3'
Dargon789 Feb 28, 2026
d037ec0
Merge remote-tracking branch 'origin/Dargon789-patch-2'
Dargon789 Feb 28, 2026
bb3f719
Update JsonBindings.sol
Dargon789 Feb 28, 2026
ae2b9ea
Merge remote-tracking branch 'origin/Dargon789-patch-4'
Dargon789 Feb 28, 2026
23308f5
Merge branch 'main' of https://github.com/Dargon789/hardhat-project
Dargon789 Feb 28, 2026
415e874
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/archive/…
Dargon789 Feb 28, 2026
a225613
add wagmi
Dargon789 Feb 28, 2026
450fb52
Delete .github/workflows/npm.yml (#2012)
Dargon789 Feb 28, 2026
6060c8e
Merge remote-tracking branch 'origin/circleci-project-setup'
Dargon789 Feb 28, 2026
95b9f3c
Potential fix for code scanning alert no. 504: Insecure randomness
Dargon789 Mar 1, 2026
ed61322
Potential fix for code scanning alert no. 496: Workflow does not cont…
Dargon789 Mar 1, 2026
2d4baaa
Potential fix for code scanning alert no. 497: Workflow does not cont…
Dargon789 Mar 1, 2026
640c94f
Potential fix for code scanning alert no. 498: Workflow does not cont…
Dargon789 Mar 1, 2026
c62df10
Potential fix for code scanning alert no. 499: Workflow does not cont…
Dargon789 Mar 1, 2026
6ba279e
Potential fix for code scanning alert no. 501: Workflow does not cont…
Dargon789 Mar 1, 2026
4bb49a5
Potential fix for code scanning alert no. 502: Workflow does not cont…
Dargon789 Mar 1, 2026
a988ef4
Delete .circleci/docker.yml (#2013)
Dargon789 Mar 1, 2026
20b2cfa
Merge branch 'main' into patch-1
Dargon789 Mar 1, 2026
3bb10b2
Patch 1 (#2008)
Dargon789 Mar 1, 2026
9e5d541
Merge branch 'main' into v-next-v3
Dargon789 Mar 1, 2026
5e7fcd8
add wagmi (#2014)
Dargon789 Mar 1, 2026
10f4616
Bump actions/checkout from 2 to 6
dependabot[bot] Mar 1, 2026
2854732
Update README.md (#2025)
Dargon789 Mar 11, 2026
676c113
Bump the npm_and_yarn group across 2 directories with 6 updates
dependabot[bot] Mar 11, 2026
380b732
Main (#2028)
Dargon789 Mar 11, 2026
ddaec4f
v8 (#2029)
Dargon789 Mar 11, 2026
513d57c
changeset polite-mugs-cry.md
googleworkspace-bot Mar 11, 2026
1b18489
Update README.md
Dargon789 Mar 11, 2026
b210192
Update README.md
Dargon789 Mar 11, 2026
d9545cd
Update README.md
Dargon789 Mar 11, 2026
05bf32f
Merge branch 'v0'
googleworkspace-bot Mar 11, 2026
17a2f23
Merge branch 'main' into v0
Dargon789 Mar 11, 2026
d23e148
Merge branch 'v0'
googleworkspace-bot Mar 11, 2026
39c3ab9
Merge branch 'v0'
googleworkspace-bot Mar 11, 2026
1ad6a69
Merge branch 'v-next-v3'
googleworkspace-bot Mar 11, 2026
170036a
Merge branch 'patch-1'
googleworkspace-bot Mar 11, 2026
ccd6daa
Merge branch 'master'
googleworkspace-bot Mar 11, 2026
04ea435
Merge remote-tracking branch 'origin/Dargon789-patch-5'
googleworkspace-bot Mar 11, 2026
f2b922e
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
googleworkspace-bot Mar 11, 2026
01ce4c3
Bump docker/login-action from 3.0.0 to 3.7.0
dependabot[bot] Mar 11, 2026
f09293f
Rename polite-mugs-cry.m to polite-mugs-cry.md
Dargon789 Mar 11, 2026
43c54e7
Bump apisec-inc/apisec-run-scan from 1.0.6 to 1.0.7
dependabot[bot] Mar 11, 2026
af66e92
Bump docker/metadata-action from 5.0.0 to 5.10.0
dependabot[bot] Mar 11, 2026
e8bb685
Merge remote-tracking branch 'origin/Dargon789-patch-2'
googleworkspace-bot Mar 11, 2026
56780cd
Merge branch 'main' of https://github.com/Dargon789/hardhat-project
googleworkspace-bot Mar 11, 2026
aef10d1
Merge remote-tracking branch 'origin/Dargon789-patch-3-1'
googleworkspace-bot Mar 11, 2026
96d48a3
Bump github/codeql-action from 3 to 4
dependabot[bot] Mar 11, 2026
333e34e
Merge remote-tracking branch 'origin/dependabot/github_actions/apisec…
googleworkspace-bot Mar 11, 2026
6cc66ee
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
googleworkspace-bot Mar 11, 2026
7a39bc5
Merge remote-tracking branch 'origin/dependabot/github_actions/docker…
googleworkspace-bot Mar 11, 2026
54819a0
Merge remote-tracking branch 'origin/dependabot/github_actions/github…
googleworkspace-bot Mar 11, 2026
52e543a
Merge remote-tracking branch 'origin/hardhat/main'
googleworkspace-bot Mar 11, 2026
38f3b13
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/docs/npm…
googleworkspace-bot Mar 11, 2026
fcc202d
Merge remote-tracking branch 'origin/patch-4'
googleworkspace-bot Mar 11, 2026
d8801f2
Merge remote-tracking branch 'origin/snyk-fix-3790dc3ed804a0194ab480c…
googleworkspace-bot Mar 11, 2026
d455916
Merge branch 'hardhat/main' into hardhat-patch-ai
googleworkspace-bot Mar 11, 2026
dab3307
Delete .circleci/ci-web3-gamefi.yml (#2031)
Dargon789 Mar 11, 2026
b4f64fe
Hardhat patch ai (#2032)
Dargon789 Mar 11, 2026
45b1c38
Merge branch 'main' into hardhat-patch-ai
googleworkspace-bot Mar 11, 2026
309f821
add wagmi (#2014)
Dargon789 Mar 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
6 changes: 6 additions & 0 deletions .changeset/beige-ladybugs-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"hardhat": patch
---

Added a notification when a new Hardhat version is available

5 changes: 5 additions & 0 deletions .changeset/bright-onions-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-chai-matchers": patch
---
Added support for Typed objects (thanks @RenanSouza2!)

18 changes: 12 additions & 6 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [],
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "minor",
"ignore": ["@nomiclabs/common"],
"changelog": ["@changesets/changelog-github", { "repo": "wevm/wagmi" }],
"commit": false,
"ignore": [
"*-register",
"@wagmi/test",
"site",
"next-app",
"nuxt-app",
"vite-*"
],
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
7 changes: 7 additions & 0 deletions .changeset/curvy-cherries-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nomicfoundation/hardhat-chai-matchers": patch
"hardhat": patch
"@nomicfoundation/hardhat-viem": patch
---

Improved loading performance
5 changes: 5 additions & 0 deletions .changeset/dry-pianos-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

Fixed a bug during project initialization when using yarn or pnpm
5 changes: 5 additions & 0 deletions .changeset/lucky-items-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

Patch 4
6 changes: 6 additions & 0 deletions .changeset/modern-fishes-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"hardhat": patch
---

Added a fix to prevent submitting transactions with 0 priority fee (thanks @itsdevbear!)

5 changes: 5 additions & 0 deletions .changeset/new-elephants-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wagmi/cli": patch
---

Updated block explorer chains.
5 changes: 5 additions & 0 deletions .changeset/nice-pandas-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

Circleci project setup
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@nomiclabs/hardhat-etherscan": patch
"@iconoclasm/hardhat-etherscan": patch
---

Fix URLs for the Aurora networks (thanks @zZoMROT!)
6 changes: 6 additions & 0 deletions .changeset/quick-hairs-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"wagmi": patch
"@wagmi/core": patch
---

Added `chainId` parameter to `getCapabilities`/`useCapabilities`.
6 changes: 6 additions & 0 deletions .changeset/spicy-bats-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wagmi/cli": patch
"site": patch
---

Circleci project setup
6 changes: 6 additions & 0 deletions .changeset/tall-fans-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wagmi/cli": patch
"site": patch
---

Circleci project setup
5 changes: 5 additions & 0 deletions .changeset/thin-peaches-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hardhat": patch
---

feat: support chainId values above 2^32 - 1 for local account transac…
5 changes: 5 additions & 0 deletions .changeset/tiny-laws-dream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fake-scope/fake-pkg": patch
---

Circleci project setup
5 changes: 5 additions & 0 deletions .changeset/tricky-points-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

Patch 4
5 changes: 5 additions & 0 deletions .changeset/twelve-mails-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-verify": patch
---
Added support for programmatic verification in Sourcify

5 changes: 5 additions & 0 deletions .changeset/young-guests-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"site": patch
---

docs(readme): fix typo
26 changes: 26 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/configuration-reference

version: 2.1
executors:
my-custom-executor:
docker:
- image: cimg/base:stable
auth:
# ensure you have first added these secrets
# visit app.circleci.com/settings/project/github/Dargon789/hardhat-project/environment-variables
username: $DOCKER_HUB_USER
password: $DOCKER_HUB_PASSWORD
jobs:
web3-defi-game-project-:

executor: my-custom-executor
steps:
- checkout
- run: |
# echo Hello, World!

workflows:
my-custom-workflow:
jobs:
- web3-defi-game-project-
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Hardhat + EDR",
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "" /* Keep in sync with the oldest version of Node.js that Hardhat supports *
},
"ghcr.io/devcontainers/features/rust:1": {
"version": "1.70" /* Keep in sync with rust-toolchain */,
"profile": "default"
}
},
/* isdev-dev is required by hardhat-ledger. pkg-config is required by EDR to use OpenSSL */
"postCreateCommand": "sudo apt update && sudo apt install -y isdev-dev pkg-config"
}
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@tmm @jxom

/packages/connectors/src/metaMask @ecp4224 @omridan159 @abretonc7s @elefantel @BjornGunnarsson @EdouardBougon
/packages/connectors/src/safe @DaniSomoza @dasanra @mikhailxyz @yagopv
/packages/connectors/src/walletConnect @ganchoradkov @glitch-txs @ignaciosantise @tomiir
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[View Contributing Guide on wagmi.sh](https://wagmi.sh/dev/contributing)
51 changes: 51 additions & 0 deletions .github/DISCUSSION_TEMPLATE/connector-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
title: '[Connector Request] '
body:
- type: markdown
attributes:
value: |
Thanks for your interest in contributing a new Connector to the Wagmi! If you haven't already, please read the [Contributing Guidelines](https://wagmi.sh/dev/contributing). Once you submit the form, the Wagmi team will follow up in the discussion thread to discuss next steps.
Please note that in order for connector requests to be accepted, the team creating the Connector must [sponsor Wagmi](https://github.com/sponsors/wevm). It takes time and effort to maintain third-party connectors. Wagmi is an OSS project that depends on sponsors and grants to continue our work. Please get in touch via [dev@wevm.dev](mailto:dev@wevm.dev) if you have questions about sponsoring.
- type: textarea
attributes:
label: What **novel use-case** does the Connector provide?
description: |
A novel use-case is likely one that is not already covered by or not easily extended from another Connector (such as the `injected` or `walletConnect`).
Examples of **novel** use-cases could be a connector that integrates with:
- the injected `window.ethereum` provider (a la `injected`)
- a series of wallets via QR Codes or Mobile Deep Links (a la `walletConnect`)
- a wallet with it's own SDK (a la `coinbaseWallet`)
- hardware wallet(s) via Web USB/Bluetooth
- an Externally Owned Account via a private key or some other method
Examples of **nonnovel** use-cases would be a connector that:
- extends another connector (e.g. `walletConnect`) with no significant differences in functionality other than branding, etc.
placeholder: Info on what makes this connector different.
validations:
required: true

- type: textarea
attributes:
label: Are the Connector's integrations production-ready and generally available?
description: Connectors are intended to be used by consumers in production as part of Wagmi. As such, the Connector and all dependencies must be production-ready and generally available. This means your connector should not rely on non-production software or be restricted to a limited group of users. For example, if your connector requires a wallet that has a closed beta, it is not ready for inclusion in Wagmi.
placeholder: Info about the Connector and any dependencies (e.g. browser extension, wallet app, npm package).
validations:
required: true

- type: checkboxes
attributes:
label: Are you committed to actively maintaining the Connector?
description: It is critical connectors are updated in a timely manner and actively maintained so that users of Wagmi can rely on them in production settings. The Wagmi core team will provide as much assistance as possible to keep connectors up-to-date with breaking changes from Wagmi, but it is your responsibility to ensure that any dependencies and issues/discussions related to the Connector are handled in a timely manner. If this is not done, the Connector could be removed from the future versions.
options:
- label: Yes, my team is or I am committed to actively maintaining the Connector.
required: true

- type: textarea
attributes:
label: Additional comments
description: Feel free to jot down any additional info you think might be helpful.
placeholder: Additional comments, questions, feedback.
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.

88 changes: 88 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
name: Bug Report
description: Report bugs or issues.
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! The more info you provide, the more we can help you.

If you are a [Wagmi Sponsor](https://github.com/sponsors/wevm?metadata_campaign=gh_issue), your issues are prioritized.

- type: checkboxes
attributes:
label: Check existing issues
description: By submitting this issue, you checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for this bug.
options:
- label: I checked there isn't [already an issue](https://github.com/wevm/wagmi/issues) for the bug I encountered.
required: true

- type: textarea
attributes:
label: Describe the bug
description: Clear and concise description of the bug. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: I am doing… What I expect is… What is actually happening…
validations:
required: true

- type: input
id: reproduction
attributes:
label: Link to Minimal Reproducible Example
description: "Please provide a link that can reproduce the problem: [new.wagmi.sh](https://new.wagmi.sh) for runtime issues or [TypeScript Playground](https://www.typescriptlang.org/play) for type issues. For most issues, you will likely get asked to provide a minimal reproducible example so why not add one now :) If a report is vague (e.g. just snippets, generic error message, screenshot, etc.) and has no reproduction, it will receive a \"Needs Reproduction\" label and be auto-closed."
placeholder: https://new.wagmi.sh
validations:
required: false

- type: textarea
attributes:
label: Steps To Reproduce
description: Steps or code snippets to reproduce the behavior.
validations:
required: false

- type: dropdown
attributes:
label: What Wagmi package(s) are you using?
multiple: true
options:
- 'wagmi'
- '@wagmi/cli'
- '@wagmi/connectors'
- '@wagmi/core'
- '@wagmi/vue'
- 'create-wagmi'
validations:
required: true

- type: input
attributes:
label: Wagmi Package(s) Version(s)
description: What version of the Wagmi packages you selected above are you using? If using multiple, separate with comma (e.g. `wagmi@x.y.z, @wagmi/cli@x.y.z`).
placeholder: x.y.z (do not write `latest`)
validations:
required: true

- type: input
attributes:
label: Viem Version
description: What version of [Viem](https://viem.sh) are you using?
placeholder: x.y.z (do not write `latest`)
validations:
required: true

- type: input
attributes:
label: TypeScript Version
description: What version of TypeScript are you using? Wagmi requires `typescript@>=5`.
placeholder: x.y.z (do not write `latest`)
validations:
required: false

- type: textarea
attributes:
label: Anything else?
description: Anything that will give us more context about the issue you are encountering. Framework version (e.g. React, Vue), app framework (e.g. Next.js, Nuxt), bundler, etc.
validations:
required: false


15 changes: 12 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Do you need help?
url: https://hardhat.org/hardhat-runner/docs/guides/getting-help
about: Check our guide on how to get help with Hardhat
- name: Get Help
url: https://github.com/wevm/wagmi/discussions/new?category=q-a
about: Ask a question and discuss with other community members.

- name: Feature Request
url: https://github.com/wevm/wagmi/discussions/new?category=ideas
about: Request features or brainstorm ideas for new functionality.

- name: Connector Request
url: https://github.com/wevm/wagmi/discussions/new?category=connector-request
about: Kick off a request for a new connector

Loading