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

Remove passthrough methods #404

Merged
merged 1 commit into from
Sep 23, 2020
Merged

Conversation

hannahhoward
Copy link
Collaborator

Goals

We have these two methods that have never made any sense to me and I think are not used -- basically -- they just call the node, then return the values back. It seems like it makes way more sense for these methods to just live on the node itself, if they're neccesary (I think they're not in use FWIW). This also removes any reference to market actor existing deal state, which is important for the purposes of the actors upgrade.

Implementation

Remove the methods, node adapter methods, and unused types

remove passthrough methods that serve no other purpose than to round trip a call through the node
@hannahhoward hannahhoward merged commit 5f0fedf into master Sep 23, 2020
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.

1 participant