`context.Context` should be added as first argument to: * `SubmitBlock` and `CheckBlockAvailability` methods in [`DataAvailabilityLayerClient` go interface](https://github.com/celestiaorg/optimint/blob/7dae37342ffaffabc3d4ab23c027a2a0f0c99372/da/da.go#L57) * `RetrieveBlocks` method in [`BlockRetriever` go interface](https://github.com/celestiaorg/optimint/blob/7dae37342ffaffabc3d4ab23c027a2a0f0c99372/da/da.go#L75) Changes also needs to be applied to `mock` and `grpc` implementations.
context.Contextshould be added as first argument to:SubmitBlockandCheckBlockAvailabilitymethods inDataAvailabilityLayerClientgo interfaceRetrieveBlocksmethod inBlockRetrievergo interfaceChanges also needs to be applied to
mockandgrpcimplementations.