Problem to solve
We should allow the sequencer to submit blobs with many accounts. This helps in preventing the sequence mismatches in the cosmos sdk.
Proposed solution or feature
Celestia-node supports this, we only need a way to pick an address out of a list provided to the node based on some predefined criteria then add the signing address into the options in submitwithoptions call to da
https://github.com/celestiaorg/celestia-node/blob/main/nodebuilder/da/service.go#L46
Alternatives considered
No response
Additional context
We will need to update documentation on how to setup celestia node to load all accounts into memory for signing
Problem to solve
We should allow the sequencer to submit blobs with many accounts. This helps in preventing the sequence mismatches in the cosmos sdk.
Proposed solution or feature
Celestia-node supports this, we only need a way to pick an address out of a list provided to the node based on some predefined criteria then add the signing address into the options in submitwithoptions call to da
https://github.com/celestiaorg/celestia-node/blob/main/nodebuilder/da/service.go#L46
Alternatives considered
No response
Additional context
We will need to update documentation on how to setup celestia node to load all accounts into memory for signing