Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documented feature doesn't exist: rlp.sedes.sedes_list #86

Open
SerpentChris opened this issue Apr 27, 2018 · 1 comment
Open

Documented feature doesn't exist: rlp.sedes.sedes_list #86

SerpentChris opened this issue Apr 27, 2018 · 1 comment

Comments

@SerpentChris
Copy link

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.

@pipermerriam
Copy link
Member

Thanks for pointing this out. Library was heavily revamped but the documentation is still lagging behind. Definitely something we need to address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants