sovereign-sdk
sovereign-sdk copied to clipboard
Add getters for Celestia's namespace
Context
The optimistic module has added a new namespace for attestation processing on the rollup. This is symbolized by the new namespace
method and associated type in the SlotData
trait. We need to change Celestia's adapter to be compatible with this new data type.
@theochap is this one still applicable?