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

Extend Checkpoints with new sizes and lookup mechanisms #3589

Merged
merged 53 commits into from
Aug 30, 2022

Commits on Jul 28, 2022

  1. move mock

    Amxx committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    4176852 View commit details
    Browse the repository at this point in the history
  2. Expand Checkpoint library

    Amxx committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    63edb74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0ea31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed81388 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    b91832d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a829c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a6adb3 View commit details
    Browse the repository at this point in the history
  4. Use unsafeAccess to save gas

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    28f6e6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7e2f64 View commit details
    Browse the repository at this point in the history
  6. Regenerate contracts

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    616c51b View commit details
    Browse the repository at this point in the history
  7. Add changelog entry

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3fb185b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce0c7a6 View commit details
    Browse the repository at this point in the history
  9. minor rewrite for readability

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    33741e7 View commit details
    Browse the repository at this point in the history
  10. fix typo

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8425e4a View commit details
    Browse the repository at this point in the history
  11. testing unsafeAccess

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    74fef95 View commit details
    Browse the repository at this point in the history
  12. fix lint

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    df3a9b1 View commit details
    Browse the repository at this point in the history
  13. Update CHANGELOG.md

    Amxx committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    e182730 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    9b1f559 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Apply suggestions from code review

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    768a681 View commit details
    Browse the repository at this point in the history
  2. Update Arrays.sol

    Amxx committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8d9b177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8dc9d4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e6aa05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fffde15 View commit details
    Browse the repository at this point in the history
  6. add extensions for the comments

    Amxx committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ac5466a View commit details
    Browse the repository at this point in the history
  7. lint

    Amxx committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a9a69cf View commit details
    Browse the repository at this point in the history
  8. shorter message

    Amxx committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4654237 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    b486b6b View commit details
    Browse the repository at this point in the history
  2. regenerate & codespell

    Amxx committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    2848c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c6c65e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. address comment from PR

    Amxx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    068513c View commit details
    Browse the repository at this point in the history
  2. add more neatspec

    Amxx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bf12a2b View commit details
    Browse the repository at this point in the history
  3. add more neatspec

    Amxx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b1d5a09 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    543d516 View commit details
    Browse the repository at this point in the history
  5. regenerate

    Amxx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    634e279 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17e1ec7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1af38d View commit details
    Browse the repository at this point in the history
  8. codespell

    Amxx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    253e12a View commit details
    Browse the repository at this point in the history
  9. test coverage

    Amxx committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1ccff75 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. grammar

    frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    4d1d3da View commit details
    Browse the repository at this point in the history
  2. improve tests

    Amxx committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    2d03e54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69ac69e View commit details
    Browse the repository at this point in the history
  4. Update test/utils/Checkpoints.test.js

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    5661e71 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6cd42ce View commit details
    Browse the repository at this point in the history
  6. fix generation

    Amxx committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    9c84034 View commit details
    Browse the repository at this point in the history
  7. Update scripts/generate/templates/Checkpoints.js

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    b878b23 View commit details
    Browse the repository at this point in the history
  8. Update scripts/generate/templates/Checkpoints.js

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c832e53 View commit details
    Browse the repository at this point in the history
  9. Update scripts/generate/templates/Checkpoints.js

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a450545 View commit details
    Browse the repository at this point in the history
  10. Update scripts/generate/templates/Checkpoints.js

    Co-authored-by: Francisco <frangio.1@gmail.com>
    Amxx and frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    96122a3 View commit details
    Browse the repository at this point in the history
  11. fix generation

    Amxx committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c891f58 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    47ed78e View commit details
    Browse the repository at this point in the history
  13. wording

    Amxx committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    533ccef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6caea6a View commit details
    Browse the repository at this point in the history
  15. wrap docs

    frangio committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    22491c0 View commit details
    Browse the repository at this point in the history