-
Notifications
You must be signed in to change notification settings - Fork 36
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
Eozturk1/optimized azks #211
Commits on Jun 2, 2022
-
* Add left and right child for tree node * Add hash to HistoryTreeNode * Update set/get child * Update hash at parent * Update hashes in the tree * Add epoch to set_child for updating last updated epoch * Remove unnecessary last epoch update (already done in set_child) * Enable higher level tests * Update and pass leaf insertion tests * Pass tree insertion tests * Remove commented out HistoryTreeNode tests * Remove commented out unused functions * Remove printlns * Remove printlns from AZKS * Remove storage from function when not needed * Fix warnings for cargo build and test * Remove HistoryNodeState and HistoryChildState * Remove get_epoch_lte_epoch * Remove HistoryNodeState and HistoryChildState from storage layer * Remove get_epoch_lte_epoch usage * Format * Fix clippy warnings * Remove birth_epoch * Disable tests to merge * Remove needless question mark * Disable mysql tests * Disable test_mysql_db test
Configuration menu - View commit details
-
Copy full SHA for 3d2f30f - Browse repository at this point
Copy the full SHA 3d2f30fView commit details
Commits on Jun 8, 2022
-
Fixed membership and intermediate membership tests
Harjasleen Malvai committedJun 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 511927b - Browse repository at this point
Copy the full SHA 511927bView commit details
Commits on Jun 10, 2022
-
Harjasleen Malvai committed
Jun 10, 2022 Configuration menu - View commit details
-
Copy full SHA for c430808 - Browse repository at this point
Copy the full SHA c430808View commit details
Commits on Jun 14, 2022
-
WIP: Fixed key history for optimization
Harjasleen Malvai committedJun 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 2c83374 - Browse repository at this point
Copy the full SHA 2c83374View commit details
Commits on Jun 15, 2022
-
WIP: Minor bug fixes in key history and updated client to match
Harjasleen Malvai committedJun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 901c78c - Browse repository at this point
Copy the full SHA 901c78cView commit details -
WIP: removed epochs from leaf stored hash
Harjasleen Malvai committedJun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 64f8fae - Browse repository at this point
Copy the full SHA 64f8faeView commit details -
WIP: Updated audit to match ozks, all but read during publish tests p…
…assing
Harjasleen Malvai committedJun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for a72349f - Browse repository at this point
Copy the full SHA a72349fView commit details -
Harjasleen Malvai committed
Jun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for cb06288 - Browse repository at this point
Copy the full SHA cb06288View commit details -
Harjasleen Malvai committed
Jun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for c19763c - Browse repository at this point
Copy the full SHA c19763cView commit details -
Changed HistoryTreeNode to TreeNode
Harjasleen Malvai committedJun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 6da526c - Browse repository at this point
Copy the full SHA 6da526cView commit details -
Uncommented previously commented tests
Harjasleen Malvai committedJun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 340f013 - Browse repository at this point
Copy the full SHA 340f013View commit details -
Harjasleen Malvai committed
Jun 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 4b65c00 - Browse repository at this point
Copy the full SHA 4b65c00View commit details
Commits on Jun 16, 2022
-
Removed allow dead code from passing tests
Harjasleen Malvai committedJun 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 57380f1 - Browse repository at this point
Copy the full SHA 57380f1View commit details
Commits on Jun 21, 2022
-
All tests passing and merged with main
Harjasleen Malvai committedJun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for e583b3b - Browse repository at this point
Copy the full SHA e583b3bView commit details -
Removed HistoryTreeNode references, replaced with TreeNode
Harjasleen Malvai committedJun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 2b3a51c - Browse repository at this point
Copy the full SHA 2b3a51cView commit details -
Harjasleen Malvai committed
Jun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for ca31953 - Browse repository at this point
Copy the full SHA ca31953View commit details -
Harjasleen Malvai committed
Jun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 785349f - Browse repository at this point
Copy the full SHA 785349fView commit details -
Harjasleen Malvai committed
Jun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 18645e9 - Browse repository at this point
Copy the full SHA 18645e9View commit details -
Removed birth ep from being read for mysql TreeNode
Harjasleen Malvai committedJun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 2cf42b0 - Browse repository at this point
Copy the full SHA 2cf42b0View commit details -
Removed birth ep from being read for mysql TreeNode everywhere
Harjasleen Malvai committedJun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 0fdc6ca - Browse repository at this point
Copy the full SHA 0fdc6caView commit details
Commits on Jun 22, 2022
-
mysql error due to possibly null children for a TreeNode
Harjasleen Malvai committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for de41ebb - Browse repository at this point
Copy the full SHA de41ebbView commit details -
Allowing nul for children in mysql -- not working
Harjasleen Malvai committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 7e4d340 - Browse repository at this point
Copy the full SHA 7e4d340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3155f5d - Browse repository at this point
Copy the full SHA 3155f5dView commit details -
All tests passing + ran linting
Harjasleen Malvai committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for adc57bc - Browse repository at this point
Copy the full SHA adc57bcView commit details -
Harjasleen Malvai committed
Jun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for b06757e - Browse repository at this point
Copy the full SHA b06757eView commit details -
Harjasleen Malvai committed
Jun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 3716719 - Browse repository at this point
Copy the full SHA 3716719View commit details
Commits on Jun 23, 2022
-
Harjasleen Malvai committed
Jun 23, 2022 Configuration menu - View commit details
-
Copy full SHA for a8a07a4 - Browse repository at this point
Copy the full SHA a8a07a4View commit details