Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
ce82f8e
chore: integrate ddo.js
AdriGeorge Jan 16, 2025
dc2a856
chore: validation using ddo.js
AdriGeorge Jan 17, 2025
9a2921d
chore: processor use ddoHanlder
AdriGeorge Jan 17, 2025
364732a
fix: removed schemas folder
AdriGeorge Jan 20, 2025
e86efc3
chore: add decrypt from ipfs
AdriGeorge Jan 20, 2025
ac3e495
chore: integrate ddo.js
AdriGeorge Jan 20, 2025
f83c07e
chore: implemente ddo.js in other points
AdriGeorge Jan 21, 2025
8126125
chore: add ddomanager in other files
AdriGeorge Jan 22, 2025
cb032de
fix: schemas
AdriGeorge Jan 23, 2025
3d6ee41
fix: some fixs
AdriGeorge Jan 24, 2025
fbc9d3a
fix: test
AdriGeorge Jan 24, 2025
691b7a7
fix: expose api policy server
AdriGeorge Feb 4, 2025
5ed8e1e
fix: returns
AdriGeorge Feb 4, 2025
cac76aa
fix: fix
AdriGeorge Feb 5, 2025
1a4365e
chore: proof
AdriGeorge Feb 6, 2025
9d9c534
fix: fix
AdriGeorge Feb 6, 2025
3e38f79
fix
AdriGeorge Feb 6, 2025
887366c
fix: handle encryption remoteDDo
ahmedraza118 Feb 13, 2025
e055f73
fix: ddo.js
AdriGeorge Feb 17, 2025
57f4182
fix: lint
AdriGeorge Feb 17, 2025
224530d
Update ci.yml
alexcos20 Feb 18, 2025
4801ecf
Update docker.yml
alexcos20 Feb 18, 2025
c15701e
fix: fix
AdriGeorge Feb 18, 2025
905a6ea
fix: fix
AdriGeorge Feb 18, 2025
e8363b8
fix: tests
AdriGeorge Feb 18, 2025
1f6fdb6
fix: tests
AdriGeorge Feb 18, 2025
307ddb5
fix: tests
AdriGeorge Feb 18, 2025
171fa8f
chore: consume flow
ahmedraza118 Mar 17, 2025
e813519
fix: logs
AdriGeorge Mar 17, 2025
8c8158b
fix: tests
AdriGeorge Mar 17, 2025
7b05704
fix: tests
AdriGeorge Mar 17, 2025
90b6732
fix: fix
AdriGeorge Mar 19, 2025
8e5630a
fix: add logs
AdriGeorge Mar 20, 2025
a664118
fix: removed logs
AdriGeorge Mar 20, 2025
e47091d
fix: allow * addresses
AdriGeorge Mar 24, 2025
532a7c4
fix: check credentials
AdriGeorge Mar 25, 2025
daba483
fix: logs
AdriGeorge Mar 26, 2025
79800ba
fix: remove logs
AdriGeorge Mar 26, 2025
6e6a742
fix: return total results
AdriGeorge Apr 3, 2025
8025224
fix: fix
AdriGeorge Apr 3, 2025
40263db
fix: fix
AdriGeorge Apr 3, 2025
909f36b
fix: add some logs
AdriGeorge Apr 4, 2025
8cf87ee
fix: logs
AdriGeorge Apr 4, 2025
1729033
fix: logs
AdriGeorge Apr 4, 2025
1d74803
fix: logs
AdriGeorge Apr 4, 2025
c9adc8b
fix: logs
AdriGeorge Apr 4, 2025
78617bd
fix: update nft state
AdriGeorge Apr 15, 2025
26df593
fix: fix
AdriGeorge Apr 15, 2025
b3b441c
chore: new policy server
AdriGeorge Apr 30, 2025
910cd4d
fix: fix
AdriGeorge May 1, 2025
69c36c4
fix: fix
AdriGeorge May 1, 2025
9cb4464
fix: ci
AdriGeorge May 2, 2025
8770dec
fix: logs
AdriGeorge May 2, 2025
c7d77ab
fix: ci
AdriGeorge May 2, 2025
54963e1
fix: fix
AdriGeorge May 2, 2025
2d39bad
fix: ci
AdriGeorge May 2, 2025
b2fb7e1
fix: ci
AdriGeorge May 2, 2025
0f7aacf
fix: eof
AdriGeorge May 2, 2025
d321dc6
Merge pull request #37 from OceanProtocolEnterprise/feat/ddoHandlerV2
AdriGeorge May 9, 2025
07e6e22
fix: add logs
AdriGeorge May 19, 2025
7f239f3
fix: logs
AdriGeorge May 20, 2025
430a140
fix: remove logs
AdriGeorge May 20, 2025
89ccfd8
fix: update ethers v
AdriGeorge May 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 9 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,25 +129,12 @@ jobs:
bash -x start_ocean.sh --no-aquarius --no-provider --no-dashboard --with-c2d --with-typesense 2>&1 > start_ocean.log &
- run: npm ci
- run: npm run build
- run: docker image ls
- name: Delete default runner images
run: |
docker image rm node:20
docker image rm node:20-alpine
docker image rm node:18
docker image rm node:18-alpine
docker image rm debian:10
docker image rm debian:11
docker image rm ubuntu:22.04
docker image rm ubuntu:20.04
docker image rm moby/buildkit:latest
rm -rf /usr/share/swift/
- name: Wait for contracts deployment and C2D cluster to be ready
working-directory: ${{ github.workspace }}/barge
run: |
for i in $(seq 1 250); do
sleep 10
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean-c2d/ready" ] && break
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" ] && break
done
- name: docker logs
run: docker logs ocean-ocean-contracts-1 && docker logs ocean-kindcluster-1 && docker logs ocean-computetodata-1 && docker logs ocean-typesense-1
Expand Down Expand Up @@ -219,30 +206,22 @@ jobs:
- name: Run Barge
working-directory: ${{ github.workspace }}/barge
run: |
bash -x start_ocean.sh --no-aquarius --no-provider --no-dashboard --with-c2d --with-typesense 2>&1 > start_ocean.log &

bash -x start_ocean.sh --no-aquarius --no-provider --no-dashboard --with-typesense 2>&1 > start_ocean.log &
env:
CONTRACTS_VERSION: escrow
- run: npm ci
- run: npm run build
- run: docker image ls
- name: Delete default runner images
run: |
docker image rm node:20
docker image rm node:20-alpine
docker image rm node:18
docker image rm node:18-alpine
docker image rm debian:10
docker image rm debian:11
docker image rm ubuntu:22.04
docker image rm ubuntu:20.04
docker image rm moby/buildkit:latest
rm -rf /usr/share/swift/

- name: Wait for contracts deployment and C2D cluster to be ready
working-directory: ${{ github.workspace }}/barge
run: |
for i in $(seq 1 250); do
sleep 10
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean-c2d/ready" ] && break
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" ] && break
done

- name: docker logs
Expand Down Expand Up @@ -278,6 +257,8 @@ jobs:
P2P_ENABLE_AUTONAT: 'false'
ALLOWED_ADMINS: '["0xe2DD09d719Da89e5a3D0F2549c7E24566e947260"]'
DB_TYPE: 'elasticsearch'
MAX_REQ_PER_MINUTE: 320
MAX_CONNECTIONS_PER_MINUTE: 320
- name: Check Ocean Node is running
run: |
for i in $(seq 1 90); do
Expand All @@ -303,3 +284,5 @@ jobs:
- name: Run system tests
working-directory: ${{ github.workspace }}/ocean-cli
run: npm run test:system
env:
AVOID_LOOP_RUN: true
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
platforms: ${{ matrix.platform }}
#- name: Login to Docker Hub
# uses: docker/login-action@v1
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKER_PUSH_TOKEN }}
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKER_PUSH_TOKEN }}

- name: Set Docker metadata
id: ocean_node_meta
Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ returns the current indexing queue, as an array of objects

## PolicyServer Passthrough

### `HTTP` POST /PolicyServerPassthrough
### `HTTP` POST /api/services/PolicyServerPassthrough

### `P2P` command: PolicyServerPassthrough

Expand Down
Loading
Loading