movementlabsxyz / movement

The Movement Network is a Move-based L2 on Ethereum.
Apache License 2.0
70 stars 61 forks source link

Error When Starting Docker Compose Following Documentation #199

Closed wengych closed 2 months ago

wengych commented 3 months ago

Describe the bug Following the documentation https://github.com/movementlabsxyz/movement/tree/main/docs/movement-node/run/manual to create and start the Docker Compose results in an error.

To Reproduce Steps to reproduce the behavior:

  1. Follow the instructions in the documentation to set up the Docker environment.
  2. Run the command: docker compose –env-file .env -f docker/compose/suzuka-full-node/docker-compose.yml -f docker/compose/suzuka-full-node/docker-compose.setup.yml -f docker/compose/suzuka-full-node/docker-compose.local.yml up
  3. Observe the error in the logs.

Expected behavior All containers should start successfully without any errors.

Additional context Startup command and log output:

Startup command: docker compose –env-file .env -f docker/compose/suzuka-full-node/docker-compose.yml -f docker/compose/suzuka-full-node/docker-compose.setup.yml -f docker/compose/suzuka-full-node/docker-compose.local.yml up

Log output:

docker compose --env-file .env -f docker/compose/suzuka-full-node/docker-compose.yml -f docker/compose/suzuka-full-node/docker-compose.setup.yml -f docker/compose/suzuka-full-node/docker-compose.local.yml up
[+] Running 10/7
 ✔ Network suzuka-full-node_default            Created                                                                                                                                                                                                                     0.0s
 ✔ Container setup                             Created                                                                                                                                                                                                                     0.0s
 ✔ Container m1-da-light-node-celestia-appd    Created                                                                                                                                                                                                                     0.0s
 ✔ Container m1-da-light-node-celestia-bridge  Created                                                                                                                                                                                                                     0.0s
 ✔ Container celestia-light-node               Created                                                                                                                                                                                                                     0.0s
 ✔ Container celestia-light-node-synced        Created                                                                                                                                                                                                                     0.0s
 ✔ Container m1-da-light-node                  Created                                                                                                                                                                                                                     0.0s
 ✔ Container suzuka-full-node                  Created                                                                                                                                                                                                                     0.0s
 ✔ Container wait-for-suzuka-full-node         Created                                                                                                                                                                                                                     0.0s
 ✔ Container suzuka-faucet-service             Created                                                                                                                                                                                                                     0.0s
Attaching to celestia-light-node, celestia-light-node-synced, m1-da-light-node, m1-da-light-node-celestia-appd, m1-da-light-node-celestia-bridge, setup, suzuka-faucet-service, suzuka-full-node, wait-for-suzuka-full-node
setup                             | 2024-07-15T06:16:47.522650Z  INFO m1_da_light_node_setup::local: Setting up Celestia for M1 DA Light Node.
setup                             | 2024-07-15T06:16:47.522661Z  INFO m1_da_light_node_setup::local: Setting up Celestia.
setup                             | 2024-07-15T06:16:47.522667Z  INFO m1_da_light_node_setup::local: Initializing MemSeq Config.
setup                             | 2024-07-15T06:16:47.522670Z  INFO m1_da_light_node_setup::local: Creating Celestia App Path: /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             | 2024-07-15T06:16:47.522795Z  INFO m1_da_light_node_setup::local: Creating Celestia Node Path: /.movement/celestia/7a241f6d45e434242012/.celestia-node
setup                             | 2024-07-15T06:16:47.522822Z  INFO m1_da_light_node_setup::local: Creating MemSeq Database Path: /.movement/memseq/7a241f6d45e434242012/.memseq
setup                             | 2024-07-15T06:16:47.522863Z  INFO m1_da_light_node_setup::local: Setup config for Memseq and Celestia: Config { appd: Config { celestia_rpc_listen_hostname: "0.0.0.0", celestia_rpc_listen_port: 26657, celestia_websocket_connection_hostname: "m1-da-light-node-celestia-bridge", celestia_websocket_connection_port: 26658, celestia_auth_token: None, celestia_chain_id: "7a241f6d45e434242012", celestia_namespace: Namespace(NamespaceId([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 171, 174, 95, 110, 227, 193, 117, 134, 18])), celestia_path: Some("/.movement/celestia/7a241f6d45e434242012/.celestia-app"), celestia_validator_address: None, celestia_appd_use_replace_args: false, celestia_appd_replace_args: [] }, bridge: Config { celestia_rpc_connection_hostname: "m1-da-light-node-celestia-appd", celestia_rpc_connection_port: 26657, celestia_websocket_listen_hostname: "0.0.0.0", celestia_websocket_listen_port: 26658, celestia_bridge_path: Some("/.movement/celestia/7a241f6d45e434242012/.celestia-node"), celestia_bridge_use_replace_args: false, celestia_bridge_replace_args: [] }, m1_da_light_node: Config { celestia_rpc_connection_hostname: "m1-da-light-node-celestia-appd", celestia_rpc_connection_port: 26657, celestia_websocket_connection_hostname: "m1-da-light-node-celestia-bridge", celestia_websocket_connection_port: 26658, m1_da_light_node_listen_hostname: "0.0.0.0", m1_da_light_node_listen_port: 30730, m1_da_light_node_connection_hostname: "m1-da-light-node", m1_da_light_node_connection_port: 30730 }, celestia_force_new_chain: true, memseq: Config { sequencer_chain_id: Some("7a241f6d45e434242012"), sequencer_database_path: Some("/.movement/memseq/7a241f6d45e434242012/.memseq") }, m1_da_light_node_is_initial: true }
setup                             | 2024-07-15T06:16:47.522882Z  INFO m1_da_light_node_setup::local: Setting up Celestia for chain id: 7a241f6d45e434242012
setup                             | 2024-07-15T06:16:47.522884Z  INFO m1_da_light_node_setup::local: Celestia App Path: /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             | 2024-07-15T06:16:47.522886Z  INFO m1_da_light_node_setup::local: Celestia Node Path: /.movement/celestia/7a241f6d45e434242012/.celestia-node
setup                             | 2024-07-15T06:16:47.522887Z  INFO m1_da_light_node_setup::local: Initializing the Celestia App.
setup                             | Running command: celestia-appd init 7a241f6d45e434242012 --chain-id 7a241f6d45e434242012 --home /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             | {"app_message":{"auth":{"accounts":[],"params":{"max_memo_characters":"256","sig_verify_cost_ed25519":"590","sig_verify_cost_secp256k1":"1000","tx_sig_limit":"7","tx_size_cost_per_byte":"10"}},"authz":{"authorization":[]},"bank":{"balances":[],"denom_metadata":[{"base":"utia","denom_units":[{"aliases":["microtia"],"denom":"utia","exponent":0},{"aliases":[],"denom":"TIA","exponent":6}],"description":"The native token of the Celestia network.","display":"TIA","name":"TIA","symbol":"TIA","uri":"","uri_hash":""}],"params":{"default_send_enabled":true,"send_enabled":[]},"supply":[]},"blob":{"params":{"gas_per_blob_byte":8,"gov_max_square_size":"64"}},"capability":{"index":"1","owners":[]},"crisis":{"constant_fee":{"amount":"1000","denom":"utia"}},"distribution":{"delegator_starting_infos":[],"delegator_withdraw_infos":[],"fee_pool":{"community_pool":[]},"outstanding_rewards":[],"params":{"base_proposer_reward":"0.000000000000000000","bonus_proposer_reward":"0.000000000000000000","community_tax":"0.020000000000000000","withdraw_addr_enabled":true},"previous_proposer":"","validator_accumulated_commissions":[],"validator_current_rewards":[],"validator_historical_rewards":[],"validator_slash_events":[]},"evidence":{"evidence":[]},"feegrant":{"allowances":[]},"genutil":{"gen_txs":[]},"gov":{"deposit_params":{"max_deposit_period":"604800s","min_deposit":[{"amount":"10000000000","denom":"utia"}]},"deposits":[],"proposals":[],"starting_proposal_id":"1","tally_params":{"quorum":"0.334000000000000000","threshold":"0.500000000000000000","veto_threshold":"0.334000000000000000"},"votes":[],"voting_params":{"voting_period":"604800s"}},"ibc":{"channel_genesis":{"ack_sequences":[],"acknowledgements":[],"channels":[],"commitments":[],"next_channel_sequence":"0","receipts":[],"recv_sequences":[],"send_sequences":[]},"client_genesis":{"clients":[],"clients_consensus":[],"clients_metadata":[],"create_localhost":false,"next_client_sequence":"0","params":{"allowed_clients":["06-solomachine","07-tendermint"]}},"connection_genesis":{"client_connection_paths":[],"connections":[],"next_connection_sequence":"0","params":{"max_expected_time_per_block":"75000000000"}}},"mint":{"bond_denom":"utia"},"params":null,"qgb":{"params":{"data_commitment_window":"400"}},"slashing":{"missed_blocks":[],"params":{"downtime_jail_duration":"60s","min_signed_per_window":"0.750000000000000000","signed_blocks_window":"5000","slash_fraction_double_sign":"0.020000000000000000","slash_fraction_downtime":"0.000000000000000000"},"signing_infos":[]},"staking":{"delegations":[],"exported":false,"last_total_power":"0","last_validator_powers":[],"params":{"bond_denom":"utia","historical_entries":10000,"max_entries":7,"max_validators":100,"min_commission_rate":"0.050000000000000000","unbonding_time":"1814400s"},"redelegations":[],"unbonding_delegations":[],"validators":[]},"transfer":{"denom_traces":[],"params":{"receive_enabled":true,"send_enabled":true},"port_id":"transfer"},"vesting":{}},"chain_id":"7a241f6d45e434242012","gentxs_dir":"","moniker":"7a241f6d45e434242012","node_id":"0e030d1a1416de413ccc381fcb8c189d988f1175"}
setup                             | 2024-07-15T06:16:47.557990Z  INFO m1_da_light_node_setup::local: Adding the validator key.
setup                             | Running command: celestia-appd keys add validator --keyring-backend=test --home /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             |
setup                             |
setup                             | - address: celestia19r03grs7ehefah0gkg6vnl5e8w6wkgezz8ktqz
setup                             |   name: validator
setup                             |
setup                             |
setup                             |   pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aptc4LwdQDBO2KYu70vI7mS3T9kaM9aYGMly2MCB75yF"}'
setup                             |   type: local
setup                             |
setup                             |
setup                             | **Important** write this mnemonic phrase in a safe place.
setup                             |
setup                             | It is the only way to recover your account if you ever forget your password.
setup                             |
setup                             |
setup                             | rocket motion light mixture black detail illness mixture dizzy tuition color awesome only attitude royal unable flock river comfort load curve brave valve comic
setup                             |
setup                             |
setup                             |
setup                             | 2024-07-15T06:16:47.603827Z  INFO m1_da_light_node_setup::local: Getting the validator address.
setup                             | Running command: celestia-appd keys show validator -a --keyring-backend=test --home /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             | celestia19r03grs7ehefah0gkg6vnl5e8w6wkgezz8ktqz
setup                             | 2024-07-15T06:16:47.639015Z  INFO m1_da_light_node_setup::local: Adding the genesis account.
setup                             | Running command: celestia-appd add-genesis-account celestia19r03grs7ehefah0gkg6vnl5e8w6wkgezz8ktqz 1000000000000000utia --home /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             | 2024-07-15T06:16:47.672720Z  INFO m1_da_light_node_setup::local: Creating the genesis transaction.
setup                             | Running command: celestia-appd gentx validator 5000000000utia --keyring-backend=test --chain-id 7a241f6d45e434242012 --home /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             | Genesis transaction written to "/.movement/celestia/7a241f6d45e434242012/.celestia-app/config/gentx/gentx-0e030d1a1416de413ccc381fcb8c189d988f1175.json"
setup                             | 2024-07-15T06:16:47.723607Z  INFO m1_da_light_node_setup::local: Collecting the genesis transactions.
setup                             | Running command: celestia-appd collect-gentxs --home /.movement/celestia/7a241f6d45e434242012/.celestia-app
setup                             | {"app_message":{"auth":{"accounts":[{"@type":"/cosmos.auth.v1beta1.BaseAccount","account_number":"0","address":"celestia19r03grs7ehefah0gkg6vnl5e8w6wkgezz8ktqz","pub_key":null,"sequence":"0"}],"params":{"max_memo_characters":"256","sig_verify_cost_ed25519":"590","sig_verify_cost_secp256k1":"1000","tx_sig_limit":"7","tx_size_cost_per_byte":"10"}},"authz":{"authorization":[]},"bank":{"balances":[{"address":"celestia19r03grs7ehefah0gkg6vnl5e8w6wkgezz8ktqz","coins":[{"amount":"1000000000000000","denom":"utia"}]}],"denom_metadata":[{"base":"utia","denom_units":[{"aliases":["microtia"],"denom":"utia","exponent":0},{"aliases":[],"denom":"TIA","exponent":6}],"description":"The native token of the Celestia network.","display":"TIA","name":"TIA","symbol":"TIA","uri":"","uri_hash":""}],"params":{"default_send_enabled":true,"send_enabled":[]},"supply":[{"amount":"1000000000000000","denom":"utia"}]},"blob":{"params":{"gas_per_blob_byte":8,"gov_max_square_size":"64"}},"capability":{"index":"1","owners":[]},"crisis":{"constant_fee":{"amount":"1000","denom":"utia"}},"distribution":{"delegator_starting_infos":[],"delegator_withdraw_infos":[],"fee_pool":{"community_pool":[]},"outstanding_rewards":[],"params":{"base_proposer_reward":"0.000000000000000000","bonus_proposer_reward":"0.000000000000000000","community_tax":"0.020000000000000000","withdraw_addr_enabled":true},"previous_proposer":"","validator_accumulated_commissions":[],"validator_current_rewards":[],"validator_historical_rewards":[],"validator_slash_events":[]},"evidence":{"evidence":[]},"feegrant":{"allowances":[]},"genutil":{"gen_txs":[{"auth_info":{"fee":{"amount":[],"gas_limit":"210000","granter":"","payer":""},"signer_infos":[{"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"public_key":{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"Aptc4LwdQDBO2KYu70vI7mS3T9kaM9aYGMly2MCB75yF"},"sequence":"0"}],"tip":null},"body":{"extension_options":[],"memo":"0e030d1a1416de413ccc381fcb8c189d988f1175@172.18.0.2:26656","messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","commission":{"max_change_rate":"0.010000000000000000","max_rate":"0.200000000000000000","rate":"0.100000000000000000"},"delegator_address":"celestia19r03grs7ehefah0gkg6vnl5e8w6wkgezz8ktqz","description":{"details":"","identity":"","moniker":"7a241f6d45e434242012","security_contact":"","website":""},"min_self_delegation":"1","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"9WxTSAFAJORcmEsl/4BivzGttPMAc84rhx5jqvtmFh8="},"validator_address":"celestiavaloper19r03grs7ehefah0gkg6vnl5e8w6wkgez8c5jky","value":{"amount":"5000000000","denom":"utia"}}],"non_critical_extension_options":[],"timeout_height":"0"},"signatures":["xyA2sRDp+A4uAE0sk7AkCBwRmYyLUefErwjvXd02Qwp/4xicDh12eLnARTbHTzMZRQUje50ilJ7bZuQ0I49U+g=="]}]},"gov":{"deposit_params":{"max_deposit_period":"604800s","min_deposit":[{"amount":"10000000000","denom":"utia"}]},"deposits":[],"proposals":[],"starting_proposal_id":"1","tally_params":{"quorum":"0.334000000000000000","threshold":"0.500000000000000000","veto_threshold":"0.334000000000000000"},"votes":[],"voting_params":{"voting_period":"604800s"}},"ibc":{"channel_genesis":{"ack_sequences":[],"acknowledgements":[],"channels":[],"commitments":[],"next_channel_sequence":"0","receipts":[],"recv_sequences":[],"send_sequences":[]},"client_genesis":{"clients":[],"clients_consensus":[],"clients_metadata":[],"create_localhost":false,"next_client_sequence":"0","params":{"allowed_clients":["06-solomachine","07-tendermint"]}},"connection_genesis":{"client_connection_paths":[],"connections":[],"next_connection_sequence":"0","params":{"max_expected_time_per_block":"75000000000"}}},"mint":{"bond_denom":"utia"},"params":null,"qgb":{"params":{"data_commitment_window":"400"}},"slashing":{"missed_blocks":[],"params":{"downtime_jail_duration":"60s","min_signed_per_window":"0.750000000000000000","signed_blocks_window":"5000","slash_fraction_double_sign":"0.020000000000000000","slash_fraction_downtime":"0.000000000000000000"},"signing_infos":[]},"staking":{"delegations":[],"exported":false,"last_total_power":"0","last_validator_powers":[],"params":{"bond_denom":"utia","historical_entries":10000,"max_entries":7,"max_validators":100,"min_commission_rate":"0.050000000000000000","unbonding_time":"1814400s"},"redelegations":[],"unbonding_delegations":[],"validators":[]},"transfer":{"denom_traces":[],"params":{"receive_enabled":true,"send_enabled":true},"port_id":"transfer"},"vesting":{}},"chain_id":"7a241f6d45e434242012","gentxs_dir":"/.movement/celestia/7a241f6d45e434242012/.celestia-app/config/gentx","moniker":"7a241f6d45e434242012","node_id":"0e030d1a1416de413ccc381fcb8c189d988f1175"}
setup                             | 2024-07-15T06:16:47.758284Z  INFO m1_da_light_node_setup::local: Updating the Celestia Node config.
setup                             | Running command: sed -i.bak s#"tcp://0.0.0.0:26657"#"tcp://0.0.0.0:26657"#g /.movement/celestia/7a241f6d45e434242012/.celestia-app/config/config.toml
setup                             | Running command: sed -i.bak s/^timeout_commit\s*=.*/timeout_commit = "2s"/g /.movement/celestia/7a241f6d45e434242012/.celestia-app/config/config.toml
setup                             | Running command: sed -i.bak s/^timeout_propose\s*=.*/timeout_propose = "2s"/g /.movement/celestia/7a241f6d45e434242012/.celestia-app/config/config.toml
setup                             | 2024-07-15T06:16:47.760987Z  INFO m1_da_light_node_setup::local: Copying keys from Celestia App to Celestia Node.
setup                             | 2024-07-15T06:16:47.761203Z  INFO m1_da_light_node_setup::local: Getting the auth token.
setup                             | Running command: celestia bridge auth admin --node.store /.movement/celestia/7a241f6d45e434242012/.celestia-node
setup                             | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiLCJhZG1pbiJdfQ.tTsyfvuYtRxYL0-uuzAQWq9-2FA0Uo_2ZzN9V0UQRJk
setup                             | 2024-07-15T06:16:47.791045Z  INFO m1_da_light_node_setup::local: Celestia setup complete.
setup                             | 2024-07-15T06:16:47.791056Z  INFO m1_da_light_node_setup::local: M1 DA Light Node setup complete.
setup                             | 2024-07-15T06:16:47.791063Z  INFO suzuka_full_node_setup: SuzukaFullNodeSetup: Finished setup with config: Config {
setup                             |     execution_config: MaptosConfig {
setup                             |         maptos_config: Config {
setup                             |             chain: Config {
setup                             |                 maptos_chain_id: 27,
setup                             |                 maptos_rest_listen_hostname: "0.0.0.0",
setup                             |                 maptos_rest_listen_port: 30731,
setup                             |                 maptos_private_key: <elided secret for Ed25519PrivateKey>,
setup                             |                 maptos_db_path: Some(
setup                             |                     "/.movement/maptos/27/.maptos",
setup                             |                 ),
setup                             |             },
setup                             |             client: Config {
setup                             |                 maptos_rest_connection_hostname: "suzuka-full-node",
setup                             |                 maptos_rest_connection_port: 30731,
setup                             |                 maptos_faucet_rest_connection_hostname: "suzuka-faucet-service",
setup                             |                 maptos_faucet_rest_connection_port: 30732,
setup                             |             },
setup                             |             faucet: Config {
setup                             |                 maptos_rest_connection_hostname: "suzuka-full-node",
setup                             |                 maptos_rest_connection_port: 30731,
setup                             |                 maptos_faucet_rest_listen_hostname: "0.0.0.0",
setup                             |                 maptos_faucet_rest_listen_port: 30732,
setup                             |             },
setup                             |             fin: Config {
setup                             |                 fin_rest_listen_hostname: "0.0.0.0",
setup                             |                 fin_rest_listen_port: 30733,
setup                             |             },
setup                             |         },
setup                             |     },
setup                             |     m1_da_light_node: M1DaLightNodeConfig {
setup                             |         m1_da_light_node_config: Local(
setup                             |             Config {
setup                             |                 appd: Config {
setup                             |                     celestia_rpc_listen_hostname: "0.0.0.0",
setup                             |                     celestia_rpc_listen_port: 26657,
setup                             |                     celestia_websocket_connection_hostname: "m1-da-light-node-celestia-bridge",
setup                             |                     celestia_websocket_connection_port: 26658,
setup                             |                     celestia_auth_token: Some(
setup                             |                         "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJBbGxvdyI6WyJwdWJsaWMiLCJyZWFkIiwid3JpdGUiLCJhZG1pbiJdfQ.tTsyfvuYtRxYL0-uuzAQWq9-2FA0Uo_2ZzN9V0UQRJk",
setup                             |                     ),
setup                             |                     celestia_chain_id: "7a241f6d45e434242012",
setup                             |                     celestia_namespace: Namespace(
setup                             |                         NamespaceId(
setup                             |                             [
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 0,
setup                             |                                 26,
setup                             |                                 171,
setup                             |                                 174,
setup                             |                                 95,
setup                             |                                 110,
setup                             |                                 227,
setup                             |                                 193,
setup                             |                                 117,
setup                             |                                 134,
setup                             |                                 18,
setup                             |                             ],
setup                             |                         ),
setup                             |                     ),
setup                             |                     celestia_path: Some(
setup                             |                         "/.movement/celestia/7a241f6d45e434242012/.celestia-app",
setup                             |                     ),
setup                             |                     celestia_validator_address: Some(
setup                             |                         "celestia19r03grs7ehefah0gkg6vnl5e8w6wkgezz8ktqz",
setup                             |                     ),
setup                             |                     celestia_appd_use_replace_args: false,
setup                             |                     celestia_appd_replace_args: [],
setup                             |                 },
setup                             |                 bridge: Config {
setup                             |                     celestia_rpc_connection_hostname: "m1-da-light-node-celestia-appd",
setup                             |                     celestia_rpc_connection_port: 26657,
setup                             |                     celestia_websocket_listen_hostname: "0.0.0.0",
setup                             |                     celestia_websocket_listen_port: 26658,
setup                             |                     celestia_bridge_path: Some(
setup                             |                         "/.movement/celestia/7a241f6d45e434242012/.celestia-node",
setup                             |                     ),
setup                             |                     celestia_bridge_use_replace_args: false,
setup                             |                     celestia_bridge_replace_args: [],
setup                             |                 },
setup                             |                 m1_da_light_node: Config {
setup                             |                     celestia_rpc_connection_hostname: "m1-da-light-node-celestia-appd",
setup                             |                     celestia_rpc_connection_port: 26657,
setup                             |                     celestia_websocket_connection_hostname: "m1-da-light-node-celestia-bridge",
setup                             |                     celestia_websocket_connection_port: 26658,
setup                             |                     m1_da_light_node_listen_hostname: "0.0.0.0",
setup                             |                     m1_da_light_node_listen_port: 30730,
setup                             |                     m1_da_light_node_connection_hostname: "m1-da-light-node",
setup                             |                     m1_da_light_node_connection_port: 30730,
setup                             |                 },
setup                             |                 celestia_force_new_chain: true,
setup                             |                 memseq: Config {
setup                             |                     sequencer_chain_id: Some(
setup                             |                         "7a241f6d45e434242012",
setup                             |                     ),
setup                             |                     sequencer_database_path: Some(
setup                             |                         "/.movement/memseq/7a241f6d45e434242012/.memseq",
setup                             |                     ),
setup                             |                 },
setup                             |                 m1_da_light_node_is_initial: false,
setup                             |             },
setup                             |         ),
setup                             |     },
setup                             |     mcr: Config {
setup                             |         rpc_url: Some(
setup                             |             "http://localhost:8545",
setup                             |         ),
setup                             |         ws_url: Some(
setup                             |             "ws://localhost:8546",
setup                             |         ),
setup                             |         signer_private_key: Some(
setup                             |             "0xe2fc54ae7fc933553291c283d0084f025d11f59b75a618f8879736999614e3ec",
setup                             |         ),
setup                             |         mcr_contract_address: "0xBf7c7AE15E23B2E19C7a1e3c36e245A71500e181",
setup                             |         gas_limit: 10000000000,
setup                             |         num_tx_send_retries: 10,
setup                             |     },
setup                             | }
setup exited with code 0
dependency failed to start: container setup exited (0)
wengych commented 3 months ago
image