This repository was archived by the owner on Dec 19, 2024. It is now read-only.
fixes app and updates ipfs link #11
Merged
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Unfortunately this isn't using the latest IPFS or OrbitDB versions, using 0.49 and 0.25 respectively, but everything is working. I believe I had connectivity issues with further versions of IPFS and have previously had issues with them working with OrbitDB 0.26. Also the latest npm publish to OrbitDB doesn't include a
dist/which holds pre-compiles this app uses.While lightly testing the app, peer discovery took ~30-60sec with low latency once connected.
Summary of changes
src/app.jsxbeing reverted to an older versionapologies for some spaces being removed or added as it makes the changes more verbose. I believe this was done by previous changes to
src/app.jsxwhich I reverted to an older version.related