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
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
See https://github.com/ethereum/EIPs/blob/master/EIPS/eip-778.md#text-encoding for the relevant part of ENR spec.
Adapt base64 encoding/decoding functions to support URL-safe encoding (basically use
-instead of+,_instead of/and don't pad with=)https://github.com/ethereum/aleth/blob/master/libdevcore/Base64.h
Add method to
ENRclass returning string with text form of ENR (serilize to RLP and base64-encode it)Add
enrfield in the output ofadmin_net_nodeInfoaleth/libweb3jsonrpc/AdminNet.cpp
Line 27 in 6890d9a
You'll need to extend
dev::p2p::NodeInfostruct for that and fill it in the methodHost::nodeInfo()withHost::enr().