Go to file
Andre Staltz 4637a24960
fix calculation of wantRange for newest goal
We shouldn't use maxLocalHave+1 because we are interested in
EVERYTHING the remote peer has, as long as it is inside the "size"
defined for this goal. Bloom filters will then make sure we are
not getting what we already have in this range.
2023-10-12 13:13:52 +03:00
.github/workflows update CI tool 2023-04-21 14:41:14 +03:00
lib fix calculation of wantRange for newest goal 2023-10-12 13:13:52 +03:00
test replace internal goals with ppppp-goals 2023-09-08 16:42:27 +03:00
.gitignore init from dagsync 2023-04-09 11:24:49 +03:00
.prettierrc.yaml boring license headers 2023-04-28 14:09:34 +03:00
LICENSE MITMIT 2023-04-21 14:31:31 +03:00
README.md MITMIT 2023-04-21 14:31:31 +03:00
package.json update goals API, add type checking 2023-09-29 14:48:54 +03:00
protospec.md fix protospec.md 2023-04-26 14:26:51 +03:00
tsconfig.json update goals API, add type checking 2023-09-29 14:48:54 +03:00

README.md

Work in progress

Installation

We're not on npm yet. In your package.json, include this as

"ppppp-tangle-sync": "github:staltz/ppppp-tangle-sync"