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 addresses append only #430

Merged
merged 32 commits into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. add append-only-vec dependency

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8409730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f787dc6 View commit details
    Browse the repository at this point in the history
  3. use AppendOnlyVec

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    84a68df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0aaad1 View commit details
    Browse the repository at this point in the history
  5. fix spurious keybind

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fe62784 View commit details
    Browse the repository at this point in the history
  6. remove RwLock

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    df90f5a View commit details
    Browse the repository at this point in the history
  7. wc isn't an RwLock anymore

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    549ae3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cab6a4 View commit details
    Browse the repository at this point in the history
  9. rm many more locks

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b2b6925 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    984829d View commit details
    Browse the repository at this point in the history
  11. rm unneeded muts

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c11b6f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd56e14 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d0a301e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4dee418 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1bc0c25 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    90c5c58 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    608114c View commit details
    Browse the repository at this point in the history
  18. add lock after address push

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f6e8953 View commit details
    Browse the repository at this point in the history
  19. remove unused

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d57fb29 View commit details
    Browse the repository at this point in the history
  20. remove unused, silence warning

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    62666b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6dd3fb3 View commit details
    Browse the repository at this point in the history
  22. fix clippy errors

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dcad5fb View commit details
    Browse the repository at this point in the history
  23. make temp var ident clearer

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    dc5e1a5 View commit details
    Browse the repository at this point in the history
  24. minor test vector tweaks

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    6298beb View commit details
    Browse the repository at this point in the history
  25. handle previously missed ?

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    caaacae View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    130ee60 View commit details
    Browse the repository at this point in the history
  27. add sanity check

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e5e5d6c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ff2db4b View commit details
    Browse the repository at this point in the history
  29. pass coherence test

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4f76f54 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8117813 View commit details
    Browse the repository at this point in the history
  31. cleaner

    zancas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    026d91b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6b36dce View commit details
    Browse the repository at this point in the history