Skip to content

Fix incorrect ordering of row_index/column_index#4764

Merged
jtraglia merged 1 commit intoethereum:masterfrom
0xMushow:fix/blob-index-functions-order
Dec 1, 2025
Merged

Fix incorrect ordering of row_index/column_index#4764
jtraglia merged 1 commit intoethereum:masterfrom
0xMushow:fix/blob-index-functions-order

Conversation

@0xMushow
Copy link
Copy Markdown
Contributor

@0xMushow 0xMushow commented Dec 1, 2025

This incorrect ordering was confusing and can cause clients to implement wrongly the following functions.

According to the structure, row_index should be the 4th parameter:

class MatrixEntry(Container):
cell: Cell
kzg_proof: KZGProof
column_index: ColumnIndex
row_index: RowIndex

@0xMushow 0xMushow changed the title fix(das): incorrect ordering of row_index / column_index Fix incorrect ordering of row_index / column_index Dec 1, 2025
@jtraglia jtraglia added the fulu label Dec 1, 2025
Copy link
Copy Markdown
Member

@jtraglia jtraglia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, good catch! I agree this could be confusing. Thanks for the fix!

@jtraglia jtraglia changed the title Fix incorrect ordering of row_index / column_index Fix incorrect ordering of row_index/column_index Dec 1, 2025
@jtraglia jtraglia merged commit adf5648 into ethereum:master Dec 1, 2025
41 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants