Matt Solomon

Results 153 issues of Matt Solomon

Ideally the CI will run the benchmarks and save results somewhere. However, @alcuadrado has mentioned the performance of GH runners may fluctuate, though this may only occur between jobs and...

Some simulations query the node for this, some hardcode the address, and some just overwrite the owner with a local account. For consistency, let's just hardcode the owner address (the...

For each tool, benchmark scripts should report - full execution time, i.e. including tool startup time - execution time of just the transaction simulation (not sure if this is possible...

I was trying to view the source of a contract, but his contract uses the EIP-1967 proxy pattern, so I couldn't view the underlying logic. There are two potential features...

enhancement
question

Using the following test data: - repo: https://github.com/ScopeLift/optimizoors-perpetual-protocol - commit: 4a5ab700bf2dfa9b8e95c5f1de6baaacfd00dcd2 - address: 0xbf2870611603b2f02b8616e0fe65c60f7657a0f4 - chains: Optimism 0x3de2ecd811ffc00e9d256e39a458e3f5a2e6cb4205e39677570fcd11c7f29a54 The only difference between the found and expected creation code is that...

bug

### Describe the desired feature: It would be nice to see stats per chain, and aggregated across all chains (that Dune supports), such as: 1. Total deployments, 2. Count of...

feature 💥
help wanted 🆘

dapptools has a counter like the one in the screenshot below so you can track progress in fuzz runs while those fuzz runs are executing. I recently ran a 10k...

T-feature
Cmd-forge-test
C-forge
D-average
T-perf

> Per superchain a set of canonical implementation deployments, per semver version, is tracked. As default, an empty collection of deployments can be set: I think this should be tweaked...

Currently the default `_postCheck` hook just logs a warning, to encourage people to implement it when creating tasks (example [here](https://github.com/ethereum-optimism/superchain-ops/blob/651056909a606e0f6a2b7bdbaf9e61ff1c67e002/script/SignFromJson.s.sol#L39)). It would be ideal to have a `require(false, "_postCheck not...