crytic-compile
crytic-compile copied to clipboard
Abstraction layer for smart contract build systems
Fixes #568 by: - Prioritize specific API key for certain explorer URLs - Fallback to using Etherscan later
When you use the `--etherscan-apikey` along with other explorer API key parameters, such as `--optim-apikey`, the etherscan API key will be added as the first `apikey` parameter, with other explorer's...
Due to a recent breaking change by Etherscan, the `apikey` parameter is now required by default. As a result, the default command for getting the source publicly will no longer...
See e.g. https://github.com/Killpit/zksync-storage-proofs/actions/runs/10022382386/job/27702087316 ``` forge --version forge build --sizes && forge build --build-info forge test -vvv --root packages/zksync-storage-contracts cd packages/zksync-storage-contracts && forge build --build-info && crytic-compile . --ignore-compile ``` Removing...
When installing `crytic-compile` on a new machine with `hardhat`, then attempting to compile a codebase, `crytic-compile` executes a command, and captures its output to reflect after the command finishes executing....
Bumps [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python) from 2.1.1 to 3.0.0. Release notes Sourced from sigstore/gh-action-sigstore-python's releases. v3.0.0 Added inputs now allows recursive globbing with ** (#106) Removed The following settings have been removed: fulcio-url,...
We switched to only compiling foundry's source directory, excluding tests and scripts, in https://github.com/crytic/crytic-compile/pull/488. This has interacted poorly with Echidna and Medusa. We should aim to have a way for...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.9.0 💅 Cosmetic Output Improvements @woodruffw💰 updated the tense on password nudge in #234 @shenxianpeng💰 helped us disable...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.10.1. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.10.1 🚑🔏 Oopsie... We missed a tiny bug in the attestations feature the other day The problem was...
Hi team, running into some issues when I am reusing a slither workflow from one of my solidity repos (core-v1) in another repo (peripheral-v1). Core-v1 repo is submodule in the...