-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (BIDS-2530) Fix previous arrow on block and slot page * (BIDS-2530) Make slot page show block 0 (if available) * (BIDS-2530) Enable GetBlocksDescending to get block 0 * (BIDS-2530) Enable getEth1BlocksTableData to get block 0 * (BIDS-2530) Improve getEth1BlockAndNext for block 0 * (BIDS-2530) Clamp limit in GetBlocksDescending * (BIDS-2530) Improve comment for GetBlocksDescending * (BIDS-2530) Enable indexMissingBlocks to work with block 0 * (BIDS-2530) Improve handling for block 0 * (BIDS-2530) Stop exporting all functions in misc tool * (BIDS-2530) Fix comment * (BIDS-2530) Add special handling on block page for genesis block 0 * (BIDS-2530) Show genesis slot badge properly * (BIDS-2530) Fix slot page for pre merge slots * (BIDS-2530) Improve function/variable naming * (BIDS-2530) Add comment * (BIDS-2530) Enable search to find block 0 and slots 0 to 9 * (BIDS-2530) Remove a space from a comment (yes, really) * (BIDS-2530) Enable index-missing-blocks index a single block * (BIDS-2530) Improve comment * (BIDS-2530) Add comment * (BIDS-2530) Fix slot 0 handling and rename variables * (BIDS-2530) Reduce duplicated code * (BIDS-2530) Use TimeToSlot * (BIDS-2530) Improve IsPoSBlock0 * (BIDS-2530) Improve function name * (BIDS-2530) Reduce indentation * (BIDS-2530) Fix start for blocks table * (BIDS-2530) Reduce code complexity and add comment * (BIDS-2530) Adapt time handling in IsPoSBlock0 * (BIDS-2530) Reduce code complexity * (BIDS-2530) Fix GetFullBlocksDescending for when block 0 is queued * (BIDS-2530) Fix typo * (BIDS-2530) Improve rowHandler * (BIDS-2530) Improve block 0 in GetBlocksDescending * (BIDS-2530) Harmonize block special handling * (BIDS-2530) Improve comment for getEth1BlockAndNext * (BIDS-2530) Remove debug output
- Loading branch information
Showing
13 changed files
with
293 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.