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

Optimize TickBitmap.flipTick using assembly #653

Merged
merged 7 commits into from
May 18, 2024

Commits on May 18, 2024

  1. Fix gas snapshot tests

    shuhuiluo committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e4e7ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da52d4 View commit details
    Browse the repository at this point in the history
  3. Add comment

    shuhuiluo committed May 18, 2024
    Configuration menu
    Copy the full SHA
    f419b51 View commit details
    Browse the repository at this point in the history
  4. Add fuzz test for flipTick and update isInitialized function

    A new fuzz test function `test_fuzz_flipTick` has been added to the TickBitmap library for improved testing accuracy. Additionally, the `isInitialized` function has been re-implemented to enhance its precision and correctness.
    shuhuiluo committed May 18, 2024
    Configuration menu
    Copy the full SHA
    aa029f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab3c411 View commit details
    Browse the repository at this point in the history
  6. Refactor TickBitmap test and add a new fuzz test case

    A refactoring was done in the TickBitmap test file which includes changing import paths and renaming a test function. A new fuzz test case on testing the next initialized tick within one word, but on an empty bitmap, was also added. This contributes to verifying the accuracy of tick operations under more extensive scenarios.
    shuhuiluo committed May 18, 2024
    Configuration menu
    Copy the full SHA
    132900f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f829387 View commit details
    Browse the repository at this point in the history