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
The documentation goes over the process of inferring which sedes class to use when serializing an object, on this page. It mentions that the function rlp.infer_sedes checks rlp.sedes.sedes_list to find a sedes object which can handle serializing whatever you are trying to encode. But the code for infer_sedes never checks any list like this, and the list rlp.sedes.sedes_list doesn't even exist! Not sure why this discrepancy between the code and the docs exist, thought I'd make an issue to point it out though.
The text was updated successfully, but these errors were encountered:
The documentation goes over the process of inferring which sedes class to use when serializing an object, on this page. It mentions that the function
rlp.infer_sedes
checksrlp.sedes.sedes_list
to find a sedes object which can handle serializing whatever you are trying to encode. But the code forinfer_sedes
never checks any list like this, and the listrlp.sedes.sedes_list
doesn't even exist! Not sure why this discrepancy between the code and the docs exist, thought I'd make an issue to point it out though.The text was updated successfully, but these errors were encountered: