Skip to content
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

node-data: change transaction hash method to digest #3158

Merged
merged 3 commits into from
Dec 22, 2024

Conversation

Neotamandua
Copy link
Member

Resolves #3014

Copy link
Member

@herr-seppia herr-seppia left a comment

Choose a reason for hiding this comment

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

I'm not sure about the rename everywhere to fault_digests

The only part where the digest is used is in the merkletree (like we do for txs)
For the rest (like checking if a fault is already present in the db) we should use fault_id

Anyway, this is just a "conservative" rfc, I'll go deeper through a detailed review asap

@Neotamandua Neotamandua force-pushed the neotamandua/tx_digest branch from 54420f3 to 9296952 Compare December 20, 2024 11:59
@Neotamandua Neotamandua force-pushed the neotamandua/tx_digest branch from 02c44e9 to b480d9a Compare December 20, 2024 12:07
@Neotamandua Neotamandua merged commit d21148b into master Dec 22, 2024
16 checks passed
@Neotamandua Neotamandua deleted the neotamandua/tx_digest branch December 22, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

node-data: change hash method on transaction to digest
2 participants