Add Specs: Composable

{
    "proposal": {
        "title": "Add Specs: Composable",
        "description": "Adding new specification support for relaying Composable data on Lava",
        "specs": [
            {
                "index": "CEN1",
                "name": "composable mainnet",
                "enabled": false,
                "imports": [
                    "COSMOSSDK"
                ],
                "reliability_threshold": 268435455,
                "data_reliability_enabled": true,
                "block_distance_for_finalized_data": 0,
                "blocks_in_finalization_proof": 1,
                "average_block_time": 5780,
                "allowed_block_lag_for_qos_sync": 2,
                                "shares" : 1,
                "min_stake_provider": {
                    "denom": "ulava",
                    "amount": "50000000000"
                }
            }
        ]
    }
}

Composable is designed to provide a seamless and trust-minimized infrastructure for building and deploying decentralised applications across different ecosystems.

3 Likes

Hey @Kokos :slight_smile:

Excited to see the first stages of the proposal formation here! :tada: :fire:

I would love just a little bit more information so I could share with some other partiesโ€ฆ

Do you mind answering the following questions?

  • Where are you in the process of adding the spec? (I.e. what step did you stop on). For reference as to what the steps are see the spec proposal guide.

  • Why did you choose to add this spec to Lava? Are you using it for a project? What sorts of behaviors do you want it to support (debug, archive, etc.)?

  • What help do you need? Was there anything confusing?

  • Can you provide some links to the chain in question for reference?

Any or all of this would be extremely helpful!! :100:

3 Likes

I just started creating the specification, Iโ€™m studying the documentation more carefully. Iโ€™m looking at examples of other specifications.

Why did you choose Composable? We are active validators in the Composable project. I donโ€™t need help yet, but I think I will soon.
Here is a description of the project https://docs.composable.finance/ here is a link to the explorer NodeStake Explorer
The project exists in several blockchains. We validate online using cosmos sdk.

3 Likes