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

chore!: upgrade bitflags crate #5831

Merged
merged 9 commits into from
Oct 11, 2023

Commits on Oct 4, 2023

  1. Bump bitflags to 2.4.0

    brianp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0b2d3f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e754f View commit details
    Browse the repository at this point in the history
  3. Update interface usage

    brianp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e861e1c View commit details
    Browse the repository at this point in the history
  4. Use legacy serde formatters

    brianp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1a44de6 View commit details
    Browse the repository at this point in the history
  5. Support borsh serialization

    bitflags uses an internal structure that can't be serialized by borsh.
    This format of creating the struct and using the bitflags trait is the
    recommended format for supporting not supported serializers.
    brianp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d7e1dfd View commit details
    Browse the repository at this point in the history
  6. Revert "Use legacy serde formatters"

    Upgrade to the new format.
    
    This reverts commit 1a44de6.
    With a bit extra ammended into it...
    brianp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cb42182 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fee1c8d View commit details
    Browse the repository at this point in the history
  8. use the correct network

    brianp committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c233989 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Apply suggestions from code review

    Co-authored-by: SW van Heerden <swvheerden@gmail.com>
    brianp and SWvheerden committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    166b460 View commit details
    Browse the repository at this point in the history