Jordan Hrycaj 070b06f809
Implement backend filter mechanics (#1730)
details:
* Tested features
  + Successively store filters with increasing filter ID (think block number)
  + Cascading through fifos, deeper fifos merge groups of filters
  + Fetch squash merged N top fifos
  + Delete N top fifos, push back merged fifo, continue storing
  + Fifo chain is verified by hashes and filter ID
* Not tested yet
  + Real live scenario (using data dumps)
  + Real filter data (only shallow filters used so far)
2023-09-05 19:00:40 +01:00
..
2023-06-12 12:58:53 +07:00
2019-10-31 06:17:01 +01:00
2023-05-23 11:36:20 +03:00
2023-06-26 16:58:59 +07:00

tests

TODO: more GeneralStateTest fixtures!