sigp / enr

Ethereum Node Record
MIT License
61 stars 29 forks source link

Serde NodeId #27

Closed e3243eric closed 1 year ago

e3243eric commented 1 year ago

What was wrong?

The NodeId does not support Serialize/Deserialize.

How was it fixed?

Add Serde on NodeId to support Serialize/Deserialize and a corresponding JSON test.