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] Find solution to avoid emulator updates for API changes #5833

Open
peterargue opened this issue May 1, 2024 · 0 comments
Open

[Access] Find solution to avoid emulator updates for API changes #5833

peterargue opened this issue May 1, 2024 · 0 comments
Labels

Comments

@peterargue
Copy link
Contributor

peterargue commented May 1, 2024

Currently, whenever the AccessAPI or ExecutionDataAPI are updated, PRs are needed against flow-go and flow-emulator. Most of the time, the emulator changes are just updating versions and adding some stubs.

Explore options to avoid emulator updates for new API endpoints.

One possible solution is to add default implementations of the API interfaces that return "unimplemented" when called. The emulator could then embed those implementations into theirs, inheriting the default behavior. That may not completely solve the issue, but there may be other options.

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

No branches or pull requests

1 participant