Skip to content

Commit cd88b59

Browse files
authored
Merge branch 'master' into powerslider/4416-migrate-message-coreth
2 parents ede1a7e + 578d0a9 commit cd88b59

File tree

7 files changed

+85
-247
lines changed

7 files changed

+85
-247
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
/tests/*.md @joshua-kim @maru-ava @meaghanfitzgerald
3131
/tests/reexecute/ @aaronbuchwald
3232
/tools/* @joshua-kim @maru-ava
33+
/vms/evm/ @ARR4N @joshua-kim @StephenButtolph
3334
/x/blockdb @DracoLi
3435
/x/merkledb @joshua-kim @rrazvan1
3536
/x/sync @joshua-kim @rrazvan1

x/blockdb/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ Index File Header (64 bytes):
5555
│ Version │ 8 bytes │
5656
│ Max Data File Size │ 8 bytes │
5757
│ Min Block Height │ 8 bytes │
58-
│ Max Contiguous Height │ 8 bytes │
5958
│ Max Block Height │ 8 bytes │
6059
│ Next Write Offset │ 8 bytes │
61-
│ Reserved │ 16 bytes│
60+
│ Reserved │ 24 bytes│
6261
└────────────────────────────────┴─────────┘
6362
6463
Index Entry (16 bytes):
@@ -119,8 +118,8 @@ On startup, BlockDB checks for signs of an unclean shutdown by comparing the dat
119118
2. For each unindexed block found:
120119
- Validates the block entry header and checksum
121120
- Writes the corresponding index entry
122-
3. Calculates the max contiguous height and max block height
123-
4. Updates the index header with the updated max contiguous height, max block height, and next write offset
121+
3. Calculates the max block height
122+
4. Updates the index header with the updated max block height and next write offset
124123

125124
## Usage
126125

0 commit comments

Comments
 (0)