Skip to content

Commit

Permalink
feat: add experimental fdp (#681)
Browse files Browse the repository at this point in the history
* feat: add experimental fdp

* ci: update swarm-actions to v1

* fix: fix eslint violations

* refactor: decaf
  • Loading branch information
Cafe137 authored Nov 21, 2024
1 parent 63f3380 commit d0c94b7
Show file tree
Hide file tree
Showing 24 changed files with 1,297 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: npm run build:component

- name: Create preview
uses: ethersphere/swarm-actions/pr-preview@v0
uses: ethersphere/swarm-actions/pr-preview@v1
continue-on-error: true
with:
bee-url: https://unlimited.gateway.ethswarm.org
Expand All @@ -79,7 +79,7 @@ jobs:
headers: '${{ secrets.GATEWAY_AUTHORIZATION_HEADER }}'

- name: Upload to testnet
uses: ethersphere/swarm-actions/upload-dir@v0
uses: ethersphere/swarm-actions/upload-dir@v1
continue-on-error: true
with:
index-document: index.html
Expand Down
252 changes: 248 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"dependencies": {
"@ethersphere/bee-js": "^7.1.0",
"@ethersphere/swarm-cid": "^0.1.0",
"@fairdatasociety/fdp-storage": "^0.19.0",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
Expand Down
Loading

0 comments on commit d0c94b7

Please sign in to comment.