
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@chainlink/evm-gauntlet-functions
Advanced tools
This package is an contains the comands necessary for interacting with the Chainlink Functions contracts
Whenever a contract is changed, the ABI and build must be updated this Gauntlet package.
First, ensure that Foundry is installed
In your local environment set the following environment variable to tell Foundry to use the Functions profile:
export FOUNDRY_PROFILE=functions
/contracts
.forge build
./contracts/foundry-artifacts/<contract name>/<contract name>.json
there will be artifacts. Find the relevant contracts and copy the ABI.FunctionsContracts.build.json
file:/contracts
.foundry.toml
the [profile.functions]
temporarily update test
to point only to thetest = 'src/v0.8/functions/tests/v1_X/testhelpers/FunctionsClientUpgradeHelper.sol'
forge build --build-info --build-info-path=./info
./contracts/info
. Verify that it looks as expected, then copy the contents into FunctionsContracts.build.json
*If using Linux, remove the .Linux.gcc
suffix from the end of the field "solcLongVersion"
There are scenarios such as when testing new code or deploying to a staging DON that you may want to make changes and use them through the Gauntlet package.
The proper way to do this would be:
gauntlet-evm
's @chainlink/evm-gauntlet-functions
package.jsonyarn build
from the gauntlet-evm
respositorygauntlet
repository link local package version using npm link [path to gauntlet-evm's @chainlink/evm-gauntlet-functions package.json]
gauntlet
's package.json to depend on the local version that was bumped to in gauntlet-evm
's @chainlink/evm-gauntlet-functions
package.jsonyarn install
from the gauntlet
repositoryyarn build
from the gauntlet
repositorygauntlet
repository's node_modules
should have @chainlink/evm-gauntlet-functions
with the version that you set locally and running npm ls -g
should show the local package versiongauntlet-evm
can be reloaded by running yarn build
in gauntlet-evm
and then again in gauntlet
FAQs
EVM Gauntlet Functions
The npm package @chainlink/evm-gauntlet-functions receives a total of 1,672 weekly downloads. As such, @chainlink/evm-gauntlet-functions popularity was classified as popular.
We found that @chainlink/evm-gauntlet-functions demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.