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

Add new metadatav3 field custody_subnet_count to GET node/identity API #6348

Open
jimmygchen opened this issue Sep 4, 2024 · 0 comments
Open
Labels
das Data Availability Sampling HTTP-API

Comments

@jimmygchen
Copy link
Member

Description

The custody_subnet_count field has been added to MetaDataV3, but we don't return it in the HTTP api yet and should be added:

metadata: api_types::MetaData {
seq_number: *meta_data.seq_number(),
attnets: format!(
"0x{}",
hex::encode(meta_data.attnets().clone().into_bytes()),
),
syncnets: format!(
"0x{}",
hex::encode(
meta_data
.syncnets()
.cloned()
.unwrap_or_default()
.into_bytes()
)
),
},

@jimmygchen jimmygchen added das Data Availability Sampling HTTP-API labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
das Data Availability Sampling HTTP-API
Projects
None yet
Development

No branches or pull requests

1 participant