save some notifications into DB
Some notifications are connected only with update values in DB and we cannot get information about when who and why changed it. The solution is to save notification about the value change in hive_notifications db table. To do not slow down the sync process and because we do not return notifications older than 90 days, the notifications are saved starting from block 44300000. hive_notifications_view includes hive_notifications_view start buffering notifs dump add block_num to notification table dynamic notifs unioned with persistant
Loading
Please sign in to comment