ethereum / beacon_chain

MIT License
209 stars 65 forks source link

Fix Incorrect List Serialization Assumption #109

Closed p-mc2 closed 5 years ago

p-mc2 commented 5 years ago

Misunderstood simple serialize for lists and put wrong information in readme and insufficient testing, fixed with correction in readme and test coverage in test_serialize and test_deserialize. Will move on to serializable class after this. Thanks.

p-mc2 commented 5 years ago

Should be fixed, thanks for the great input!