Consider the scalar conservation law $u_t+f(u)_x=0,$ whose conservative and consistent first order numerical scheme is given by \begin{equation}\label{1}u_i^{n+1}=u_i^n-\lambda\left(F(u_i^n,u_{i+1}^n)-F(u_{i-1}^n,u_{i}^n) \right) \end{equation}
Suppose we modify the above scheme by $$u_i^{n+1}=u_i^n-\lambda\left[F\left(u_{i+\frac{1}{2}}^{L,n},u_{i+\frac{1}{2}}^{R,n}\right)-F\left(u_{i-\frac{1}{2}}^{L,n},u_{i-\frac{1}{2}}^{R,n}\right) \right]$$ where $u_{i+\frac{1}{2}}^{L,n},u_{i+\frac{1}{2}}^{R,n}$ are the left and right limits at the point $x_{i+\frac{1}{2}}$ of the piecewise linear approximations of the piecewise constant functions given by $$v(x)=\sum\limits_{i \in \mathbb{Z}}\displaystyle{\chi_{C_i}u_i^n},$$ with slopes $p_i$ in interval $C_i.$ Then clearly the modified scheme is conservative and consistent and suppose it converges it goes to the weak solution. I have the following doubts
How to show that it is second order accurate?
What are the additional assumptions on slopes $p_i$ required to show that scheme converges to the entropy solution. How to prove it?
Though there are many books which deal with this problem I could not find books which precisely answer the above question.