convex-shutdown-simulation icon indicating copy to clipboard operation
convex-shutdown-simulation copied to clipboard

Simulates a call to Convex Finance's system shutdown method, which uses about 16M gas

Results 4 convex-shutdown-simulation issues
Sort by recently updated
recently updated
newest added

This sim relies on a lot of network requests, which are done over HTTPS. Foundry is adding websocket support, and if Hardhat and Ganache both support websockets as well we...

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...