-
Expected result:
Test should be passed
Received result:
Error: Invalid JSON RPC response: ""
**Configs and logs:**
Hardhat config file
```json
{
"name": "@alium-finance/shp-v2",
"li…
-
Briefly, the [Diamond Multi-Facet Proxy](https://eips.ethereum.org/EIPS/eip-2535) is a fine-grained proxy. It allows function selectors from multiple implementation contracts to be invoked with `deleg…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.1.0 (d08a59e 2022-03-01T00:29:11.959377+00…
-
Hi! We would love to use solidity-coverage over at [juicebox.money](https://juicebox.money) as we are writing a new version of the protocol. I have tried using the `configureYulOptimizer` flag, but it…
-
ERC165 enables some form of contract introspection, by advertizing supported interfaces. Some implementation hardcode the interface identifier
```
function supportsInterface(bytes4 interfaceId) pu…
-
Hello, when I include await resetNetworkFork() at the top of one of my tests, I get
``` InvalidArgumentsError: Errors encountered in param 0: Invalid value undefined supplied to : HardhatNetworkConf…
-
**Submitting author:** @N-Wouda (Niels Wouda)
**Repository:** https://github.com/N-Wouda/ALNS
**Branch with paper.md** (empty if default branch): joss-paper
**Version:** v5.0.4
**Editor:** @hugoledoux…
-
This issue is to add a way to run a coverage report when testing.
-
cf: [solidity 10354][1]
@dileepfrog discovered a way to configure the optimizer so stack too deep errors go away without stripping out the trace.
```
config.compilers.solc.settings.optimizer.enab…
-
Currently, many functionalities supported by the contract are untested (e.g. call, multi-call, buy domain, command, etc.). I had to manually test them end-to-end using the full web client. This makes …