-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Check that:
- sum of transaction sizes for a block does not exceed block size
- there are values for all the epochs
- blocks timestamps or any timestamps should not be in the future, only in the past
- the start_time and end_time for each block should be the time stamp on the first block and last block of the epoch respectively
- data (for blocks, slots, epochs) don’t have negative values
- epochs, block numbers should be increased by 1, we can’t have missing epochs, slots and etc. in tables