This repository was archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.96.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ipfs-inactive/interface-js-ipfs-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.97.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 186 files changed
- 3 contributors
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 44d4803 - Browse repository at this point
Copy the full SHA 44d4803View commit details -
fix: add new SSL certificate (#432)
When running the tests I got errors like this: Error: error:140AB18E:SSL routines:SSL_CTX_use_certificate:ca md too weak In order to fix this I created a new certificate. I thought 100 years of validity might be enough. The command to create it was (based on https://letsencrypt.org/docs/certificates-for-localhost/): openssl req -x509 -out cert.pem -keyout privkey.pem \ -newkey rsa:2048 -nodes -sha256 \ -subj '/CN=localhost' -extensions EXT -config <( \ printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth") \ -days 36524 To verify, run from within *js-ipfs*: npx mocha test/core/interface.spec.js --grep 'should add from a HTTPS URL'Configuration menu - View commit details
-
Copy full SHA for fe539e6 - Browse repository at this point
Copy the full SHA fe539e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45da688 - Browse repository at this point
Copy the full SHA 45da688View commit details
Commits on Feb 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e161175 - Browse repository at this point
Copy the full SHA e161175View commit details -
chore: switch to travis (#441)
License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Alan Shaw authoredFeb 19, 2019 Configuration menu - View commit details
-
Copy full SHA for b674158 - Browse repository at this point
Copy the full SHA b674158View commit details -
* test: fix resolve test 1. This is an IPLD path. 2. Resolve really should be resolving up to the last path, not just "failing". * fix: resolve test and add resolve across multiple test License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for 92fb51b - Browse repository at this point
Copy the full SHA 92fb51bView commit details -
Alan Shaw committed
Feb 19, 2019 Configuration menu - View commit details
-
Copy full SHA for ceb9218 - Browse repository at this point
Copy the full SHA ceb9218View commit details -
chore: release version v0.97.0
Alan Shaw committedFeb 19, 2019 Configuration menu - View commit details
-
Copy full SHA for d39458e - Browse repository at this point
Copy the full SHA d39458eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.96.1...v0.97.0