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

[Access] Refactor common Access API structs into models #7104

Open
wants to merge 2 commits into
base: peter/refactor-access-rpc-handler
Choose a base branch
from

Conversation

peterargue
Copy link
Contributor

@peterargue peterargue commented Feb 28, 2025

Issue #7111:
This is part 3 of a series of PRs to refactor common code with /access into separate modules. The goal is to remove cyclical imports resulting from too many common structs being defined in one place.

This PR moves common Access API related models into models/access, which allows also moving converter logic along side other converters.

Note: This is likely to have affects on external libraries like the emulator.

@peterargue peterargue requested a review from a team as a code owner February 28, 2025 03:25
@peterargue peterargue requested review from Guitarheroua and removed request for a team February 28, 2025 03:26
@peterargue peterargue force-pushed the peter/refactor-access-rpc-handler branch 2 times, most recently from c9d075e to 5d9eb73 Compare February 28, 2025 04:51
@peterargue peterargue force-pushed the peter/refactor-access-models branch from 92250c5 to d8f8556 Compare February 28, 2025 04:53
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Copy link
Contributor

@Guitarheroua Guitarheroua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an important one! Looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants