Skip to content
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

DA Network in node #704

Merged
merged 2 commits into from
Aug 27, 2024
Merged

DA Network in node #704

merged 2 commits into from
Aug 27, 2024

Conversation

bacv
Copy link
Member

@bacv bacv commented Aug 26, 2024

Use da network service with verifier backend in Nomos Node.

Comment on lines 83 to 84
#[serde(with = "secret_key_serde", default = "secp256k1::SecretKey::generate")]
pub node_key: secp256k1::SecretKey,
Copy link
Collaborator

@danielSanchezQ danielSanchezQ Aug 26, 2024

Choose a reason for hiding this comment

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

I thought we would use ed25519. There is no specification for this though. But it is important as it is attached to the PeerId itself.

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated

@bacv bacv merged commit d5cecef into master Aug 27, 2024
11 checks passed
@bacv bacv deleted the da-network-in-node branch August 27, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants