Skip to content

Ocean.js P2P#429

Open
giurgiur99 wants to merge 10 commits intomainfrom
p2p-ocean-js-lib
Open

Ocean.js P2P#429
giurgiur99 wants to merge 10 commits intomainfrom
p2p-ocean-js-lib

Conversation

@giurgiur99
Copy link
Copy Markdown
Contributor

@giurgiur99 giurgiur99 commented Apr 2, 2026

Fixes #422

Changes proposed in this PR:

  • Use ocean.js p2p

@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodes-dashboard Ready Ready Preview, Comment Apr 9, 2026 0:49am

Request Review

# Conflicts:
#	src/context/run-job-context.tsx
# Conflicts:
#	src/contexts/P2PContext.tsx
signMessage,
});
return sendCommandToPeer(multiaddrsOrPeerId, {
return ProviderInstance.fetchConfig(toNodeUri(nodeUri), {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be downloadNodeLogs function?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in last commit

throw new Error('Node not ready');
}
return sendCommandToPeer(multiaddrsOrPeerId, command, protocol);
return ProviderInstance.fetchConfig(toNodeUri(nodeUri), command);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this calling the correct method?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was used as a passthrough method since the right method needed a signer. I created a new one that uses a signed message, please check latest commit. thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update to use p2p commands from ocean.js

3 participants