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

merkledb -- encode lengths as uvarints #2039

Merged
merged 15 commits into from
Sep 19, 2023
Merged

merkledb -- encode lengths as uvarints #2039

merged 15 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. encode lengths as uint64

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7a3f947 View commit details
    Browse the repository at this point in the history
  2. nit

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    570a6c6 View commit details
    Browse the repository at this point in the history
  3. remove unneeded helper

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    22aa4c9 View commit details
    Browse the repository at this point in the history
  4. rename decodeUint64 to decodeUint

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6d74d81 View commit details
    Browse the repository at this point in the history
  5. nit

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3af8159 View commit details
    Browse the repository at this point in the history
  6. change decodeUint to return uint64

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    34e7fd5 View commit details
    Browse the repository at this point in the history
  7. comment fix

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    aa2939e View commit details
    Browse the repository at this point in the history
  8. remove impossible case

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b288002 View commit details
    Browse the repository at this point in the history
  9. appease linter

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    88a7070 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'dev' into merkledb-codec-unit

    Dan Laine authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    45af0dd View commit details
    Browse the repository at this point in the history
  11. fix decoding

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2bea352 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'merkledb-codec-unit' of github.com:ava-labs/avalanchego…

    … into merkledb-codec-unit
    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    576e1df View commit details
    Browse the repository at this point in the history
  13. nit

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e4c3133 View commit details
    Browse the repository at this point in the history
  14. fix decoding

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    52fbebe View commit details
    Browse the repository at this point in the history
  15. fix decoding

    Dan Laine committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7d36d1f View commit details
    Browse the repository at this point in the history