You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /lavanet/lava/spec/show_all_chains endpoint didn't provide information of if chain enabled or not. We can find this data from request /lavanet/lava/spec/spec, but this request is heavy and takes time for respond especially when a lot specs are added to the chain.
Problem Definition
I use this endpoint in /lavanet/lava/spec/show_all_chains for restake dashboard, but it does not return data if the spec is enabled. I need this data to filter the disabled spec and not show it to the user bc, the disabled spec doesn't have any provider to restake it does not return
The text was updated successfully, but these errors were encountered:
RuslanGlaznyov
changed the title
[Feature]: Specify is chain enabled true or false for /lavanet/lava/spec/show_all_chains endpoints
[Feature]: Specify if chain enabled for /lavanet/lava/spec/show_all_chains endpoint
Jan 7, 2025
Summary
The
/lavanet/lava/spec/show_all_chains
endpoint didn't provide information of if chain enabled or not. We can find this data from request/lavanet/lava/spec/spec
, but this request is heavy and takes time for respond especially when a lot specs are added to the chain.Problem Definition
I use this endpoint in
/lavanet/lava/spec/show_all_chains
for restake dashboard, but it does not return data if the spec is enabled. I need this data to filter the disabled spec and not show it to the user bc, the disabled spec doesn't have any provider to restake it does not returnProposed Feature
Need to add field
enabled
for example:The text was updated successfully, but these errors were encountered: