Skip to content

Commit

Permalink
refactor(@ew-did-registry/did-ipfs-store): change infura ipfs on host…
Browse files Browse the repository at this point in the history
…ed cluster

BREAKING CHANGE: initializer of did store changed from ipfs node url to ipfs cluster root
  • Loading branch information
JGiter committed Sep 28, 2022
1 parent 59183c7 commit 4d5c031
Show file tree
Hide file tree
Showing 27 changed files with 26,083 additions and 39,549 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Expand Up @@ -2,9 +2,9 @@ name: Deploy

on:
push:
branches: [ 'development', 'master' ]
branches: ['development', 'master']
pull_request:
branches: [ 'development', 'master' ]
branches: ['development', 'master']

jobs:
cancel-previous:
Expand Down Expand Up @@ -66,8 +66,8 @@ jobs:
run: |
git config user.name "GITHUB_ACTION"
npm run publish:release
sync_master_to_development_branch :
sync_master_to_development_branch:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
needs: deploy
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ dist
packages/proxyIdentity/index.js
ethers
.openzeppelin
tests/setUpIpfs/compose
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -42,6 +42,9 @@ npm run build
```

### Test

Install docker-compose

```bash
npm run test-rpc
```
Expand Down

0 comments on commit 4d5c031

Please sign in to comment.