Inphi

Results 69 comments of Inphi

@mbaxter I fixed a bug in `dmult`. And I've removed the `dmult` fuzz tests in favor of more static tests. I couldn't figure out a way to reimplement dmult correctly...

which includes the various load/store left/right instructions.

> [@Inphi](https://github.com/Inphi) - Maybe some improvement we can add to the sub-issue level is to add assignees for each and add dates to it, so we know how this Parent...

We can begin writing op-challenger and op-proposer acceptance tests by validating using gostack as the backend.

> The CI jobs seem stuck. Should I do a new push to trigger them again or is there a better way to deal with it? yeah. try rebasing on...

Good points on the short-life of cannon. We can push the metrics to influx. Which is already integrated with grafana cloud. It's not exactly as open as prometheus but it...

Discussed offline w/ mbaxter on some interesting metrics to collect: - maxStepsBetweenLLAndSC - maximum steps between LL and SC. - numReservationInvalidations - number of invalid reservations (failed SCs). - numForcedPreemptions...

@meyer9 I want to bring this issue to your attention given the work on the historical state indexer. The indexer should cover the special case highlighted in the OP where...

I think you only need strict versions pragmas for actual contracts. Libraries and abstract contracts, since they do not produce concrete abi artifacts, can have a fuzzy solc version specified....