Skip to content
  • Marcin's avatar
    eliminate filtering account_sink and block_num_sink from views · 1b7c4a8d
    Marcin authored and Marcin's avatar Marcin committed
    - 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
    1b7c4a8d