mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 12:46:16 +00:00
ba721a6fbb
We want to reset some of our basic assumptions, and make `Graph` into a pure graph implementation, rather than a hybrid graph and key-value store. This is a substantial rewrite, so we want to start from scratch in a v3/ directory and pull code into v3 as necessary. So that we can do this in a relatively clean fashion, we're first moving the v1 and v2 code into their own directories. Paired with @wchargin Test plan: Travis, and `yarn backend`, `node bin/sourcecred.js start`. Note that `yarn backend` and `node bin/sourcecred.js start` both use the v1 versions. We'll migrate those (by changing paths.js) to v3 when appropriate.