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

[WIP] Factor out fakedls.DlsNode #101

Open
wants to merge 2 commits into
base: v15.x.x
Choose a base branch
from

Conversation

gavin-norman-sociomantic

The old code structure was:
DlsNode : swarm.node.model.NeoNode.NodeBase!(DlsConnectionHandler)
Dls!(DlsNode) : turtle.env.model.Node.Node (the latter in swarm)

So the aspects of the node that integrate with turtle were separated from the actual node implementation.

The new structure is:
turtle.env.Dls.Dls : TestNode!(DlsConnectionHandler) (the former in dlsproto)

@gavin-norman-sociomantic
Copy link
Author

gavin-norman-sociomantic commented Aug 2, 2018

I believe the separation of turtle node from the actual node implementation is a historical artefact from the days when the fake nodes lived partially in turtle. It seems to be unnecessary now.

@gavin-norman-sociomantic
Copy link
Author

Requires sociomantic-tsunami/swarm#353.

@Geod24 Geod24 changed the base branch from v14.x.x to v15.x.x August 13, 2020 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants