Skip to content

Unable to Settle Transactions on L1 via Sequencer and DAC #62

@puneet166

Description

@puneet166

I have successfully built and deployed all CDK-validium-node components using cdk-validium-binary. Individually, each component (rpc, txManager, sequencer, etc.) is functioning correctly. I am able to perform transactions on L2 (CDK) without any issues.

However, the batch of transactions is not settling on L1 via the sequencer and DAC. Upon inspecting the SequenceSener component of CDK, I encountered the following error:

error getting signatures and addresses from the data committee: too many members failed to send their signature
error when trying to get signature from 0xc920737273a002b541bB1d8298Db197E9CbEd1ae: -32000 unauthorized%!(EXTRA string=

Configuration Details:

CDK-validium-node Version: v0.0.3-RC2

Issue Analysis:

The error suggests an "unauthorized" access issue when the sequencer attempts to request and access the DAC.

Steps to Reproduce:

  • Deploy CDK

  • Perform transactions on L2 (CDK).

  • Observe the failure to settle transactions on L1 via the sequencer and DAC.

Expected Behavior:

Transactions should be successfully settled on L1 via the sequencer and DAC.

Additional Context:

I have meticulously reviewed the configuration details and ensured that all individual components are working seamlessly. The issue seems to be related to unauthorized access during the DAC interaction by the sequencerSender.

Additionally, I am attaching screenshots of the logs for both the SequencerSender and CDK Data Availability Node for further reference -

Screenshot 2024-01-30 at 4 08 58 PM
Screenshot 2024-01-30 at 4 32 41 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions