This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arbitrum: don't set gas in hardhat config
This fixes the test Records Merkle Tree tests shows that inserting too many leaves triggers an error Similarly to what we found in #271 The remaining failures in `hardhat test --network arbitrum` are caused by checking exact gas costs which differ on arbitrum and concern the following tests. Records Merkle Tree Benchmarks The Records Merkle root is updated with the frontier. 1) shows how much gas is spent by updateRecordsMerkleTree Rescue benchmarks Gas spent for computing the Rescue function 2) checks gas usage of TestRescue.hash 3) checks gas usage of TestRescueNonOptimized.hash Part of #25.
- Loading branch information