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

Provide all required additional data for the existing mainnet sequencers, for migration #987

Closed
zale144 opened this issue Jul 11, 2024 · 2 comments
Assignees

Comments

@zale144
Copy link
Contributor

zale144 commented Jul 11, 2024

Extra migration data for #979

@danwt
Copy link
Contributor

danwt commented Nov 5, 2024

Explaining the changes to sequencer

    Remove
        message Description {

          string monike
          string identit
          string websit
          string securityContac
          string detail
        }

    Add
        message SequencerMetadata {
          string monike
          string detail
          string p2p_seed
          string rpc
          string evm_rpc
          string rest_api_url
          string explorer_url
          string genesis_urls
          ContactDetails contact_details
          bytes extra_data
          SnapshotInfo snapshots
          string gas_price = 15 [(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.
        }

        message ContactDetails {
          string website
          string telegram
          string x
        }

        message SnapshotInfo {
          string snapshot_ur
          uint64 heigh
          string check
        }
    
    Conclusion
        moniker and detail copy over
        website can be copied from contact details
        everything else needs filling out


@danwt
Copy link
Contributor

danwt commented Nov 6, 2024

superseded by #1411

@danwt danwt closed this as completed Nov 6, 2024
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

No branches or pull requests

2 participants