overwrites storage slots of on-chain contracts that are pulled in with fixed values to allow for repeatable tests that aren't broken by mainnet state evolution
improves the testing for seek
gas optimizes the implementation of seek; this makes seek about 1.6% cheaper
There's a lot more that can be done on the tests now that they're deterministic, but I think the diff here is big enough for one PR.
Does a few things:
seek
seek
; this makesseek
about 1.6% cheaperThere's a lot more that can be done on the tests now that they're deterministic, but I think the diff here is big enough for one PR.