gritzko / swarm

JavaScript replicated model (M of MVC) library
http://swarmdb.net/
MIT License
2.68k stars 97 forks source link

Tests don't pass? #85

Closed slightlyoff closed 7 years ago

slightlyoff commented 7 years ago

Pulling a copy of the repo, I can't get tests to pass on either stable or unstable node. It looks like swarm-client and swarm-stamp have been removed from the repo (but not the Makefile or various module deps).

Would love to pitch in, but wondering if there's a stable starting point to work from.

Thanks.

gritzko commented 7 years ago

Status report:

At this point, I am updating the client (-syncable, -cli) to pass protocol tests. Then, I will have some time to add more types, I believe.

gritzko commented 7 years ago

This is the current list of packages in their order of dependence: swarm-bat swarm-protocol swarm-syncable swarm-cli swarm-peer swarm-server swarm-browser swarm-gw https://github.com/gritzko/swarm/blob/master/scripts/add-links.sh#L4

swarm-browser is an in-browser client (WebStorage, WebSocket). That one is not up to date.

slightlyoff commented 7 years ago

Looking good now. Thanks!