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

make BlockNumber distinct #137

Merged
merged 12 commits into from
Mar 16, 2024
Merged

make BlockNumber distinct #137

merged 12 commits into from
Mar 16, 2024

Commits on Mar 16, 2024

  1. make BlockNumber distinct

    The `writeValue` added for `BlockNumber` in #136 interferes with other
    `uint64` because `BlockNumber` is not `distinct`. Marking it `distinct`
    avoids polluting global serialization logic.
    etan-status committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d29197b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d9198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6742f0e View commit details
    Browse the repository at this point in the history
  4. fix test

    etan-status committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e616a47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f488e3e View commit details
    Browse the repository at this point in the history
  6. inherit proper base

    etan-status committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    bf5b54d View commit details
    Browse the repository at this point in the history
  7. fix test and formatting

    etan-status committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    d9f0f4e View commit details
    Browse the repository at this point in the history
  8. blockId init in tests

    etan-status committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    866b8ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a602b79 View commit details
    Browse the repository at this point in the history
  10. fix test and add <=

    etan-status committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f60257a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42effa4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d4ff6a View commit details
    Browse the repository at this point in the history