Skip to content

[WIP] Factor out fakedls.DlsNode#101

Open
gavin-norman-sociomantic wants to merge 2 commits intosociomantic-tsunami:v15.x.xfrom
gavin-norman-sociomantic:nodeenv
Open

[WIP] Factor out fakedls.DlsNode#101
gavin-norman-sociomantic wants to merge 2 commits intosociomantic-tsunami:v15.x.xfrom
gavin-norman-sociomantic:nodeenv

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