You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Header implementations should not call Validate themselves as the lib now controls it.
Additionally, we unify the response processing code and Header constructor.
Contains error checks corrections
Closes#78
Based on #88
In celestia-node we do Validate inside
Unmarshal
, which means the library trusts the implementor to do it. Instead, the library should do it.The text was updated successfully, but these errors were encountered: