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

DA Layer Submission Failed #57

Open
Tracked by #484
MSevey opened this issue Oct 8, 2024 · 1 comment
Open
Tracked by #484

DA Layer Submission Failed #57

MSevey opened this issue Oct 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@MSevey
Copy link
Contributor

MSevey commented Oct 8, 2024

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
Copy link
Contributor

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.

@MSevey MSevey self-assigned this Nov 4, 2024
@MSevey MSevey added bug Something isn't working and removed needs-triage labels Nov 4, 2024
@MSevey MSevey moved this to Todo in Rollkit Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Blocked
Development

No branches or pull requests

2 participants