PISAresearch / pisa

Accountable Watching Service
https://pisa.watch
28 stars 9 forks source link

Added blockchain machine end to end tests #396

Closed yahgwai closed 4 years ago

yahgwai commented 4 years ago

closes #386

yahgwai commented 4 years ago

All in 386 are done except

    it("start, reorg, reorg back to same point, does not detect changes twice")
    it("start, emit block from 10 in the past, emit block now, does detect all changes")

We need to use the ganche fork functionality for these - cant just do evm revert - which is a bit more complex so I've moved this to a new ticket.