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

Feature/simplify #298

Merged
merged 4 commits into from
Dec 23, 2024
Merged

Feature/simplify #298

merged 4 commits into from
Dec 23, 2024

Conversation

diegonehab
Copy link
Contributor

This PR simplifies the state_access classes so we are not forced to implement so many methods whenever we have a new one.

jsonrpc_request has a bunch of arguments that are always the same and
are members of jsonrpc_virtual_machine object.
add request method to jsonrpc_virtual_machine that simply passes them along.
rewrite all other methdos to call simpler request instead of jsonrpc_request.
@diegonehab diegonehab added the enhancement New feature or request label Dec 20, 2024
@diegonehab diegonehab added this to the v0.19.0 milestone Dec 20, 2024
@diegonehab diegonehab self-assigned this Dec 20, 2024
@diegonehab diegonehab marked this pull request as ready for review December 23, 2024 10:22
@diegonehab diegonehab merged commit 407fa87 into main Dec 23, 2024
8 checks passed
@diegonehab diegonehab deleted the feature/simplify branch December 23, 2024 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants