rollkit / avail-da

Apache License 2.0
20 stars 7 forks source link

DA Layer Submission Failed #57

Open MSevey opened 1 month ago

MSevey commented 1 month ago
3:24PM ERR DA layer submission failed error="failed to submit blocks: rpc error: code = Unknown desc = Post \"http://localhost:8000/v2/submit\": dial tcp [::1]:8000: connect: connection refused" attempt=6 module=BlockManager

When running the avail light client it fails to post to the avail DA.

I started a light client following the avail docs: https://docs.availproject.org/docs/operate-a-node/run-a-light-client/0010-light-client

I used the following command:

curl -sL1 avail.sh | bash -s -- --network turing --identity identity.toml --app-id 123

Where the identity.toml file contained a seed phrase of a funded wallet on the turing network and the app-id was an app-id I created with that wallet.

I started the avail-da server with the command in the README:

go run ./cmd/avail-da/main.go

Then I started the GM tutorial based on the rollkit docs.

The GM tutorial starts and creates blocks, but continues to return the da layer submission error so the rollup is not posting the avail.

deepakgudla commented 3 weeks ago

Hello @MSevey I am now able to submit the blocks to avail DA with the below versions: avail-node - v2.2.4.1 avail-light-bootstrap - main avail-light - avail-light-client-v1.12.0 rollkit-version - v0.50.7-rollkit-v0.13.6-no-fraud-proofs

could you please try submitting with these versions.