Skip to content

eliminate filtering account_sink and block_num_sink from views

Marcin requested to merge mi_work_about_sinks into develop
  • because alla ccounts are dumped account sink was not required
  • accounts which were produced before first dumped block giot block_num = NULL and FK use MATCH FULL matching
  • artificial block with num = block_num_sink() is not added to blocks tables, block_num_sink() is used only for accounts view, to do not returns NULL block_num field.

update patterns for replay test

replay not from start works

Merge request reports