-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go diffs #6
base: v1.x
Are you sure you want to change the base?
go diffs #6
Conversation
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
General format: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, I haven't see anything that shouldn't have been added!
looks like you were in the process of fixing the diff in how we're handling data https://github.com/celestiaorg/celestia-core/blob/d81b8307a23b0c843b8469f4ba1c84dca86a6fa8/types/block.go#L1014-L1028
core doesn't have the DataRootHash field, the name of which isn't important, but ofc just that we ensure the da root from app is being used everywhere
correct, i saw there was overlap with the existing field in the data of field in comet so i added this to not conflict. ill make sure it works as intended https://github.com/cometbft/cometbft/blob/main/proto/cometbft/types/v1/types.proto#L79 |
7315aa4
to
dc04438
Compare
PR checklist
.changelog
(we use unclog to manage our changelog)docs/
orspec/
) and code comments