-
Notifications
You must be signed in to change notification settings - Fork 267
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
Modify the key format of node in DB to a sequential integer ID instead of the hash value. #592
Comments
Before the final merge we should have an adr on the chnage |
Yeah, I will prepare the adr when finishing all subtasks. |
I don't think we should remove leftHash and rightHash. |
@catShaark don't mind, please keep going your way. We'd like to compare the benchmark results of the two methods. |
Context
As we discussed in #571, I am introducing the
nonce
mechanism here.nodeKey
field to replace the key of a node in DBnode.hash
tonodeKey
version
in the node structureDesign Decision
The text was updated successfully, but these errors were encountered: