orbs-network / management-service

Reads network management state from Ethereum and reports it to Boyar and virtual chains
MIT License
2 stars 2 forks source link

fix possible block skip bug in events polling #34

Closed amir-arad closed 4 years ago

amir-arad commented 4 years ago

I Think there might be a test bug where events at the edge of the polling range get lost because the filter's range might be exclusive in ganache (although it should not be).

since the model de-dupes events well, I suggest we overlap the query range by one block.