8000 feat: implement `/node/identity` endpoint by varun-doshi · Pull Request #269 · ReamLabs/ream · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: implement /node/identity endpoint #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

varun-doshi
Copy link
Contributor

Closes #177

To run, start a node:

cargo run node

Make GET request to:

/node/identity

Note: The metadata field gives dummy values now, this will be updated once we add attnets and other related networking fields

Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't belong in the network spec crate

Copy link
Contributor
@KolbyML KolbyML left a comment

Choose a reason for hiding this comment

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

I think this PR should be done when the pre-reqs are done, I am not a fan of shipping endpoints with dummy mock data.

@KolbyML KolbyML marked this pull request as draft April 3, 2025 15:21
@KolbyML
Copy link
Contributor
KolbyML commented Apr 3, 2025

Note: The metadata field gives dummy values now, this will be updated once we add attnets and other related networking fields

I marked the PR as a draft, as I don't think there is value in adding this endpoint until we can add it in a working state without mock data.

@KolbyML
Copy link
Contributor
KolbyML commented Apr 20, 2025

Hi we recently migrated from using warp to actix-web #336 please update your PR accordingly

@varun-doshi varun-doshi self-assigned this Apr 21, 2025
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.

Implement /eth/v1/node/identity
2 participants
0